From 9c27e1fff13696ebd55c5f374b4d6ac8bf30248d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 11:53:07 +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..473e27b94aa9 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: 08/28/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..1ec3da369add 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: 08/28/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..ac1efc9ecd67 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: 14ba201c-024a-43ba-a733-58827bff86e8 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..0d6b652d25f9 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: 08/28/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..9b0c5e3320c7 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: 08/28/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..3dbc0c21a7d2 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: 08/28/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 6cbdca8039e38a75122f88d603e7aa6ab4f96c13 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 11:53:11 +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 473e27b94aa9..0792e10ce39a 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 1ec3da369add..6ebeb1798c08 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 ac1efc9ecd67..8fbe2ffa90cb 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 0d6b652d25f9..35dd29bd9860 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 9b0c5e3320c7..fac2d2159a48 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 3dbc0c21a7d2..9a073bcc4c73 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 b7aa4fecf8a8d31be5c1ff55869e4c09085db4b3 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:05:52 +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 0792e10ce39a..c8eb90471cc7 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 6ebeb1798c08..bc235560bfd5 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 35dd29bd9860..eeef8f3ade5a 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 fac2d2159a48..3f97c932e31f 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 9a073bcc4c73..553abc782068 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 c0b4d930dc6ae9889f7da497e4b63ec333ce88ee Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:06:00 +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 c8eb90471cc7..a62b94fc90db 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 bc235560bfd5..990057707303 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 eeef8f3ade5a..f3964f18192a 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 3f97c932e31f..890b78e5c4d6 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 553abc782068..f9133f35d785 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 07a33fefb47a771d00656a83804d0dda65301bd6 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:06:06 +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 a62b94fc90db..2419da0d2dc9 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 f3964f18192a..6cb369c11ae0 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 890b78e5c4d6..d0c43ae6601b 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 f9133f35d785..7cb2eef7060e 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 c61f68352c41660073978521745b372be6cd041b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:06:09 +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 990057707303..9f6e0b4f9d95 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 40e7fca2f6fdc5e952dcaed0aa601adcaad07f5d Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:06:26 +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 2419da0d2dc9..5f8d4f4ec2fa 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 9f6e0b4f9d95..ba9590925634 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 6cb369c11ae0..42468246f30a 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 d0c43ae6601b..64793a0445ff 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 7cb2eef7060e..dfbce85f334d 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 41d606237d75a01dc58bce9912660ff3e3435221 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 28 Aug 2026 12:06:41 +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 5f8d4f4ec2fa..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: 08/28/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 ba9590925634..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: 08/28/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 42468246f30a..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: 08/28/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 64793a0445ff..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: 08/28/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 dfbce85f334d..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: 08/28/2026 +ms.date: 08/07/2026 PlatyPS schema version: 2024-05-01 title: Update-MgBetaSchemaExtension ---