Added azcli extension only (#16415)

* Changed azdata to az in azcli extension and resource-deployment, and some arc. Removed user, pass, url from controller connect blade. Commented out tests. Ported over work from old branch.

* Changed unit tests, all unit tests passing. Changed parameters to new ones, fixed some Controller Connect issues.

* Connect data controller and create dc working.

* Changed az back to azdata in necessary places in resource-deployment.

* Changed notebook values and added namespace to some params.

* Reverted all changes that are not in azcli. Also deleted some unused variables in azcli constants.ts and some tests.

* Fixed package.json

* Deleted en-us from links, changed az. to azcli.arc in package.json

* Addressed PR comments.

Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
Candice Ye
2021-07-27 12:12:15 -07:00
committed by GitHub
parent 7c14ec2b6d
commit 35207a1e04
23 changed files with 654 additions and 2249 deletions

View File

@@ -1,25 +1,9 @@
{
"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",
"azcli.arc.displayName": "Azure CLI",
"azcli.arc.description": "Support for Azure CLI.",
"azcli.arc.config.title": "Azure CLI Configuration",
"azcli.arc.config.debug": "Log debug info to the output channel for all executed az commands",
"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 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 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 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"
"azcli.arc.category": "Azure CLI"
}