From 3e1f9e6c1b76c2afe039b5ae7ccb1ca75cda8752 Mon Sep 17 00:00:00 2001 From: Tariq Jaber <64084421+tajaber@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:01:02 +0300 Subject: [PATCH 1/2] Learn Editor: Update Remove-MgApplicationExtensionProperty.md --- .../Remove-MgApplicationExtensionProperty.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md index f45f49a3276c..8aebf6f1f75c 100644 --- a/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md +++ b/microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Applications/Remove-MgApplicationExtensionProperty.md @@ -10,7 +10,6 @@ ms.subservice: extensions ## SYNOPSIS Delete a directory extension definition represented by an extensionProperty object. -You can delete only directory extensions that aren't synced from on-premises active directory (AD). > [!NOTE] > To view the beta release of this cmdlet, view [Remove-MgBetaApplicationExtensionProperty](/powershell/module/Microsoft.Graph.Beta.Applications/Remove-MgBetaApplicationExtensionProperty?view=graph-powershell-beta) @@ -33,8 +32,6 @@ Remove-MgApplicationExtensionProperty -InputObject [-IfM ## DESCRIPTION Delete a directory extension definition represented by an extensionProperty object. -You can delete only directory extensions that aren't synced from on-premises active directory (AD). - **Permissions** | Permission type | Permissions (from least to most privileged) | @@ -227,7 +224,7 @@ To create the parameters described below, construct a hash table containing the For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT ``: Identity Parameter - - `[AppId ]`: Alternate key of application +- `[AppId ]`: Alternate key of application - `[AppManagementPolicyId ]`: The unique identifier of appManagementPolicy - `[AppRoleAssignmentId ]`: The unique identifier of appRoleAssignment - `[ApplicationId ]`: The unique identifier of application From d57b8c8a914c1c1c69c35830866f492e6b46204b Mon Sep 17 00:00:00 2001 From: Tariq Jaber <64084421+tajaber@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:01:18 +0300 Subject: [PATCH 2/2] Learn Editor: Update Remove-MgApplicationExtensionProperty.md