Azure / sql-action

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
MIT License
103 stars 58 forks source link

Update SQL REST API version to 2021-11-01 #117

Closed zijchen closed 2 years ago

zijchen commented 2 years ago

Fixes #114

The 2014 API version is to be retired in September, replaced by a stable release of the 2021-11-01 version.

API mappings from 2014 to 2021 can be found here: https://review.docs.microsoft.com/en-us/rest/api/sql/retirement?branch=sqlretirement

Luckily for us, the definitions of the 3 API calls we use aren't changed besides the version.

zijchen commented 2 years ago

Note this PR is to the v2 branch. 2014 version should continue to work after September but if it doesn't, we can cherry pick this into master branch/v1 releases as well.