mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
Code refactor
This commit is contained in:
11
lib/PowerShell/Constants.js
Normal file
11
lib/PowerShell/Constants.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"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";
|
||||
Reference in New Issue
Block a user