mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* 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>
10 lines
315 B
JSON
10 lines
315 B
JSON
{
|
|
"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",
|
|
"azcli.arc.category": "Azure CLI"
|
|
}
|