mirror of
https://github.com/azure/login.git
synced 2026-06-07 16:47:08 +00:00
11 lines
358 B
JavaScript
11 lines
358 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
class Constants {
|
|
}
|
|
exports.Constants = 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";
|