Skip to content

Commit d473b5c

Browse files
authored
Minor changes based on peer review (MicrosoftDocs#1946)
1 parent d48b822 commit d473b5c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs-conceptual/azps-6.5.0/azps-msgraph-migration-breaking-changes.md renamed to docs-conceptual/azps-6.5.0/azps-msgraph-migration-changes.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
---
2-
title: Azure AD to Microsoft Graph migration breaking changes in Azure PowerShell
3-
description: This migration guide contains a list of Azure PowerShell breaking changes for the Azure AD to Microsoft Graph migration in the Az version 7.0.0 release.
2+
title: Azure AD to Microsoft Graph migration changes in Azure PowerShell
3+
description: This migration guide contains a list of Azure PowerShell changes for the Azure AD to Microsoft Graph migration in Az.Resources 5.0.0-preview.
44
ms.devlang: powershell
55
ms.topic: conceptual
6-
ms.date: 11/01/2021
6+
ms.date: 11/02/2021
77
ms.custom: devx-track-azurepowershell
88
ms.service: azure-powershell
99
---
1010

11-
# Azure AD to Microsoft Graph migration breaking changes in Azure PowerShell
11+
# Azure AD to Microsoft Graph migration changes in Azure PowerShell
1212

1313
The `Az.Resources` PowerShell module version 5.0.0-preview of Azure PowerShell introduces changes to
1414
the identity-related cmdlets. The cmdlets that rely on Azure AD Graph are transitioning to Microsoft
1515
Graph. This change is occurring to ensure a smooth transition in light of the
1616
[announcement of the retirement of Azure AD Graph](/updates/update-your-apps-to-use-microsoft-graph-before-30-june-2022/).
17+
For more information, see
18+
[Azure AD to Microsoft Graph migration for Azure command line tools](https://techcommunity.microsoft.com/t5/azure-tools/azure-ad-to-microsoft-graph-migration-for-azure-command-line/ba-p/2836666).
1719

1820
The following example installs the latest preview version of the `Az.Resources` Azure PowerShell
1921
module.
@@ -22,7 +24,7 @@ module.
2224
Install-Module -Name Az.Resources -Repository PSGallery -Scope CurrentUser -AllowPrerelease
2325
```
2426

25-
See the following information for a list of the changes.
27+
See the following information for a list of changes.
2628

2729
## Application
2830

@@ -270,6 +272,3 @@ See the following information for a list of the changes.
270272
- Input type of parameter `GroupObject` has been changed from
271273
`Microsoft.Azure.Commands.ActiveDirectory.PSADGroup` to
272274
`Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphGroup`
273-
274-
For more information, see
275-
[Azure AD to Microsoft Graph migration for Azure command line tools](https://techcommunity.microsoft.com/t5/azure-tools/azure-ad-to-microsoft-graph-migration-for-azure-command-line/ba-p/2836666).

0 commit comments

Comments
 (0)