Skip to content

Commit 497087b

Browse files
committed
fix(datasyncrunbook): remove leftover line part
1 parent ed92fed commit 497087b

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)