Skip to content

Commit af5b694

Browse files
authored
Merge pull request #356 from douglaslMS/sync-fix-script
Fixed the Azure login command in the script.
2 parents 717113b + ee4cc35 commit af5b694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-data-sync/UpdateSyncSchema.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $TablesAndColumnsToRemoveList = [System.Collections.ArrayList]::new($TablesAndCo
1818
$TempFile = $env:TEMP+"\syncSchema.json"
1919

2020
##login to Azure account
21-
add-azurermaccount
21+
login-azurermaccount
2222

2323
##select the subscription
2424
select-azurermsubscription -SubscriptionId $SubscriptionId

0 commit comments

Comments
 (0)