Azure / Azure/azure-sdk-for-python
[breaking change detector] Fake breaking item about "Method `XXX.XXX` changed from `asynchronous` to `synchronous`"
- 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.

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
Assessment
This issue has not been assessed yet.