Add "Don't Ask Again' response to required azdata update prompt (#15058)

* Add don't show again response to azdata required update

* fix key

* add config

* Update error message
This commit is contained in:
Charles Gagnon
2021-04-09 09:54:36 -07:00
committed by GitHub
parent a11beb71da
commit 8ea1d9fd8a
5 changed files with 72 additions and 56 deletions

View File

@@ -18,7 +18,8 @@
"azdata.install.prompt.description": "The user will be prompted for installation of the Azure Data CLI",
"azdata.install.dontPrompt.description": "The user will not be prompted for installation of the Azure Data CLI",
"azdata.update.description": "Choose how update of Azure Data CLI tool is done",
"azdata.update.description": "Choose whether you will be prompted when an update of the Azure Data CLI is available.",
"azdata.requiredUpdate.description": "Choose whether you will be prompted when a required update of the Azure Data CLI is available.",
"azdata.update.prompt.description": "The user will be prompted for update of the Azure Data CLI",
"azdata.update.dontPrompt.description": "The user will not be prompted for update of the Azure Data CLI"
}