Skip to content

Commit

Permalink
Update sdk/identity/test-resources-post.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <[email protected]>
  • Loading branch information
benbp and weshaggard authored Oct 9, 2024
1 parent 65b42b2 commit da45805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/identity/test-resources-post.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Write-Host "Working directory: $workingFolder"
if ($CI) {
Write-Host "Logging in to service principal"
az cloud set --name $Environment
az login --service-principal -u $env:TestApplicationId --tenant $env:TenantId --allow-no-subscriptions --federated-token $env:ARM_OIDC_TOKEN
az login --service-principal -u $TestApplicationId --tenant $TenantId --allow-no-subscriptions --federated-token $env:ARM_OIDC_TOKEN
az account set --subscription $SubscriptionId
}

Expand Down

0 comments on commit da45805

Please sign in to comment.