mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 18:48:33 -05:00
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:
@@ -4,21 +4,12 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
// config setting keys
|
||||
export const azdataConfigSection: string = 'azcli';
|
||||
export const azdataAcceptEulaKey: string = 'acceptEula';
|
||||
export const azdataInstallKey: string = 'install';
|
||||
export const azdataUpdateKey: string = 'update';
|
||||
export const azdatarequiredUpdateKey: string = 'requiredUpdate';
|
||||
export const azConfigSection: string = 'azcli';
|
||||
export const debugConfigKey = 'logDebugInfo';
|
||||
|
||||
|
||||
// context keys && memento keys
|
||||
export const eulaAccepted = 'azcli.eulaAccepted';
|
||||
export const azdataFound = 'azcli.found';
|
||||
export const azFound = 'az.found';
|
||||
|
||||
// other constants
|
||||
export const azdataHostname = 'https://aka.ms';
|
||||
export const azdataUri = 'azdata-msi';
|
||||
export const azdataReleaseJson = 'azdata/release.json';
|
||||
export const microsoftPrivacyStatementUrl = 'https://privacy.microsoft.com/privacystatement';
|
||||
export const eulaUrl = 'https://aka.ms/eula-azdata-en';
|
||||
export const latestAzArcExtensionVersion = '1.0.0';
|
||||
|
||||
Reference in New Issue
Block a user