From 3a609a82fe376d8f476086c3e545f6d025b5802b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:29:14 +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 2c39a8ac77ab..95624700e667 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/01/2026 +ms.date: 08/07/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 b137476548e1..19aafb580290 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/01/2026 +ms.date: 08/07/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 354d34215fa8..6343f1607f66 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: 02e6d535-24c9-4597-bc8a-624da6b2d4f4 +Module Guid: 0cc385c6-2978-4e2f-b5e6-8d45a34dd709 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 f06d815f894e..30f40d6e9365 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/01/2026 +ms.date: 08/07/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 2288df482598..2eeb772208b6 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/01/2026 +ms.date: 08/07/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 63c2871464aa..961aa27eecb9 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/01/2026 +ms.date: 08/07/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 0eed04c49589a9e3715049d903877f44b1673683 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:29:18 +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 95624700e667..9d47624d983d 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 19aafb580290..b1af351ff056 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 6343f1607f66..1e2d16321a21 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 30f40d6e9365..83148ebbae70 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 2eeb772208b6..24d74b4a3af2 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 961aa27eecb9..5480a2fac8ce 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 5e6dc8bd97167f4b82752f09d3b1669bb9a9fa91 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:42:00 +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 9d47624d983d..cf2e4351057b 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 b1af351ff056..872f494174f4 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 83148ebbae70..fd7de45479b5 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 24d74b4a3af2..4c8bf15e75d7 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 5480a2fac8ce..d2a8dbad221b 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 2d4851f47b169e8254e80586a51d4a17b64bd861 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:42:08 +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 cf2e4351057b..96c2d6116f36 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 872f494174f4..3e27132d5885 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 fd7de45479b5..0bf900175460 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 4c8bf15e75d7..b606528aa263 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 d2a8dbad221b..066267846e94 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 8acb41b99d469709f58d0513d7947c3775aac48b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:42:14 +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 96c2d6116f36..dd2605469535 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 0bf900175460..49f9dbf69ac2 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 b606528aa263..b477bd588301 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 066267846e94..84a8b496d6e9 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 94d56e70fc88dc90b647e5f3c83f8da1e57e4f7e Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:42:17 +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 3e27132d5885..6e1ee049f988 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 3d7daf6900d36ebbcf4ba90fc83c8241ad36b73b Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Fri, 7 Aug 2026 09:42:36 +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 dd2605469535..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 @@ -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 6e1ee049f988..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 @@ -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 49f9dbf69ac2..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 @@ -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 b477bd588301..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 @@ -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 84a8b496d6e9..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 @@ -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)