Skip to content

[AutoRelease] t2-appconfiguration-2025-05-22-48307(can only be merged by SDK owner) #41256

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

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

Conversation

azure-sdk
Copy link
Collaborator

https://github.com/Azure/sdk-release-request/issues/6220
Recording test success
https://dev.azure.com/azure-sdk/internal/_build?definitionId=967
BuildTargetingString
azure-mgmt-appconfiguration
Skip.CreateApiReview

@azure-sdk
Copy link
Collaborator Author

@Copilot Copilot AI review requested due to automatic review settings May 22, 2025 01:12
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 upgrades the App Configuration management SDK to a new beta release (5.0.0b1) and modernizes client and operations code with improved typing, serialization helpers, and endpoint discovery.

  • Bump version to 5.0.0b1 and update Autorest/Python tool versions
  • Add Serializer/Deserializer imports, annotate self._client, self._config, and unify error_map typing
  • Change list operation return types to AsyncItemPaged, resolve base_url via get_arm_endpoints, update default api_version

Reviewed Changes

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

Show a summary per file
File Description
azure/mgmt/appconfiguration/aio/_app_configuration_management_client.py Use settings + get_arm_endpoints for default base_url
azure/mgmt/appconfiguration/aio/operations/_configuration_stores_operations.py Insert serialization helpers and pass response_headers to LRO
azure/mgmt/appconfiguration/aio/operations/_snapshots_operations.py Typed fields, moved imports, changed MutableMapping declaration
azure/mgmt/appconfiguration/_configuration.py Default api_version updated to "2024-06-15-preview"
azure/mgmt/appconfiguration/_version.py Bumped VERSION to "5.0.0b1"
Comments suppressed due to low confidence (1)

sdk/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/aio/operations/_snapshots_operations.py:1

  • The removal of # pylint: disable=too-many-lines,too-many-statements at the top may trigger lint errors for large generated files. Consider re-adding or updating the disable directive.
# coding=utf-8

@@ -1,16 +1,17 @@
# pylint: disable=too-many-lines,too-many-statements
# pylint: disable=too-many-lines
Copy link
Preview

Copilot AI May 22, 2025

Choose a reason for hiding this comment

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

Only too-many-lines is disabled but too-many-statements is still active, which may cause lint failures on this generated file. Consider disabling both.

Suggested change
# pylint: disable=too-many-lines
# pylint: disable=too-many-lines, too-many-statements

Copilot uses AI. Check for mistakes.

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