Skip to content

Commit 4d28505

Browse files
Sync eng/common directory with azure-sdk-tools for PR 9004 (Azure#31155)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9004 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Wes Haggard <[email protected]>
1 parent d867f62 commit 4d28505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Helpers/Metadata-Helpers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function Generate-AadToken ($TenantId, $ClientId, $ClientSecret)
1010
"grant_type" = "client_credentials"
1111
"client_id" = $ClientId
1212
"client_secret" = $ClientSecret
13-
"resource" = "api://2789159d-8d8b-4d13-b90b-ca29c1707afd"
13+
"resource" = "api://2efaf292-00a0-426c-ba7d-f5d2b214b8fc"
1414
}
1515
Write-Host "Generating aad token..."
1616
$resp = Invoke-RestMethod $LoginAPIBaseURI -Method 'POST' -Headers $headers -Body $body

0 commit comments

Comments
 (0)