Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing space
  • Loading branch information
JoshLove-msft authored and azure-sdk committed Jan 24, 2024
commit b09e6a63bfc6d79e17f7967181effeb1c7d45ce6
2 changes: 1 addition & 1 deletion eng/common/TestResources/New-TestResources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ try {
}

if ($UseUserCredentials) {
if ($TestApplicationId){
if ($TestApplicationId) {
Write-Warning "The specified TestApplicationId '$TestApplicationId' will be ignored when UseUserCredentials is set."
}

Expand Down