[AutoPR azure-mgmt-marketplace]-generated-from-SDK Generation - Python-6533556#47934
Open
azure-sdk-automation[bot] wants to merge 4 commits into
Open
[AutoPR azure-mgmt-marketplace]-generated-from-SDK Generation - Python-6533556#47934azure-sdk-automation[bot] wants to merge 4 commits into
azure-sdk-automation[bot] wants to merge 4 commits into
Conversation
….Marketplace/Marketplace/tspconfig.yaml', API Version: 2025-01-01, SDK Release Type: beta, and CommitSHA: 'ea850a065dc8679f82dc3fdbba9ceff53eeba116' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6533368 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the azure-mgmt-marketplace management-plane package after migrating it to TypeSpec-based generation (API version 2025-01-01, initial preview 1.0.0b1). It regenerates the full package: the sync/async clients, models (TypedDict-based), enums, operations, samples, tests, and packaging/config metadata. The public client is MarketplaceMgmtClient, a tenant-scoped service for Private Marketplace.
Changes:
- Regenerate the
azure-mgmt-marketplaceSDK from TypeSpec, introducingMarketplaceMgmtClient(sync + async) and thetypes.py/models/enums surface. - Add packaging, CI, changelog, README, tsp-location, and API metadata for the initial
1.0.0b1beta release. - Two consistency gaps from the tenant-scoped (subscription-less) shape:
pyproject.tomlis missingno_sub = true, and the README auth snippet still passes an unsupportedsubscription_id.
Reviewed changes
Copilot reviewed 91 out of 95 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Package build/packaging config; missing no_sub = true for this subscription-less client. |
README.md |
Getting-started docs; auth snippet passes subscription_id, which the client does not accept. |
azure/mgmt/marketplace/_client.py |
Generated sync client MarketplaceMgmtClient (credential/base_url only, no subscription_id). |
azure/mgmt/marketplace/aio/_client.py |
Generated async client counterpart. |
azure/mgmt/marketplace/_configuration.py (+ aio) |
Client configuration/policies; API version default 2025-01-01. |
azure/mgmt/marketplace/types.py |
Generated TypedDict request/response type definitions. |
azure/mgmt/marketplace/models/* |
Generated models, enums, and package __init__ exports. |
azure/mgmt/marketplace/operations/* (+ aio) |
Operation group wiring and patch hooks. |
_version.py / CHANGELOG.md |
Version 1.0.0b1 (consistent) and initial changelog entry. |
_metadata.json / tsp-location.yaml / apiview-properties.json / api.metadata.yml |
TypeSpec source pointers and generation/API metadata. |
ci.yml / MANIFEST.in / LICENSE / dev_requirements.txt / py.typed |
Standard packaging and CI scaffolding. |
generated_samples/* (skipped) |
Generated samples — excluded from mgmt review per repo rules. |
generated_tests/* (skipped) |
Generated tests — excluded from mgmt review per repo rules. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
….Marketplace/Marketplace/tspconfig.yaml', API Version: 2025-01-01, SDK Release Type: beta, and CommitSHA: 'ea850a065dc8679f82dc3fdbba9ceff53eeba116' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6533556 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configurations: 'specification/marketplace/resource-manager/Microsoft.Marketplace/Marketplace/tspconfig.yaml', API Version: 2025-01-01, SDK Release Type: beta, and CommitSHA: 'ea850a065dc8679f82dc3fdbba9ceff53eeba116' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6533556 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.