Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.36k stars 2.71k forks source link

Fake breaking change for model property #36072

Open msyyc opened 2 weeks ago

msyyc commented 2 weeks ago

When I compared SDK generated from swagger and SDK generated from Typespec, breaking_change_detection reports breakings but actually it is not:

image

image

image

catalinaperalta commented 2 weeks ago

This is related to: #35985.

The tool is not processing overloads today, this should be improved after we add overload support. Likewise we might make a specific check for args, kwargs