Skip to content

[AutoPR azure-mgmt-domainregistration]-generated-from-SDK Generation - Python-6217673#46570

Merged
msyyc merged 3 commits intomainfrom
sdkauto/azure-mgmt-domainregistration-6217673
Apr 28, 2026
Merged

[AutoPR azure-mgmt-domainregistration]-generated-from-SDK Generation - Python-6217673#46570
msyyc merged 3 commits intomainfrom
sdkauto/azure-mgmt-domainregistration-6217673

Conversation

@azure-sdk
Copy link
Copy Markdown
Collaborator

@azure-sdk azure-sdk commented Apr 28, 2026

for #44153

Configurations: 'specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/tspconfig.yaml', and CommitSHA: 'aac535c817f2b5e6c7b629f09fd38233767275dd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6217673 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.

…crosoft.DomainRegistration/DomainRegistration/tspconfig.yaml', and CommitSHA: 'aac535c817f2b5e6c7b629f09fd38233767275dd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6217673 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@msyyc msyyc marked this pull request as ready for review April 28, 2026 02:51
@msyyc msyyc self-requested a review as a code owner April 28, 2026 02:51
Copilot AI review requested due to automatic review settings April 28, 2026 02:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a newly generated management-plane Python SDK package for azure-mgmt-domainregistration (TypeSpec-generated from Microsoft.DomainRegistration, api-version 2024-11-01) under sdk/domainregistration, including pipeline wiring, packaging metadata, and generated client/model surface.

Changes:

  • Adds Azure Pipelines CI configuration for the domainregistration service directory.
  • Introduces the new azure-mgmt-domainregistration package (pyproject, README/CHANGELOG, metadata, and generated code).
  • Adds generated samples/tests scaffolding and APIView mapping metadata.

Reviewed changes

Copilot reviewed 60 out of 62 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/domainregistration/ci.yml Adds CI pipeline definition for the domainregistration service directory.
sdk/domainregistration/azure-mgmt-domainregistration/tsp-location.yaml Records TypeSpec source location/commit for reproducible generation.
sdk/domainregistration/azure-mgmt-domainregistration/pyproject.toml Defines package metadata, dependencies, and packaging flags for the new mgmt library.
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/conftest.py Generated test-proxy sanitization scaffolding (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_domain_registration_provider_operations.py Generated sync test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_domain_registration_provider_operations_async.py Generated async test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_domains_operations.py Generated sync test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_domains_operations_async.py Generated async test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_top_level_domains_operations.py Generated sync test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_tests/test_domain_registration_top_level_domains_operations_async.py Generated async test scaffold (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/check_domain_availability.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/create_app_service_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/create_app_service_domain_ownership_identifier.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/delete_app_service_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/delete_app_service_domain_ownership_identifier.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/get_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/get_domain_control_center_sso_request.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/get_domain_ownership_identifier.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/get_top_level_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_domain_ownership_identifiers.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_domain_recommendations.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_domains_by_resource_group.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_domains_by_subscription.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_operations.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_top_level_domain_agreements.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/list_top_level_domains.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/renew_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/transfer_out_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/update_app_service_domain.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/generated_samples/update_app_service_domain_ownership_identifier.py Generated sample script (generated).
sdk/domainregistration/azure-mgmt-domainregistration/dev_requirements.txt Adds developer dependency set for working on the package locally.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/py.typed Marks package as PEP 561 typed.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/operations/_patch.py Customization hook scaffold for sync operations (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/operations/init.py Exposes sync operations and applies patch hook (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/models/_patch.py Customization hook scaffold for models (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/models/_models.py Generated model types for the service.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/models/_enums.py Generated enums for the service.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/models/init.py Public models import surface and patch hook (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/operations/_patch.py Customization hook scaffold for async operations (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/operations/init.py Exposes async operations and applies patch hook (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/_patch.py Customization hook scaffold for async package (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/_configuration.py Generated async client configuration.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/_client.py Generated async client implementation for the service.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/aio/init.py Async package public surface and patch hook (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_version.py Introduces package version constant (1.0.0b1).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_utils/model_base.py Generated model base/serialization helpers.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_utils/init.py Generated utils package marker.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_patch.py Customization hook scaffold for sync package (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_configuration.py Generated sync client configuration.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/_client.py Generated sync client implementation for the service.
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/domainregistration/init.py Sync package public surface, version export, patch hook (generated).
sdk/domainregistration/azure-mgmt-domainregistration/azure/mgmt/init.py Namespace package marker for azure.mgmt.
sdk/domainregistration/azure-mgmt-domainregistration/azure/init.py Namespace package marker for azure.
sdk/domainregistration/azure-mgmt-domainregistration/apiview-properties.json APIView cross-language mapping metadata for review tooling.
sdk/domainregistration/azure-mgmt-domainregistration/_metadata.json Generation metadata (apiVersion, spec commit, emitter version).
sdk/domainregistration/azure-mgmt-domainregistration/README.md Package readme for onboarding and basic usage.
sdk/domainregistration/azure-mgmt-domainregistration/MANIFEST.in Packaging include rules for source distribution.
sdk/domainregistration/azure-mgmt-domainregistration/LICENSE MIT license text.
sdk/domainregistration/azure-mgmt-domainregistration/CHANGELOG.md Initial release entry for 1.0.0b1.

Comment thread sdk/domainregistration/azure-mgmt-domainregistration/README.md
…crosoft.DomainRegistration/DomainRegistration/tspconfig.yaml', and CommitSHA: '0bbf3007108984bcabfdcee134f1dfc9cb3e678e' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6217858 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
@msyyc msyyc enabled auto-merge (squash) April 28, 2026 03:18
@msyyc msyyc merged commit c66dbda into main Apr 28, 2026
19 checks passed
@msyyc msyyc deleted the sdkauto/azure-mgmt-domainregistration-6217673 branch April 28, 2026 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants