From 75395942d20b7defadd202a010fe71eb5863b7bc Mon Sep 17 00:00:00 2001 From: Arjun Gupta Date: Thu, 31 Dec 2020 11:53:43 +0530 Subject: [PATCH] add todo to refactor azurestack specific login into its own utility --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) 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) {