File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -652,8 +652,8 @@ try {
652
652
}
653
653
}
654
654
catch {
655
- Write-Warning " The Object ID of the test application was unable to be queried. " + `
656
- " You may want to consider passing it explicitly with the 'TestApplicationOid` parameter."
655
+ Write-Warning ( " The Object ID of the test application was unable to be queried. " +
656
+ " You may want to consider passing it explicitly with the 'TestApplicationOid` parameter." )
657
657
throw $_.Exception
658
658
}
659
659
@@ -693,9 +693,9 @@ try {
693
693
if ($principalOwnerAssignment.RoleDefinitionName -eq ' Owner' ) {
694
694
Write-Verbose " Successfully assigned ownership of '$ResourceGroupName ' to the Test Application '$TestApplicationId '"
695
695
} else {
696
- Write-Warning " The 'Owner' role for '$ResourceGroupName ' could not be assigned. " + `
697
- " You may need to manually grant 'Owner' for the resource group to the " + `
698
- " Test Application '$TestApplicationId ' if it does not have subscription-level permissions."
696
+ Write-Warning ( " The 'Owner' role for '$ResourceGroupName ' could not be assigned. " +
697
+ " You may need to manually grant 'Owner' for the resource group to the " +
698
+ " Test Application '$TestApplicationId ' if it does not have subscription-level permissions." )
699
699
}
700
700
}
701
701
You can’t perform that action at this time.
0 commit comments