You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -311,8 +327,8 @@ Function UpdateTextFile([string] $configFilePath, [System.Collections.HashTable]
311
327
Write-Host"IMPORTANT: Please follow the instructions below to complete a few manual step(s) in the Azure portal":
312
328
Write-Host"- For client"
313
329
Write-Host" - Navigate to $clientPortalUrl"
314
-
Write-Host" - This script has created a group named GroupAdmin for you. On Azure portal, assign some users to it, and configure your ID and Access token to emit GroupID in your app registration."-ForegroundColor Red
315
-
Write-Host" - This script has created a group named GroupMember for you. On Azure portal, assign some users to it, and configure your ID and Access token to emit GroupID in your app registration."-ForegroundColor Red
330
+
Write-Host" - On Azure portal, create a group named GroupAdmin and assign some users to it, then configure your ID and Access token to emit GroupID in your app registration."-ForegroundColor Red
331
+
Write-Host" - On Azure portal, create a group named GroupMember and assign some users to it, then configure your ID and Access token to emit GroupID in your app registration."-ForegroundColor Red
316
332
Write-Host-ForegroundColor Green "------------------------------------------------------------------------------------------------"
Copy file name to clipboardExpand all lines: 5-AccessControl/2-call-api-groups/AppCreationScripts/sample.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,10 @@
58
58
},
59
59
"ManualSteps": [
60
60
{
61
-
"Comment": "This script has created a group named GroupAdmin for you. On Azure portal, assign some users to it, and configure your ID and Access token to emit GroupID in your app registration."
61
+
"Comment": "On Azure portal, create a group named GroupAdmin and assign some users to it, then configure your ID and Access token to emit GroupID in your app registration."
62
62
},
63
63
{
64
-
"Comment": "This script has created a group named GroupMember for you. On Azure portal, assign some users to it, and configure your ID and Access token to emit GroupID in your app registration."
64
+
"Comment": "On Azure portal, create a group named GroupMember and assign some users to it, then configure your ID and Access token to emit GroupID in your app registration."
0 commit comments