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://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.61k
stars
2.82k
forks
source link
Does azure-mgmt-sql uses updated sql api versions? #38355
Recently, we got an email to upgrade azure sql api versions from 2014-04-01 to 2021-xx-xx versions.
regarding to this as we are not using any api calls directly in our code base, we have updated sql version from 0.14.0 to 3.0.1. But when checked internal scripts of azure/mgmt/sql it's still have references of 2014 api version of sql api's.
Recently, we got an email to upgrade azure sql api versions from 2014-04-01 to 2021-xx-xx versions. regarding to this as we are not using any api calls directly in our code base, we have updated sql version from 0.14.0 to 3.0.1. But when checked internal scripts of azure/mgmt/sql it's still have references of 2014 api version of sql api's.