Skip to content

Commit 5e1351f

Browse files
authored
Merge pull request #121565 from MaxMeng1985/patch-7
Update how-to-recover-workspace-after-tenant-move.md
2 parents f86609f + fe3a9e3 commit 5e1351f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/synapse-analytics/how-to-recover-workspace-after-tenant-move.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ $subscriptionId="Provide the subscription ID (GUID) of the subscription containi
149149
$resourceGroupName="Provide the name of the resource group containing your workspace"
150150
$workspaceName="Provide the name of your workspace"
151151
152+
$contentType = 'application/json'
153+
152154
$token = (Get-AzAccessToken -ResourceUrl "https://management.azure.com/").Token
153155
$header = @{Authorization="Bearer $token"}
154156

0 commit comments

Comments
 (0)