[AutoPR azure-mgmt-marketplacereviews]-generated-from-SDK Generation - Python-6771126 - #48824
Closed
azure-sdk-automation[bot] wants to merge 1 commit into
Closed
azure-sdk-automation[bot] wants to merge 1 commit into
azure-sdk-automation[bot] wants to merge 1 commit into
Conversation
…crosoft.Marketplace/Reviews/tspconfig.yaml', and CommitSHA: '58e7433e805bc45421ef928d466812aaa2329ad9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6771126 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
azure-sdk-automation
Bot
requested review from
ChenxiJiang333,
Daniel Jurek (danieljurek),
Yuchao Yan (msyyc) and
Jeff Fisher (xirzec)
as code owners
September 1, 2026 09:34
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Introduces the preview azure-mgmt-marketplacereviews management SDK and registers it for CI.
Changes:
- Adds synchronous and asynchronous Marketplace Reviews clients.
- Adds package metadata, API documentation, and release configuration.
- Adds generated samples and test scaffolding.
Reviewed changes
Copilot reviewed 44 out of 44 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
sdk/marketplace/ci.yml |
Registers the package in CI. |
azure-mgmt-marketplacereviews/tsp-location.yaml |
Records TypeSpec source. |
azure-mgmt-marketplacereviews/README.md |
Adds usage documentation. |
azure-mgmt-marketplacereviews/pyproject.toml |
Defines package metadata. |
azure-mgmt-marketplacereviews/MANIFEST.in |
Configures source distribution. |
azure-mgmt-marketplacereviews/LICENSE |
Adds MIT license. |
generated_tests/test_marketplace_rating_and_reviews_operations_operations.py |
Adds generated sync test scaffold. |
generated_tests/test_marketplace_rating_and_reviews_operations_operations_async.py |
Adds generated async test scaffold. |
generated_tests/test_marketplace_operations.py |
Adds operations test scaffold. |
generated_tests/test_marketplace_operations_async.py |
Adds async operations test scaffold. |
generated_tests/conftest.py |
Configures generated test sanitizers. |
generated_samples/rating_and_reviews_check_user_has_review.py |
Adds review-check sample. |
generated_samples/operations_list.py |
Adds operation-list sample. |
dev_requirements.txt |
Adds development dependencies. |
CHANGELOG.md |
Records initial preview release. |
azure/mgmt/marketplacereviews/py.typed |
Marks typed package. |
operations/_patch.py |
Adds operation customization hook. |
operations/_operations.py |
Implements synchronous operations. |
operations/__init__.py |
Exports synchronous operations. |
models/_patch.py |
Adds model customization hook. |
models/_models.py |
Defines generated models. |
models/_enums.py |
Defines generated enums. |
models/__init__.py |
Exports models and enums. |
aio/operations/_patch.py |
Adds async operation customization hook. |
aio/operations/_operations.py |
Implements asynchronous operations. |
aio/operations/__init__.py |
Exports asynchronous operations. |
aio/_patch.py |
Adds async client customization hook. |
aio/_configuration.py |
Configures asynchronous client policies. |
aio/_client.py |
Implements asynchronous client. |
aio/__init__.py |
Exports asynchronous client. |
_version.py |
Defines preview version. |
_utils/serialization.py |
Adds generated serialization helpers. |
_utils/model_base.py |
Adds generated model infrastructure. |
_utils/__init__.py |
Initializes utility package. |
_patch.py |
Adds client customization hook. |
_configuration.py |
Configures synchronous client policies. |
_client.py |
Implements synchronous client. |
azure/mgmt/marketplacereviews/__init__.py |
Exports client and version. |
azure/mgmt/__init__.py |
Extends management namespace. |
azure/__init__.py |
Extends Azure namespace. |
apiview-properties.json |
Records cross-language API mappings. |
api.metadata.yml |
Records API snapshot metadata. |
api.md |
Captures public API surface. |
_metadata.json |
Records generation metadata. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+33
to
+43
| In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`. | ||
|
|
||
| With above configuration, client can be authenticated by following code: | ||
|
|
||
| ```python | ||
| from azure.identity import DefaultAzureCredential | ||
| from azure.mgmt.marketplacereviews import MarketplaceClient | ||
| import os | ||
|
|
||
| sub_id = os.getenv("AZURE_SUBSCRIPTION_ID") | ||
| client = MarketplaceClient(credential=DefaultAzureCredential(), subscription_id=sub_id) |
| package_pprint_name = "Marketplacereviews Management" | ||
| package_doc_id = "" | ||
| is_stable = false | ||
| is_arm = true |
Member
|
abandoned |
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/marketplacecatalog/resource-manager/Microsoft.Marketplace/Reviews/tspconfig.yaml', and CommitSHA: '58e7433e805bc45421ef928d466812aaa2329ad9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6771126 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. Release plan link: https://azsdk-releaseplan-dashboard-hveph5aqhhcfhtgu.westus-01.azurewebsites.net/?releaseplan=36359 Submitted by: v-xinnitong@microsoft.com