Skip to content

Commit 2554a51

Browse files
authored
Merge pull request #131 from o365soa/scotbue-5893
Fix GUID for DirSync role in GCCH/DoD
2 parents 3021029 + c9783e8 commit 2554a51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SOA/SOA-Prerequisites.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,9 @@ Function Get-RequiredAppPermissions {
15081508
}
15091509

15101510
switch ($CloudEnvironment) {
1511-
"China" {$GUID = "4cd4e808-f9db-48e3-9455-51ed99ea5ebe";break}
1511+
USGovGCCHigh {$GUID = "47c980b8-449c-4b30-99e6-aeb22a11a023"}
1512+
USGovDoD {$GUID = "47c980b8-449c-4b30-99e6-aeb22a11a023"}
1513+
China {$GUID = "4cd4e808-f9db-48e3-9455-51ed99ea5ebe"}
15121514
default {$GUID = "bb70e231-92dc-4729-aff5-697b3f04be95"}
15131515
}
15141516
$AppRoles += New-Object -TypeName PSObject -Property @{

0 commit comments

Comments
 (0)