add todo to refactor azurestack specific login into its own utility
This commit is contained in:
parent
66f5d6ed2e
commit
75395942d2
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue