mirror of
https://github.com/azure/login.git
synced 2026-06-06 04:47:05 +00:00
11 lines
356 B
JavaScript
11 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";
|