Skip to content
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-appcontainers-2025-03-27-96702(can only be merged by SDK owner) #40242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

azure-sdk
Copy link
Collaborator

@Copilot Copilot bot review requested due to automatic review settings March 27, 2025 02:50
@azure-sdk
Copy link
Collaborator Author

Copy link
Contributor

@Copilot 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 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.

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.

1 participant