Skip to content

Commit 907ffe3

Browse files
authored
Merge pull request #233871 from rolyon/rolyon-aad-powershell-graph-zone-pivot-include
[Azure AD] [PowerShell] Zone pivots and include
2 parents 4f6118b + 406980b commit 907ffe3

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: rolyon
5+
manager: amycolannino
6+
ms.service: active-directory
7+
ms.workload: identity
8+
ms.topic: include
9+
ms.date: 04/10/2023
10+
ms.author: rolyon
11+
ms.custom: include file
12+
---
13+
14+
> [!IMPORTANT]
15+
> [Azure AD PowerShell](/powershell/azure/active-directory/overview) is planned to be deprecated on June 30, 2023. Microsoft recommends that you use [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview). For more information, see [Upgrade from Azure AD PowerShell to Microsoft Graph PowerShell](/powershell/microsoftgraph/migration-steps).

articles/active-directory/roles/groups-assign-role.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ $roleAssignment = New-MgRoleManagementDirectoryRoleAssignment -DirectoryScopeId
9090

9191
# [Azure AD PowerShell](#tab/aad-powershell)
9292

93+
[!INCLUDE [aad-powershell-migration-include](../includes/aad-powershell-migration-include.md)]
94+
9395
### Create a role-assignable group
9496

9597
Use the [New-AzureADMSGroup](/powershell/module/azuread/new-azureadmsgroup?branch=main) command to create a role-assignable group.

articles/zone-pivot-groups.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,32 @@ groups:
22722272
title: ASE Pro 2
22732273
- id: ase-pro-gpu
22742274
title: ASE Pro
2275+
# Owner: barclayn, rolyon
2276+
## Zone pivot with Azure portal, Azure AD PowerShell, Microsoft Graph PowerShell, Microsoft Graph
2277+
- id: identity-pivot-portal-aadpowershell-mspowershell-msgraph
2278+
title: Manage identity
2279+
prompt: Choose an option
2280+
pivots:
2281+
- id: portal
2282+
title: Azure portal
2283+
- id: aad-powershell
2284+
title: Azure AD PowerShell
2285+
- id: ms-powershell
2286+
title: Microsoft Graph PowerShell
2287+
- id: ms-graph
2288+
title: Microsoft Graph
2289+
# Owner: barclayn, rolyon
2290+
## Zone pivot with Azure portal, Microsoft Graph PowerShell, Microsoft Graph
2291+
- id: identity-pivot-portal-mspowershell-msgraph
2292+
title: Manage identity
2293+
prompt: Choose an option
2294+
pivots:
2295+
- id: portal
2296+
title: Azure portal
2297+
- id: ms-powershell
2298+
title: Microsoft Graph PowerShell
2299+
- id: ms-graph
2300+
title: Microsoft Graph
22752301
# Owner: rolyon
22762302
- id: app-provisioning-cross-tenant-synchronization
22772303
title: Application provisioning or cross-tenant synchronization

0 commit comments

Comments
 (0)