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
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to mitigate the retirement of the Entra ID Graph API.
4
4
author: sethmanheim
5
5
ms.author: sethm
6
6
ms.topic: conceptual
7
-
ms.date: 02/25/2025
7
+
ms.date: 03/14/2025
8
8
ms.reviewer: rtiberiu
9
9
10
10
---
@@ -26,12 +26,12 @@ 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 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's used by Azure Stack Hub as the *home directory* (the main identity provider of your Azure Stack Hub), as well as the Entra ID environment to which you registered your Azure Stack Hub system. This might be a different directory than your home directory. 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:
# Update the applications which require their authentication behaviors patched to allow access to Legacy Graph
84
+
# Update the applications that require their authentication behaviors patched to allow access to legacy Graph
82
85
Write-Host "Found '$($azureStackLegacyGraphApplicationsToUpdate.Count)' total Azure Stack applications which need permission to continue calling Legacy Microsoft Graph Service"
83
86
$count = 0
84
87
foreach ($application in $azureStackLegacyGraphApplicationsToUpdate)
0 commit comments