Skip to content

[AutoPR azure-mgmt-marketplacereviews]-generated-from-SDK Generation - Python-6771126 - #48824

Closed
azure-sdk-automation[bot] wants to merge 1 commit into
mainfrom
sdkauto/azure-mgmt-marketplacereviews-6771126
Closed

azure-sdk-automation[bot] wants to merge 1 commit into
mainfrom
sdkauto/azure-mgmt-marketplacereviews-6771126

Conversation

@azure-sdk-automation

Copy link
Copy Markdown
Contributor

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

Copilot AI balanced review requested due to automatic review settings September 1, 2026 09:34
@azure-sdk-automation azure-sdk-automation Bot added the auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically. label Sep 1, 2026
@azure-pipelines

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@ChenxiJiang333

ChenxiJiang333 commented Sep 3, 2026

Copy link
Copy Markdown
Member

abandoned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-release When merged to main, release pipelines for this PR's changed packages trigger automatically.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants