From 51085b896395e80980d10e5f923851bdf79d7ec0 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:24:36 +0000 Subject: [PATCH 1/8] Updated markdown help --- .../Get-MgBetaSchemaExtension.md | 52 ++------------ .../Get-MgBetaSchemaExtensionCount.md | 44 +++--------- .../Microsoft.Graph.Beta.SchemaExtensions.md | 21 +----- .../New-MgBetaSchemaExtension.md | 70 +++---------------- .../Remove-MgBetaSchemaExtension.md | 48 ++----------- .../Update-MgBetaSchemaExtension.md | 50 ++----------- 6 files changed, 40 insertions(+), 245 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index 2baea1c9b3a3..7375cb5e7ab9 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 08/07/2026 +ms.date: 09/04/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSchemaExtension --- @@ -15,9 +15,6 @@ title: Get-MgBetaSchemaExtension Get the properties of the specified schemaExtension definition. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Get-MgSchemaExtension?view=graph-powershell-1.0) - ## SYNTAX ### List (Default) @@ -58,26 +55,13 @@ This cmdlet has the following aliases, Get the properties of the specified schemaExtension definition. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Read, Application.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.SchemaExtensions -Get-MgBetaSchemaExtension -Filter "id eq 'graphlearn_test'" - -``` -This example shows how to use the Get-MgBetaSchemaExtension Cmdlet. - +Get-MgBetaSchemaExtension -Filter "id eq 'graphlearn_test'" ## PARAMETERS @@ -539,34 +523,12 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension ## RELATED LINKS -- [Get-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension) -- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta) -- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension) +- [](https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta) +- [](https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index 4acba66bb2c4..d34fa12546a8 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 08/07/2026 +ms.date: 09/04/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSchemaExtensionCount --- @@ -15,9 +15,6 @@ title: Get-MgBetaSchemaExtensionCount Get the number of the resource -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Get-MgSchemaExtensionCount](/powershell/module/Microsoft.Graph.SchemaExtensions/Get-MgSchemaExtensionCount?view=graph-powershell-1.0) - ## SYNTAX ### Get (Default) @@ -38,13 +35,15 @@ This cmdlet has the following aliases, Get the number of the resource -**Permissions** +## EXAMPLES + +### EXAMPLE 1 + +{{ Add code here }} + +### EXAMPLE 2 -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | User.Read, Application.Read.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.Read.All, | +{{ Add code here }} ## PARAMETERS @@ -282,27 +281,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [Get-MgBetaSchemaExtensionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount) - - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md index 1e2d16321a21..919be078cc2b 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Beta.SchemaExtensions -Module Guid: 0cc385c6-2978-4e2f-b5e6-8d45a34dd709 +Module Guid: 6e3faa7d-90e4-47e4-a349-b23b421cdb0d Download Help Link: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.schemaextensions/?view=graph-powershell-beta Help Version: 1.0.0.0 Locale: en-US @@ -23,22 +23,3 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSchemaExtension](Update-MgBetaSchemaExtension.md) - - - - - - - - - - - - - - - - - - - diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index b97d6b0e959e..42b944b500d2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 08/07/2026 +ms.date: 09/04/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSchemaExtension --- @@ -16,11 +16,8 @@ title: New-MgBetaSchemaExtension Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. -Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. -See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. - -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [New-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/New-MgSchemaExtension?view=graph-powershell-1.0) +Depending on the \r\nstate of the extension, the owner app, and only the owner app, may update or delete the extension. +See examples of how to define a schema extension that describes a training course, \r\nuse the schema extension definition to create a new group with training course data, and \r\nadd training course data to an existing group. ## SYNTAX @@ -54,21 +51,12 @@ This cmdlet has the following aliases, Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. -Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. -See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. - -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | +Depending on the \r\nstate of the extension, the owner app, and only the owner app, may update or delete the extension. +See examples of how to define a schema extension that describes a training course, \r\nuse the schema extension definition to create a new group with training course data, and \r\nadd training course data to an existing group. ## EXAMPLES -### Example 1: Creating a schema extension using a verified domain -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -96,12 +84,7 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params -``` -This example shows creating a schema extension using a verified domain - -### Example 2: Creating a schema extension using just a name - -```powershell +### EXAMPLE 2 Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -129,12 +112,7 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params -``` -This example shows creating a schema extension using just a name - -### Example 3: Creating a schema extension setting the owner - -```powershell +### EXAMPLE 3 Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -163,10 +141,6 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params -``` -This example shows creating a schema extension setting the owner - - ## PARAMETERS ### -AdditionalProperties @@ -595,7 +569,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: schemaExtension +BODYPARAMETER : schemaExtension [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -630,27 +604,5 @@ For more information, see Supported property data types. ## RELATED LINKS -- [New-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension) -- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension) +- [](https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index 39e3e8e5b0d7..1ad2d098774a 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 08/07/2026 +ms.date: 09/04/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSchemaExtension --- @@ -19,9 +19,6 @@ In delegated scenarios, the owner of the owner app can delete the schema extensi Deleting a schema extension definition before deleting the data associated with the extension in the target resources makes the data inaccessible. To recover the data, you can recreate the schema extension definition with the same configuration, but only if you used the verified domain for the schema extension id. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Remove-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Remove-MgSchemaExtension?view=graph-powershell-1.0) - ## SYNTAX ### Delete (Default) @@ -55,27 +52,14 @@ In delegated scenarios, the owner of the owner app can delete the schema extensi Deleting a schema extension definition before deleting the data associated with the extension in the target resources makes the data inaccessible. To recover the data, you can recreate the schema extension definition with the same configuration, but only if you used the verified domain for the schema extension id. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.SchemaExtensions Remove-MgBetaSchemaExtension -SchemaExtensionId $schemaExtensionId -``` -This example shows how to use the Remove-MgBetaSchemaExtension Cmdlet. - - ## PARAMETERS ### -Break @@ -406,33 +390,11 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension ## RELATED LINKS -- [Remove-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension) -- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension) +- [](https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 0e13e6c136f4..75b2b89148a1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 08/07/2026 +ms.date: 09/04/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSchemaExtension --- @@ -23,9 +23,6 @@ That application can be the one that initially created the extension, or some ot This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. -> [!NOTE] -> To view the v1.0 release of this cmdlet, view [Update-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Update-MgSchemaExtension?view=graph-powershell-1.0) - ## SYNTAX ### UpdateExpanded (Default) @@ -87,18 +84,9 @@ That application can be the one that initially created the extension, or some ot This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. -**Permissions** - -| Permission type | Permissions (from least to most privileged) | -| --------------- | ------------------------------------------ | -| Delegated (work or school account) | Application.ReadWrite.All, | -| Delegated (personal Microsoft account) | Not supported | -| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | - ## EXAMPLES -### Example 1: Code snippet -```powershell +### EXAMPLE 1 Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -126,10 +114,6 @@ $params = @{ Update-MgBetaSchemaExtension -SchemaExtensionId $schemaExtensionId -BodyParameter $params -``` -This example shows how to use the Update-MgBetaSchemaExtension Cmdlet. - - ## PARAMETERS ### -AdditionalProperties @@ -665,7 +649,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER ``: schemaExtension +BODYPARAMETER : schemaExtension [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -691,7 +675,7 @@ Supports $filter (eq). [TargetTypes ]: Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, todoTask, todoTaskList, or user. -INPUTOBJECT ``: Identity Parameter +INPUTOBJECT : Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension PROPERTIES : The collection of property names and types that make up the schema extension definition. @@ -703,27 +687,5 @@ For more information, see Supported property data types. ## RELATED LINKS -- [Update-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension) -- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta) - - - - - - - - - - - - - - - - - - - - - - +- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension) +- [](https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta) From cc8f11e6095ba172d8ad7f6a107b7d0765ac1db7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:24:40 +0000 Subject: [PATCH 2/8] Escaped disallowed html tags --- .../Get-MgBetaSchemaExtension.md | 24 +++++++++++++- .../Get-MgBetaSchemaExtensionCount.md | 22 +++++++++++++ .../Microsoft.Graph.Beta.SchemaExtensions.md | 19 +++++++++++ .../New-MgBetaSchemaExtension.md | 32 ++++++++++++++++--- .../Remove-MgBetaSchemaExtension.md | 24 +++++++++++++- .../Update-MgBetaSchemaExtension.md | 26 +++++++++++++-- 6 files changed, 138 insertions(+), 9 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index 7375cb5e7ab9..a79a37212142 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -523,7 +523,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension @@ -532,3 +532,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension) - [](https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta) - [](https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index d34fa12546a8..632c2fcfd0a2 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -282,3 +282,25 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md index 919be078cc2b..c14f94444a4f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Microsoft.Graph.Beta.SchemaExtensions.md @@ -23,3 +23,22 @@ Microsoft Graph PowerShell Cmdlets ### [Update-MgBetaSchemaExtension](Update-MgBetaSchemaExtension.md) + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index 42b944b500d2..44634cd708b6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -16,8 +16,8 @@ title: New-MgBetaSchemaExtension Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. -Depending on the \r\nstate of the extension, the owner app, and only the owner app, may update or delete the extension. -See examples of how to define a schema extension that describes a training course, \r\nuse the schema extension definition to create a new group with training course data, and \r\nadd training course data to an existing group. +Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. +See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. ## SYNTAX @@ -51,8 +51,8 @@ This cmdlet has the following aliases, Create a new schemaExtension definition and its associated schema extension property to extend a supporting resource type. Schema extensions let you add strongly-typed custom data to a resource. The app that creates a schema extension is the owner app. -Depending on the \r\nstate of the extension, the owner app, and only the owner app, may update or delete the extension. -See examples of how to define a schema extension that describes a training course, \r\nuse the schema extension definition to create a new group with training course data, and \r\nadd training course data to an existing group. +Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. +See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. ## EXAMPLES @@ -569,7 +569,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : schemaExtension +BODYPARAMETER ``: schemaExtension [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -606,3 +606,25 @@ For more information, see Supported property data types. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension) - [](https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index 1ad2d098774a..f792c339e3c1 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -390,7 +390,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension @@ -398,3 +398,25 @@ INPUTOBJECT : Identity Parameter - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension) - [](https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 75b2b89148a1..2b65d9c17d24 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -649,7 +649,7 @@ COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. -BODYPARAMETER : schemaExtension +BODYPARAMETER ``: schemaExtension [(Any) ]: This indicates any property can be added to this object. [Id ]: The unique identifier for an entity. Read-only. @@ -675,7 +675,7 @@ Supports $filter (eq). [TargetTypes ]: Set of Microsoft Graph types (that can support extensions) that the schema extension can be applied to. Select from administrativeUnit, contact, device, event, group, message, organization, post, todoTask, todoTaskList, or user. -INPUTOBJECT : Identity Parameter +INPUTOBJECT ``: Identity Parameter [SchemaExtensionId ]: The unique identifier of schemaExtension PROPERTIES : The collection of property names and types that make up the schema extension definition. @@ -689,3 +689,25 @@ For more information, see Supported property data types. - [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension) - [](https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta) + + + + + + + + + + + + + + + + + + + + + + From c86bec0e33bfc66f3402208082f23d2496851339 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:37:25 +0000 Subject: [PATCH 3/8] Inserted permissions Table --- .../Get-MgBetaSchemaExtension.md | 8 ++++++++ .../Get-MgBetaSchemaExtensionCount.md | 8 ++++++++ .../New-MgBetaSchemaExtension.md | 8 ++++++++ .../Remove-MgBetaSchemaExtension.md | 8 ++++++++ .../Update-MgBetaSchemaExtension.md | 8 ++++++++ 5 files changed, 40 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index a79a37212142..73459ca9108d 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -55,6 +55,14 @@ This cmdlet has the following aliases, Get the properties of the specified schemaExtension definition. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.Read, Application.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index 632c2fcfd0a2..7c0c711a6729 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -35,6 +35,14 @@ This cmdlet has the following aliases, Get the number of the resource +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | User.Read, Application.Read.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.Read.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index 44634cd708b6..d2abff692e87 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -54,6 +54,14 @@ The app that creates a schema extension is the owner app. Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index f792c339e3c1..b46a60e2b9f6 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -52,6 +52,14 @@ In delegated scenarios, the owner of the owner app can delete the schema extensi Deleting a schema extension definition before deleting the data associated with the extension in the target resources makes the data inaccessible. To recover the data, you can recreate the schema extension definition with the same configuration, but only if you used the verified domain for the schema extension id. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 2b65d9c17d24..3dc3919e61d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -84,6 +84,14 @@ That application can be the one that initially created the extension, or some ot This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. +**Permissions** + +| Permission type | Permissions (from least to most privileged) | +| --------------- | ------------------------------------------ | +| Delegated (work or school account) | Application.ReadWrite.All, | +| Delegated (personal Microsoft account) | Not supported | +| Application | Application.ReadWrite.All, Directory.ReadWrite.All, | + ## EXAMPLES ### EXAMPLE 1 From 990d4b4e01888af171d27c759d9eab4f27213bf7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:37:33 +0000 Subject: [PATCH 4/8] Updated metadata parameters --- .../Get-MgBetaSchemaExtension.md | 3 +++ .../Get-MgBetaSchemaExtensionCount.md | 3 +++ .../New-MgBetaSchemaExtension.md | 3 +++ .../Remove-MgBetaSchemaExtension.md | 3 +++ .../Update-MgBetaSchemaExtension.md | 3 +++ 5 files changed, 15 insertions(+) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index 73459ca9108d..66674127f405 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -15,6 +15,9 @@ title: Get-MgBetaSchemaExtension Get the properties of the specified schemaExtension definition. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Get-MgSchemaExtension?view=graph-powershell-1.0) + ## SYNTAX ### List (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index 7c0c711a6729..bfed9514942f 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -15,6 +15,9 @@ title: Get-MgBetaSchemaExtensionCount Get the number of the resource +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Get-MgSchemaExtensionCount](/powershell/module/Microsoft.Graph.SchemaExtensions/Get-MgSchemaExtensionCount?view=graph-powershell-1.0) + ## SYNTAX ### Get (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index d2abff692e87..8f3868540326 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -19,6 +19,9 @@ The app that creates a schema extension is the owner app. Depending on the \rstate of the extension, the owner app, and only the owner app, may update or delete the extension. See examples of how to define a schema extension that describes a training course, \ruse the schema extension definition to create a new group with training course data, and \radd training course data to an existing group. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [New-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/New-MgSchemaExtension?view=graph-powershell-1.0) + ## SYNTAX ### CreateExpanded (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index b46a60e2b9f6..2b64b3040154 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -19,6 +19,9 @@ In delegated scenarios, the owner of the owner app can delete the schema extensi Deleting a schema extension definition before deleting the data associated with the extension in the target resources makes the data inaccessible. To recover the data, you can recreate the schema extension definition with the same configuration, but only if you used the verified domain for the schema extension id. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Remove-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Remove-MgSchemaExtension?view=graph-powershell-1.0) + ## SYNTAX ### Delete (Default) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 3dc3919e61d7..13f1d1fba005 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -23,6 +23,9 @@ That application can be the one that initially created the extension, or some ot This criteria for the owner property allows a signed-in user to make updates through other applications they don't own, such as Microsoft Graph Explorer. When using Graph Explorer to update a schemaExtension resource, include the owner property in the PATCH request body. +> [!NOTE] +> To view the v1.0 release of this cmdlet, view [Update-MgSchemaExtension](/powershell/module/Microsoft.Graph.SchemaExtensions/Update-MgSchemaExtension?view=graph-powershell-1.0) + ## SYNTAX ### UpdateExpanded (Default) From a9a92fa68cc18fd62f60d709e85079384a43e045 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:37:39 +0000 Subject: [PATCH 5/8] Repaired examples and descriptions --- .../Get-MgBetaSchemaExtension.md | 9 ++++++-- .../New-MgBetaSchemaExtension.md | 21 ++++++++++++++++--- .../Remove-MgBetaSchemaExtension.md | 7 ++++++- .../Update-MgBetaSchemaExtension.md | 7 ++++++- 4 files changed, 37 insertions(+), 7 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index 66674127f405..c5814669e371 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -67,12 +67,17 @@ Get the properties of the specified schemaExtension definition. | Application | Application.Read.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions -Get-MgBetaSchemaExtension -Filter "id eq 'graphlearn_test'" +Get-MgBetaSchemaExtension -Filter "id eq 'graphlearn_test'" + +``` +This example shows how to use the Get-MgBetaSchemaExtension Cmdlet. + ## PARAMETERS diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index 8f3868540326..fcfd2e5793ff 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -66,8 +66,9 @@ See examples of how to define a schema extension that describes a training cours | Application | Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES +### Example 1: Creating a schema extension using a verified domain -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -95,7 +96,12 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params -### EXAMPLE 2 +``` +This example shows creating a schema extension using a verified domain + +### Example 2: Creating a schema extension using just a name + +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -123,7 +129,12 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params -### EXAMPLE 3 +``` +This example shows creating a schema extension using just a name + +### Example 3: Creating a schema extension setting the owner + +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -152,6 +163,10 @@ properties = @( New-MgBetaSchemaExtension -BodyParameter $params +``` +This example shows creating a schema extension setting the owner + + ## PARAMETERS ### -AdditionalProperties diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index 2b64b3040154..0be3128f94b7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -64,13 +64,18 @@ To recover the data, you can recreate the schema extension definition with the s | Application | Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions Remove-MgBetaSchemaExtension -SchemaExtensionId $schemaExtensionId +``` +This example shows how to use the Remove-MgBetaSchemaExtension Cmdlet. + + ## PARAMETERS ### -Break diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 13f1d1fba005..0e8b78f63071 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -96,8 +96,9 @@ When using Graph Explorer to update a schemaExtension resource, include the owne | Application | Application.ReadWrite.All, Directory.ReadWrite.All, | ## EXAMPLES +### Example 1: Code snippet -### EXAMPLE 1 +```powershell Import-Module Microsoft.Graph.Beta.SchemaExtensions @@ -125,6 +126,10 @@ $params = @{ Update-MgBetaSchemaExtension -SchemaExtensionId $schemaExtensionId -BodyParameter $params +``` +This example shows how to use the Update-MgBetaSchemaExtension Cmdlet. + + ## PARAMETERS ### -AdditionalProperties From 7ec24846cb142ac7b7197acf671a124fcae00825 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:37:42 +0000 Subject: [PATCH 6/8] Remove boiler plate code injected by Autorest --- .../Get-MgBetaSchemaExtensionCount.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index bfed9514942f..9bf936cd8170 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -46,16 +46,6 @@ Get the number of the resource | Delegated (personal Microsoft account) | Not supported | | Application | Application.Read.All, | -## EXAMPLES - -### EXAMPLE 1 - -{{ Add code here }} - -### EXAMPLE 2 - -{{ Add code here }} - ## PARAMETERS ### -Break @@ -313,5 +303,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable + From 79b82dc8291e57d7065072e22d797e0da92f82c4 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:38:00 +0000 Subject: [PATCH 7/8] Corrected related link to conform to the new platyps rules --- .../Get-MgBetaSchemaExtension.md | 6 +++--- .../Get-MgBetaSchemaExtensionCount.md | 2 +- .../New-MgBetaSchemaExtension.md | 4 ++-- .../Remove-MgBetaSchemaExtension.md | 4 ++-- .../Update-MgBetaSchemaExtension.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index c5814669e371..05e1a1c65637 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -545,9 +545,9 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension) -- [](https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta) -- [](https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta) +- [Get-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension) +- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta) +- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index 9bf936cd8170..2c403d01db84 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -282,7 +282,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount) +- [Get-MgBetaSchemaExtensionCount](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index fcfd2e5793ff..e1424d8c43cf 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -630,8 +630,8 @@ For more information, see Supported property data types. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension) -- [](https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta) +- [New-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension) +- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index 0be3128f94b7..e9867437ce82 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -412,8 +412,8 @@ INPUTOBJECT ``: Identity Parameter ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension) -- [](https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta) +- [Remove-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension) +- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 0e8b78f63071..91f42f8c47a5 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -703,8 +703,8 @@ For more information, see Supported property data types. ## RELATED LINKS -- [](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension) -- [](https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta) +- [Update-MgBetaSchemaExtension](https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension) +- [Graph API Reference](https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta) From a87aa78e539135a0a18caf2c77f55e7ffdda8bf5 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 4 Sep 2026 06:38:09 +0000 Subject: [PATCH 8/8] Updating reference docs for SchemaExtensions (beta) --- .../Get-MgBetaSchemaExtension.md | 2 +- .../Get-MgBetaSchemaExtensionCount.md | 2 +- .../New-MgBetaSchemaExtension.md | 2 +- .../Remove-MgBetaSchemaExtension.md | 2 +- .../Update-MgBetaSchemaExtension.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md index 05e1a1c65637..2baea1c9b3a3 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 09/04/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSchemaExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md index 2c403d01db84..4acba66bb2c4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Get-MgBetaSchemaExtensionCount.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/get-mgbetaschemaextensioncount Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 09/04/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Get-MgBetaSchemaExtensionCount --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md index e1424d8c43cf..b97d6b0e959e 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/New-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/new-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 09/04/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: New-MgBetaSchemaExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md index e9867437ce82..39e3e8e5b0d7 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Remove-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/remove-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 09/04/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Remove-MgBetaSchemaExtension --- diff --git a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md index 91f42f8c47a5..0e13e6c136f4 100644 --- a/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md +++ b/microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.SchemaExtensions/Update-MgBetaSchemaExtension.md @@ -4,7 +4,7 @@ external help file: Microsoft.Graph.Beta.SchemaExtensions-Help.xml HelpUri: https://learn.microsoft.com/powershell/module/microsoft.graph.beta.schemaextensions/update-mgbetaschemaextension Locale: en-US Module Name: Microsoft.Graph.Beta.SchemaExtensions -ms.date: 09/04/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSchemaExtension ---