Skip to content

Commit

Permalink
Update infra/scripts/postprovision/create-app-registrations.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
  • Loading branch information
KSchlobohm and twsouthwick authored Sep 13, 2024
1 parent 146978d commit 851b537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/postprovision/create-app-registrations.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ try {
} catch {
$errorMessage = $_.Exception.Message
Write-Warning "An error occurred saving $highlightColor'MicrosoftEntraId--ClientSecret'$defaultColor to Key Vault: $errorMessage"
Write-WWarning "Please save the client secret manually or users will not be able to make authenticated requests to the web API during checkout."
Write-Warning "Please save the client secret manually or users will not be able to make authenticated requests to the web API during checkout."
}

# Get or Create the api app registration
Expand Down

0 comments on commit 851b537

Please sign in to comment.