[AutoRelease] t2-appcontainers-2025-03-27-96702(can only be merged by SDK owner)#40242
Merged
ChenxiJiang333 merged 2 commits intoAzure:mainfrom Apr 21, 2025
Merged
Conversation
Collaborator
Author
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the module for a new release (version 3.2.0) by updating the changelog, default API version, and refining import and type hints in both sync and async client implementations. Key changes include:
- A new changelog entry recording numerous feature additions.
- Updating the default API version from "2024-08-02-preview" to "2025-01-01" across configurations.
- Refactoring import structures and adjusting type annotations (e.g. error_map) to satisfy linter requirements.
Reviewed Changes
Copilot reviewed 348 out of 352 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Added a detailed changelog entry for version 3.2.0 with multiple new features and operations. |
| azure/mgmt/appcontainers/aio/init.py & init.py | Updated import order by introducing TYPE_CHECKING blocks and added linter disables for import position. |
| _version.py | Updated the version string from "3.2.0b1" to "3.2.0". |
| _configuration.py (aio and sync) | Updated default API version to "2025-01-01" and refined docstring parameters. |
| Various operations files (certificates, billing meters, etc.) | Changed type hints (e.g. for error_map) and removed unnecessary pylint disables. |
| README.md | Corrected a minor wording issue in the authentication section. |
| _vendor.py & aio/_vendor.py | Removed redundant pylint disable comments in type-checking blocks. |
| _container_apps_api_client.py (aio and sync) | Modified the class definition and docstrings to be more concise and updated default API version. |
| operations/init.py | Rearranged imports and adjusted all with a pyright ignore comment. |
Files not reviewed (4)
- sdk/appcontainers/azure-mgmt-appcontainers/_meta.json: Language not supported
- sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/_serialization.py: Language not supported
- sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/operations/_build_auth_token_operations.py: Language not supported
- sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/operations/_builds_by_builder_resource_operations.py: Language not supported
Comments suppressed due to low confidence (2)
sdk/appcontainers/azure-mgmt-appcontainers/azure/mgmt/appcontainers/aio/operations/_certificates_operations.py:88
- [nitpick] Consider explicitly specifying type parameters for the error_map (e.g. MutableMapping<number, Type[HttpResponseError]>) to improve type clarity and safety.
error_map: MutableMapping = {
sdk/appcontainers/azure-mgmt-appcontainers/README.md:27
- The correction to 'configuration' enhances readability and accuracy in the documentation.
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
ChenxiJiang333
approved these changes
Apr 21, 2025
msyyc
approved these changes
Apr 21, 2025
cRui861
pushed a commit
that referenced
this pull request
May 14, 2025
… SDK owner) (#40242) * code and test * Update CHANGELOG.md for new operation groups --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
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.
https://github.com/Azure/sdk-release-request/issues/5967
Recording test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=4772