Skip to content

Commit 843db71

Browse files
authored
Added msgraph migration banner to impacted cmdlets (MicrosoftDocs#1959)
1 parent e704736 commit 843db71

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+102
-6
lines changed

azps-6.5.0/Az.Resources/Add-AzADGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Adds a user to an existing AD group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### MemberObjectIdWithGroupObjectId (Default)

azps-6.5.0/Az.Resources/Get-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Retrieves a list of credentials associated with an application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Lists existing azure active directory applications.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory groups.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Lists members of an AD group in the current tenant.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADServicePrincipal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory service principals.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADSpCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Retrieves a list of credentials associated with a service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Get-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory users.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.5.0/Az.Resources/New-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Adds a credential to an existing application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdWithPasswordParameterSet (Default)

azps-6.5.0/Az.Resources/New-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new azure active directory application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationWithoutCredentialParameterSet (Default)

azps-6.5.0/Az.Resources/New-AzADGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Creates a new active directory group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
```

azps-6.5.0/Az.Resources/New-AzADServicePrincipal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new Azure active directory service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### SimpleParameterSet (Default)
@@ -643,4 +645,4 @@ Keywords: azure, azurerm, arm, resource, management, manager, resource, group, t
643645
644646
[New-AzADSpCredential](./New-AzADSpCredential.md)
645647
646-
[Remove-AzADSpCredential](./Remove-AzADSpCredential.md)
648+
[Remove-AzADSpCredential](./Remove-AzADSpCredential.md)

azps-6.5.0/Az.Resources/New-AzADSpCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Adds a credential to an existing service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### SpObjectIdWithPasswordParameterSet (Default)

azps-6.5.0/Az.Resources/New-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new active directory user.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
```

azps-6.5.0/Az.Resources/Remove-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Removes a credential from an application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdWithKeyIdParameterSet (Default)

azps-6.5.0/Az.Resources/Remove-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Deletes the azure active directory application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Remove-AzADGroup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Deletes an active directory group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### ObjectIdParameterSet (Default)
@@ -200,4 +202,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
200202
201203
## NOTES
202204
203-
## RELATED LINKS
205+
## RELATED LINKS

azps-6.5.0/Az.Resources/Remove-AzADGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Removes a user from an AD group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### ExplicitParameterSet (Default)

azps-6.5.0/Az.Resources/Remove-AzADServicePrincipal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Deletes the azure active directory service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Remove-AzADSpCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Removes a credential from a service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdWithKeyIdParameterSet (Default)

azps-6.5.0/Az.Resources/Remove-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Deletes an active directory user.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### UPNOrObjectIdParameterSet (Default)

azps-6.5.0/Az.Resources/Update-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Updates an existing azure active directory application.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### ApplicationObjectIdWithUpdateParamsParameterSet (Default)

azps-6.5.0/Az.Resources/Update-AzADServicePrincipal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Updates an existing azure active directory service principal.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### SpObjectIdWithDisplayNameParameterSet (Default)
@@ -286,4 +288,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
286288
287289
## NOTES
288290
289-
## RELATED LINKS
291+
## RELATED LINKS

azps-6.5.0/Az.Resources/Update-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Updates an existing active directory user.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### UPNOrObjectIdParameterSet (Default)

azps-6.6.0/Az.Resources/Add-AzADGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Adds a user to an existing AD group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
### MemberObjectIdWithGroupObjectId (Default)

azps-6.6.0/Az.Resources/Get-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Retrieves a list of credentials associated with an application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Lists existing azure active directory applications.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory groups.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADGroupMember.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Lists members of an AD group in the current tenant.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADServicePrincipal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory service principals.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADSpCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Retrieves a list of credentials associated with a service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

azps-6.6.0/Az.Resources/Get-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Filters active directory users.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### EmptyParameterSet (Default)

azps-6.6.0/Az.Resources/New-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Adds a credential to an existing application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdWithPasswordParameterSet (Default)

azps-6.6.0/Az.Resources/New-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new azure active directory application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationWithoutCredentialParameterSet (Default)

azps-6.6.0/Az.Resources/New-AzADGroup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1212
## SYNOPSIS
1313
Creates a new active directory group.
1414

15+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
16+
1517
## SYNTAX
1618

1719
```

azps-6.6.0/Az.Resources/New-AzADServicePrincipal.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new Azure active directory service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### SimpleParameterSet (Default)
@@ -643,4 +645,4 @@ Keywords: azure, azurerm, arm, resource, management, manager, resource, group, t
643645
644646
[New-AzADSpCredential](./New-AzADSpCredential.md)
645647
646-
[Remove-AzADSpCredential](./Remove-AzADSpCredential.md)
648+
[Remove-AzADSpCredential](./Remove-AzADSpCredential.md)

azps-6.6.0/Az.Resources/New-AzADSpCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Adds a credential to an existing service principal.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### SpObjectIdWithPasswordParameterSet (Default)

azps-6.6.0/Az.Resources/New-AzADUser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Creates a new active directory user.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
```

azps-6.6.0/Az.Resources/Remove-AzADAppCredential.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Removes a credential from an application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ApplicationObjectIdWithKeyIdParameterSet (Default)

azps-6.6.0/Az.Resources/Remove-AzADApplication.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ original_content_git_url: https://github.com/Azure/azure-powershell/blob/main/sr
1313
## SYNOPSIS
1414
Deletes the azure active directory application.
1515

16+
[!INCLUDE [msgraph-migration-banner](../../includes/msgraph-migration-banner.md)]
17+
1618
## SYNTAX
1719

1820
### ObjectIdParameterSet (Default)

0 commit comments

Comments
 (0)