Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -33,8 +32,6 @@ Remove-MgApplicationExtensionProperty -InputObject <IApplicationsIdentity> [-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) |
Expand Down Expand Up @@ -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 `<IApplicationsIdentity>`: Identity Parameter
- `[AppId <String>]`: Alternate key of application
- `[AppId <String>]`: Alternate key of application
- `[AppManagementPolicyId <String>]`: The unique identifier of appManagementPolicy
- `[AppRoleAssignmentId <String>]`: The unique identifier of appRoleAssignment
- `[ApplicationId <String>]`: The unique identifier of application
Expand Down