Update min azdata version for new release (#15619)

This commit is contained in:
Charles Gagnon
2021-06-03 09:58:26 -07:00
committed by GitHub
parent 5e62aea5d5
commit 63affd4d9a
3 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ import * as loc from './localizedConstants';
/**
* The minimum required azdata CLI version for this extension to function properly
*/
export const MIN_AZDATA_VERSION = new SemVer('20.3.3');
export const MIN_AZDATA_VERSION = new SemVer('20.3.4');
export const enum AzdataDeployOption {
dontPrompt = 'dontPrompt',