We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3021029 + c9783e8 commit 2554a51Copy full SHA for 2554a51
SOA/SOA-Prerequisites.psm1
@@ -1508,7 +1508,9 @@ Function Get-RequiredAppPermissions {
1508
}
1509
1510
switch ($CloudEnvironment) {
1511
- "China" {$GUID = "4cd4e808-f9db-48e3-9455-51ed99ea5ebe";break}
+ USGovGCCHigh {$GUID = "47c980b8-449c-4b30-99e6-aeb22a11a023"}
1512
+ USGovDoD {$GUID = "47c980b8-449c-4b30-99e6-aeb22a11a023"}
1513
+ China {$GUID = "4cd4e808-f9db-48e3-9455-51ed99ea5ebe"}
1514
default {$GUID = "bb70e231-92dc-4729-aff5-697b3f04be95"}
1515
1516
$AppRoles += New-Object -TypeName PSObject -Property @{
0 commit comments