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
Copy file name to clipboardExpand all lines: azure-stack/operator/graph-api-retirement.md
+22-20Lines changed: 22 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To ensure that your Azure Stack Hub environments that use Entra ID as an identit
26
26
27
27
## Run the script
28
28
29
-
Run the following PowerShell script in your Azure Entra ID environment that is used by Azure Stack Hub as the "home directory" (the main identity provider of your Azure Stack Hub). The script interacts with Azure, so you don't need to run it on a specific machine. However, you need at least "application administrator" privileges in the respective Entra ID tenant to run the script.
29
+
Run the following PowerShell script in your Entra ID environment that is used by Azure Stack Hub as the "home directory" (the main identity provider of your Azure Stack Hub). The script interacts with Azure, so you don't need to run it on a specific machine. However, you need at least "application administrator" privileges in the respective Entra ID tenant to run the script.
30
30
31
31
Make sure to run the following script with administrator privileges on the local machine:
32
32
@@ -95,31 +95,33 @@ The script displays the following sample output:
95
95
96
96
```output
97
97
Looking-up all applications in directory '<ID>'...
98
-
Found '3164' total applications in directory '<ID>'
99
-
Found '102' total Azure Stack deployments in directory '<app ID>'
100
-
Found '14' total Azure Stack applications which need permission to continue calling Legacy Microsoft Graph Service
Run the script a second time to verify that all applications were updated. The script should return the following output if all applications were successfully updated:
118
120
119
121
```output
120
122
Looking-up all applications in directory '<ID>'...
121
-
Found '3164' total applications in directory '<ID>>'
122
-
Found '102' total Azure Stack deployments in directory '<ID>>'
123
+
Found '####' total applications in directory '<ID>>'
124
+
Found '1' total Azure Stack deployments in directory '<ID>>'
123
125
Found '0' total Azure Stack applications which need permission to continue calling Legacy Microsoft Graph Service
0 commit comments