mirror of
https://github.com/azure/login.git
synced 2026-06-08 06:17:08 +00:00
Update Constants.js
This commit is contained in:
parent
24848bc889
commit
d1223c42ab
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class Constants {
|
|||
exports.default = Constants;
|
||||
Constants.prefix = "az_";
|
||||
Constants.moduleName = "Az.Accounts";
|
||||
Constants.versionPattern = /[0-9]\.[0-9]\.[0-9]/;
|
||||
Constants.versionPattern = /[0-9]+\.[0-9]+\.[0-9]+/;
|
||||
Constants.AzureCloud = "AzureCloud";
|
||||
Constants.Subscription = "Subscription";
|
||||
Constants.ServicePrincipal = "ServicePrincipal";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue