Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
schijioke-uche committed Apr 9, 2021
1 parent 5dac6ca commit 3014498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AksTerraform/terradeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ SA_SUBID="{}"
function authenticate(){
#Authenticate
az login -u $SA_USR --p $SA_PWD --tenant $SA_TN
az
az account set --subscription=$SA_SUBID
cProcesswait
}
Expand Down
1 change: 1 addition & 0 deletions AksTerraform/terradestroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ SA_SUBID="{}"
function authenticate(){
#Authenticate
az login -u $SA_USR --p $SA_PWD --tenant $SA_TN
az
az account set --subscription=$SA_SUBID
cProcesswait
}
Expand Down

0 comments on commit 3014498

Please sign in to comment.