Azure / Azure/azure-sdk-for-python
[breaking change detector] Fake breaking item about "Method `XXX.XXX` changed from `asynchronous` to `synchronous`"
- Lingua principale
- Python
- Stelle
- 5.6k
- Fork
- 3.4k
- Merge medio
- 2g 2h
- PR unite (30g)
- 213
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.