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-apimanagement-2025-03-28-08926(can only be merged by SDK owner) #40266

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 28, 2025 08:43
@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 updates the Azure API Management Python SDK’s asynchronous client, reflecting a new API version and several autogenerated improvements. Key changes include replacing calls to _convert_request with direct URL formatting, updating the default API version from "2022-08-01" to "2024-05-01" in configuration files, and adding numerous new operation groups and methods as documented in the CHANGELOG.

Reviewed Changes

Copilot reviewed 1247 out of 1248 changed files in this pull request and generated no comments.

Show a summary per file
File Description
azure/mgmt/apimanagement/aio/operations/_api_issue_attachment_operations.py Reorders import statements (adding sys import and conditional MutableMapping import) and removes calls to _convert_request, instead formatting the URL directly.
Other operations files (diagnostic, export, etc.) Similar changes applying conditional type imports and removal of _convert_request calls.
_configuration.py Updates the default API version and modifies parameter documentation.
_version.py Updates the module version to "5.0.0".
README.md Fixes a minor typo by correcting “configure” to “configuration”.
CHANGELOG.md Documents extensive new features, operation groups, and breaking changes.
Files not reviewed (1)
  • sdk/apimanagement/azure-mgmt-apimanagement/_meta.json: Language not supported
Comments suppressed due to low confidence (1)

sdk/apimanagement/azure-mgmt-apimanagement/azure/mgmt/apimanagement/aio/operations/_api_issue_attachment_operations.py:135

  • The removal of the _convert_request call changes the request preprocessing behavior. Please verify that the client's format_url method now fully handles all necessary request transformations to avoid any unintended side effects.
-                _request = _convert_request(_request)

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