Refresh azure-mgmt-domainregistration after migrate to Typespec#47668
Refresh azure-mgmt-domainregistration after migrate to Typespec#47668azure-sdk wants to merge 3 commits into
Conversation
…crosoft.DomainRegistration/DomainRegistration/tspconfig.yaml', API Version: 2024-11-01, SDK Release Type: stable, and CommitSHA: 'e7c377b4c801d6fe9e256ca22f6d6a79114026a7' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6481716 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
There was a problem hiding this comment.
Pull request overview
This PR refreshes the management-plane package azure-mgmt-domainregistration after its migration to TypeSpec, regenerating it from a newer spec commit (e7c377b…) and emitter (0.63.2 / http-client-python ^0.33.0). It promotes the package from preview 1.0.0b1 to the stable GA 1.0.0, drops Python 3.9 support (now >=3.10), and includes the regenerated API surface snapshot (api.md / api.metadata.yml) plus generated serialization/model utility updates.
Changes:
- Promote to stable GA
1.0.0: bump_version.py, setis_stable = true/Development Status :: 5 - Production/Stable, update Python support to>=3.10(drop 3.9, add 3.14). - Regenerate from new spec commit/emitter: update
tsp-location.yaml,_metadata.json,apiview-properties.json, generated_operations.py/_configuration.py/_client.py, and_utils/serialization.py+model_base.py(new numeric-duration serializers, XML fast-path, default-value handling). - Docs: refresh README auth wording to Microsoft Entra; add
api.md/api.metadata.yml; add1.0.0CHANGELOG entry (currently a placeholder).
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
CHANGELOG.md |
Adds 1.0.0 GA entry — still contains the automation placeholder text instead of real release notes. |
_version.py |
Bumps version to 1.0.0 (matches CHANGELOG). |
pyproject.toml |
Stable flags (is_stable=true, Dev Status 5), requires-python >=3.10, classifier 3.9→3.14. |
README.md |
Updates auth section from "Azure Active Directory" to "Microsoft Entra". |
tsp-location.yaml / _metadata.json |
Bump spec commit and emitter/http-client-python versions. |
_client.py / aio/_client.py |
Conditional Self import + api_version docstring update (generated). |
_configuration.py / aio/_configuration.py |
api_version docstring update (generated). |
operations/_operations.py / aio/operations/_operations.py |
Add headers=_headers to paging next-link requests (generated). |
_utils/serialization.py / _utils/model_base.py |
Numeric-duration codecs, XML deserialization fast-path, default-value handling (generated). |
api.md / api.metadata.yml / apiview-properties.json |
Regenerated API surface snapshot and ApiView metadata. |
|
|
||
| ## 1.0.0 (2026-06-25) | ||
|
|
||
| tool can't generate changelog for this release, please update manually. |
Live Tests StatusLive test files were generated and committed (7 files for Domains, TopLevelDomains, and DomainRegistrationProvider operations).
|
Configurations: 'specification/domainregistration/resource-manager/Microsoft.DomainRegistration/DomainRegistration/tspconfig.yaml', API Version: 2024-11-01, SDK Release Type: stable, and CommitSHA: 'e7c377b4c801d6fe9e256ca22f6d6a79114026a7' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6481716 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.