/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // config setting keys export const azConfigSection: string = 'azcli'; export const debugConfigKey = 'logDebugInfo'; export const azArcdataInstallKey: string = 'arcdataInstall'; export const azArcdataUpdateKey: string = 'arcdataUpdate'; export const azCliInstallKey: string = 'azInstall'; // context keys && memento keys export const azFound = 'az.found'; export const azArcFound = 'az.arcfound'; // other constants export const azHostname = 'https://aka.ms'; export const azUri = 'installazurecliwindows'; export const latestAzArcExtensionVersion = '1.0.0';