Update some key az CLI references (#16032)

This commit is contained in:
Charles Gagnon
2021-07-07 14:43:30 -07:00
committed by GitHub
parent 9a8c9041df
commit 3f0ea580f5
4 changed files with 41 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// config setting keys
export const azdataConfigSection: string = 'azdata';
export const azdataConfigSection: string = 'azcli';
export const azdataAcceptEulaKey: string = 'acceptEula';
export const azdataInstallKey: string = 'install';
export const azdataUpdateKey: string = 'update';
@@ -13,8 +13,8 @@ export const debugConfigKey = 'logDebugInfo';
// context keys && memento keys
export const eulaAccepted = 'azdata.eulaAccepted';
export const azdataFound = 'azdata.found';
export const eulaAccepted = 'azcli.eulaAccepted';
export const azdataFound = 'azcli.found';
// other constants
export const azdataHostname = 'https://aka.ms';