Open
Description
If SDK API changes from common API to Lro API, there will be begin_
prefix added like:
It is very common kind of breakings, then old breaking tool will detect it in specific
azure-sdk-for-python/tools/azure-sdk-tools/packaging_tools/change_log.py
Lines 186 to 189 in 77b15b5
Renamed operation MonitorsOperations.update to MonitorsOperations.begin_update
I hope new tool could also have similar optimization for SDK users.