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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@ The Microsoft Entra ID (formerly Azure Active Directory or Azure AD) [Graph API
15
15
16
16
## Mitigation steps
17
17
18
-
The Graph API retirement affects all Azure Stack Hub customers, and requires you to run the script included in this article for all affected applications. If you have applications that need continued access to the Graph APIs, the script configures these applications for an extension that allows these specific applications to continue calling the legacy Graph API until June 2025.
18
+
The Graph API retirement affects all Azure Stack Hub customers, and requires you to run the script included in this article for all impacted applications. If you have applications that need continued access to the Graph APIs, the script sets a flag that configures these applications for an extension that allows these specific applications to continue calling the legacy Graph API until June 2025.
19
19
20
-
The script provided in this article sets a flag for each application to configure the Graph API extension for your connected Azure Stack environments.
20
+
The PowerShell script provided in this article sets a flag for each application to configure the Graph API extension for your connected Azure Stack environments.
21
21
22
22
To ensure that your connected Azure Stack environments continue functioning through the June cutoff date and beyond, you should run this script by the end of February 2025.
23
23
24
24
## Run the script
25
25
26
-
Run the following script in your Azure Stack Hub environment to configure the Graph API extension. You can run the script after your environment is deployed. The script interacts with Azure, so you don't need to run it on a specific machine. However, you need to have administrator access to run the script, and you must run it in each of your directory tenants.
26
+
Run the following PowerShell script in your Azure Stack Hub environment to configure the Graph API extension. You can run the script after your environment is deployed. The script interacts with Azure, so you don't need to run it on a specific machine. However, you need administrator privileges to run the script, and you must run it in each of your directory tenants.
27
27
28
28
Make sure to run the following script with administrator privileges:
29
29
@@ -114,9 +114,9 @@ Found '14' total Azure Stack applications which need permission to continue call
114
114
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:
115
115
116
116
```output
117
-
Looking-up all applications in directory '104edf09-7fc1-459f-8c4e-b062db480b90'...
118
-
Found '3164' total applications in directory '104edf09-7fc1-459f-8c4e-b062db480b90'
119
-
Found '102' total Azure Stack deployments in directory '104edf09-7fc1-459f-8c4e-b062db480b90'
117
+
Looking-up all applications in directory '<ID>'...
118
+
Found '3164' total applications in directory '<ID>>'
119
+
Found '102' total Azure Stack deployments in directory '<ID>>'
120
120
Found '0' total Azure Stack applications which need permission to continue calling Legacy Microsoft Graph Service
0 commit comments