mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update some key az CLI references (#16032)
This commit is contained in:
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"azdata.displayName": "Azure Data CLI",
|
||||
"azdata.description": "Support for Azure Data CLI.",
|
||||
"azdata.config.title": "Azure Data CLI Configuration",
|
||||
"azdata.config.debug": "Log debug info to the output channel for all executed azdata commands",
|
||||
"azdata.displayName": "Azure CLI",
|
||||
"azdata.description": "Support for Azure CLI.",
|
||||
"azdata.config.title": "Azure CLI Configuration",
|
||||
"azdata.config.debug": "Log debug info to the output channel for all executed az commands",
|
||||
|
||||
"command.category": "Azure Data CLI",
|
||||
"command.category": "Azure CLI",
|
||||
"azdata.acceptEula.command.name": "Accept Eula",
|
||||
"azdata.install.command.name": "Install",
|
||||
"azdata.update.command.name": "Check for Update",
|
||||
"azdata.category": "Azure Data CLI",
|
||||
"azdata.category": "Azure CLI",
|
||||
|
||||
"azdata.acceptEula.description": "Choose how acceptance of EULA for the Azure Data CLI is done",
|
||||
"azdata.acceptEula.prompt.description": "The user will be prompted for acceptance of EULA for the Azure Data CLI",
|
||||
"azdata.acceptEula.dontPrompt.description": "The user will not be prompted for acceptance of EULA for the Azure Data CLI",
|
||||
"azdata.acceptEula.description": "Choose how acceptance of EULA for the Azure CLI is done",
|
||||
"azdata.acceptEula.prompt.description": "The user will be prompted for acceptance of EULA for the Azure CLI",
|
||||
"azdata.acceptEula.dontPrompt.description": "The user will not be prompted for acceptance of EULA for the Azure CLI",
|
||||
|
||||
"azdata.install.description": "Choose how install of Azure Data CLI is done",
|
||||
"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.install.description": "Choose how install of Azure CLI is done",
|
||||
"azdata.install.prompt.description": "The user will be prompted for installation of the Azure CLI",
|
||||
"azdata.install.dontPrompt.description": "The user will not be prompted for installation of the Azure CLI",
|
||||
|
||||
"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"
|
||||
"azdata.update.description": "Choose whether you will be prompted when an update of the Azure CLI is available.",
|
||||
"azdata.requiredUpdate.description": "Choose whether you will be prompted when a required update of the Azure CLI is available.",
|
||||
"azdata.update.prompt.description": "The user will be prompted for update of the Azure CLI",
|
||||
"azdata.update.dontPrompt.description": "The user will not be prompted for update of the Azure CLI"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user