mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
Compare commits
1 Commits
v1.4.6
...
id-token-e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
511b21ad6e |
@@ -5,7 +5,7 @@ class Constants {
|
|||||||
exports.default = Constants;
|
exports.default = Constants;
|
||||||
Constants.prefix = "az_";
|
Constants.prefix = "az_";
|
||||||
Constants.moduleName = "Az.Accounts";
|
Constants.moduleName = "Az.Accounts";
|
||||||
Constants.versionPattern = /[0-9]+\.[0-9]+\.[0-9]+/;
|
Constants.versionPattern = /[0-9]\.[0-9]\.[0-9]/;
|
||||||
Constants.AzureCloud = "AzureCloud";
|
Constants.AzureCloud = "AzureCloud";
|
||||||
Constants.Subscription = "Subscription";
|
Constants.Subscription = "Subscription";
|
||||||
Constants.ServicePrincipal = "ServicePrincipal";
|
Constants.ServicePrincipal = "ServicePrincipal";
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
export default class Constants {
|
export default class Constants {
|
||||||
static readonly prefix: string = "az_";
|
static readonly prefix: string = "az_";
|
||||||
static readonly moduleName: string = "Az.Accounts";
|
static readonly moduleName: string = "Az.Accounts";
|
||||||
static readonly versionPattern = /[0-9]+\.[0-9]+\.[0-9]+/;
|
static readonly versionPattern = /[0-9]\.[0-9]\.[0-9]/;
|
||||||
|
|
||||||
static readonly AzureCloud: string = "AzureCloud";
|
static readonly AzureCloud: string = "AzureCloud";
|
||||||
static readonly Subscription: string = "Subscription";
|
static readonly Subscription: string = "Subscription";
|
||||||
@@ -10,4 +10,4 @@ export default class Constants {
|
|||||||
static readonly Success: string = "Success";
|
static readonly Success: string = "Success";
|
||||||
static readonly Error: string = "Error";
|
static readonly Error: string = "Error";
|
||||||
static readonly AzVersion: string = "AzVersion";
|
static readonly AzVersion: string = "AzVersion";
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user