diff --git a/src/main.ts b/src/main.ts index abc1c4d7..707f69e1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -62,6 +62,8 @@ async function main() { 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) {