From ff68e21e729cd0773c64047a3036a97ffa4e08cd Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:08:39 +0000 Subject: [PATCH 1/7] 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..1bacb2392732 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/14/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..3e5cae5fe5b1 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/14/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..770f44480ebe 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: 67be4e79-c274-4937-9daf-cbca25eb1c2b 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..1bd26306c266 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/14/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..006df7452627 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/14/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..d573ca417519 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/14/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 6e3ebc73d43d242bdda5f2a859d99892657e1513 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:08:43 +0000 Subject: [PATCH 2/7] 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 1bacb2392732..22f0435b3eef 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 3e5cae5fe5b1..19230433e7fc 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 770f44480ebe..ee856455657c 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 1bd26306c266..192efa01dd3b 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 006df7452627..ad35aa4321a2 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 d573ca417519..c6e9184b9012 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 6293ee5440b042659a19ee98949aac593a709741 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:21:22 +0000 Subject: [PATCH 3/7] 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 22f0435b3eef..a7cac5a4603e 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 19230433e7fc..87e47efcce56 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 192efa01dd3b..dc468387e26d 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 ad35aa4321a2..da0fcee4eeab 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 c6e9184b9012..98aac068b43f 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 67dfd1d1a7064602f5f428e723e801cc097e454a Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:21:30 +0000 Subject: [PATCH 4/7] 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 a7cac5a4603e..183c41efd8d3 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 87e47efcce56..deb0f3f10530 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 dc468387e26d..a215d276e806 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 da0fcee4eeab..0f0225354d1b 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 98aac068b43f..b6ec6644e9f2 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 39bbbc9dd98f478b25bb65ffb7f8030242f747dc Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:21:36 +0000 Subject: [PATCH 5/7] 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 183c41efd8d3..c99665f5bb55 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 a215d276e806..af2d65ea5675 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 0f0225354d1b..a9b66bcf1570 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 b6ec6644e9f2..adddb95783a2 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 812234037d32ab1b6a542c5c9ac31ed9a111b8c7 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:21:39 +0000 Subject: [PATCH 6/7] 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 deb0f3f10530..942e869e4e6e 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 e17473513065a152824d431d06ea1c8461a5801f Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 14 Aug 2026 09:21:56 +0000 Subject: [PATCH 7/7] 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 c99665f5bb55..56c4f41c1e13 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 942e869e4e6e..2244f7a0118f 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 af2d65ea5675..67a314b83d2d 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 a9b66bcf1570..b15df2a50968 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 adddb95783a2..a71c42b2780f 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)