Skip to content

Commit b587082

Browse files
authored
Merge pull request #1204 from lmf-mx/master
fix(datasyncrunbook): remove leftover line part
2 parents 0623d9b + 497087b commit b587082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Disable-AzContextAutosave -Scope Process
4141
# Connect to Azure with system-assigned managed identity
4242
$AzureContext = (Connect-AzAccount -Identity).context
4343
# set and store context
44-
$AzureContext = Set-AzContext -SubscriptionName $AzureContext.Subscription -DefaultProfile $AzureContextficateThumbprint $servicePrincipalConnection.CertificateThumbprint
44+
$AzureContext = Set-AzContext -SubscriptionName $AzureContext.Subscription -DefaultProfile $AzureContext
4545

4646
# Create the function to create the authorization signature
4747
Function Build-Signature ($customerId, $sharedKey, $date, $contentLength, $method, $contentType, $resource)

0 commit comments

Comments
 (0)