Azure / Azure/azure-sdk-for-python

[breaking change detector] Fake breaking item about "Method `XXX.XXX` changed from `asynchronous` to `synchronous`"

Open
#37,772 0 comments 0 reactions 1 assignee Claimed by @catalinaperalta View on GitHub
breaking-changes-tool
Dominant language
Python
Stars
5.6k
Forks
3.4k
Avg merge
1d 21h
Merged PRs (30d)
193

Description

For https://github.com/azure-sdk/azure-sdk-for-python/pull/8278, the following breaking items reported are not right since each API of Mgmt SDK has async and sync format at the same time.
![image](https://github.com/user-attachments/assets/efed51f9-5b7d-4c5b-8929-fa9438194084)

Although [list_by_service](https://github.com/azure-sdk/azure-sdk-for-python/blob/209d4ae6b55a3ba5ad6692e3e00b3b0fff4013bc/sdk/apimanagement/azure-mgmt-apimanagement/azure/mgmt/apimanagement/aio/operations/_policy_fragment_operations.py#L72) which is paging operation has no keyword `async`, it returns `AsyncIterable` type so we could still treat this API as async API.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.