added review comments

This commit is contained in:
Akshaya M
2020-03-19 19:27:30 +05:30
parent 7e72509c6b
commit a2be320a3e
12 changed files with 472 additions and 110 deletions

View File

@@ -6,6 +6,9 @@ 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";
Constants.AzureCloud = "AzureCloud";
Constants.Subscription = "Subscription";
Constants.ServicePrincipal = "ServicePrincipal";
Constants.Success = "Success";
Constants.Error = "Error";
Constants.AzVersion = "AzVersion";