Azure / Azure/azure-sdk-for-python

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

Aperta
#37,772 0 commenti 0 reazioni 1 assegnatario Rivendicata da @catalinaperalta Vedi su GitHub
breaking-changes-tool
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.
![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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.