Fixed the Azure login command in the script.

This commit is contained in:
Douglas Laudenschlager
2018-01-09 14:48:56 -08:00
parent 717113ba72
commit ee4cc35ce5
@@ -18,7 +18,7 @@ $TablesAndColumnsToRemoveList = [System.Collections.ArrayList]::new($TablesAndCo
$TempFile = $env:TEMP+"\syncSchema.json" $TempFile = $env:TEMP+"\syncSchema.json"
##login to Azure account ##login to Azure account
add-azurermaccount login-azurermaccount
##select the subscription ##select the subscription
select-azurermsubscription -SubscriptionId $SubscriptionId select-azurermsubscription -SubscriptionId $SubscriptionId