diff --git a/lib/main.js b/lib/main.js index 274dc1d3..66d90e03 100644 --- a/lib/main.js +++ b/lib/main.js @@ -72,6 +72,7 @@ function main() { if (!azureSupportedCloudName.has(environment)) { throw new Error("Unsupported value for environment is passed.The list of supported values for environment are ‘azureusgovernment', ‘azurechinacloud’, ‘azuregermancloud’, ‘azurecloud’ or ’azurestack’"); } + // TODO: refactor this into an Azure stack specific utility. // Attempting Az cli login if (environment == "azurestack") { if (!resourceManagerEndpointUrl) {