mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Fixed the Azure login command in the script.
This commit is contained in:
@@ -18,7 +18,7 @@ $TablesAndColumnsToRemoveList = [System.Collections.ArrayList]::new($TablesAndCo
|
||||
$TempFile = $env:TEMP+"\syncSchema.json"
|
||||
|
||||
##login to Azure account
|
||||
add-azurermaccount
|
||||
login-azurermaccount
|
||||
|
||||
##select the subscription
|
||||
select-azurermsubscription -SubscriptionId $SubscriptionId
|
||||
|
||||
Reference in New Issue
Block a user