-
Notifications
You must be signed in to change notification settings - Fork 3k
[AutoRelease] t2-containerregistry-2025-04-25-51769(can only be merged by SDK owner) #40720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoRelease] t2-containerregistry-2025-04-25-51769(can only be merged by SDK owner) #40720
Conversation
There was a problem hiding this 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 updates the serialization imports across multiple modules to use the new _utils.serialization path instead of the deprecated _serialization module and includes corresponding changelog updates reflecting several breaking changes.
- Updated Serializer/Deserializer imports in clients, operations, and models (both synchronous and asynchronous).
- Amended CHANGELOG.md with breaking changes for the 14.0.0 release.
Reviewed Changes
Copilot reviewed 305 out of 307 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01_preview/_container_registry_management_client.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/operations/_webhooks_operations.py | Replaced old serialization import with new _utils.serialization import. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/operations/_replications_operations.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/operations/_registries_operations.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/operations/_operations.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/models/_models_py3.py | Updated import to use _utils.serialization from the parent directory. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/aio/operations/_webhooks_operations.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/aio/operations/_replications_operations.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/aio/operations/_registries_operations.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/aio/operations/_operations.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/aio/_container_registry_management_client.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_container_registry_management_client.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/aio/_container_registry_management_client.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_utils/init.py | Added new _utils module initialization file. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_container_registry_management_client.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/aio/_container_registry_management_client.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_utils/init.py | Added new _utils module initialization file to support the new serialization path. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/_container_registry_management_client.py | Updated import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/aio/_container_registry_management_client.py | Updated async import path for Serializer/Deserializer to _utils.serialization. |
sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md | Updated changelog with breaking changes and version updates. |
Files not reviewed (2)
- sdk/containerregistry/azure-mgmt-containerregistry/_meta.json: Language not supported
- sdk/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2019_05_01/_metadata.json: Language not supported
…d by SDK owner) (Azure#40720) * code and test * update changelog * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
…d by SDK owner) (#40720) * code and test * update changelog * Update CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]>
https://github.com/Azure/sdk-release-request/issues/6093
Recording test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=981
BuildTargetingString
azure-mgmt-containerregistry
Skip.CreateApiReview