mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
12 lines
356 B
JavaScript
12 lines
356 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
class Constants {
|
|
}
|
|
exports.default = Constants;
|
|
Constants.prefix = "az_";
|
|
Constants.moduleName = "Az.Accounts";
|
|
Constants.versionPattern = /[0-9]\.[0-9]\.[0-9]/;
|
|
Constants.environment = "AzureCloud";
|
|
Constants.scopeLevel = "Subscription";
|
|
Constants.scheme = "ServicePrincipal";
|