Skip to content

Commit 60e61eb

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed example formatting and updated submodule
1 parent 155a30e commit 60e61eb

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/New-MgBetaRoleManagementCloudPcRoleDefinition.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
4949
5050
$params = @{
5151
description = "An example custom role"
52-
### Example 2
5352
rolePermissions = @(
5453
@{
5554
allowedResourceActions = @(
@@ -65,10 +64,6 @@ New-MgBetaRoleManagementCloudPcRoleDefinition -BodyParameter $params
6564
```
6665
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
6766

68-
```
69-
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
70-
71-
7267
## PARAMETERS
7368

7469
### -AdditionalProperties

microsoftgraph/graph-powershell-beta/Microsoft.Graph.Beta.DeviceManagement.Enrollment/Update-MgBetaRoleManagementCloudPcRoleDefinition.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7070
7171
$params = @{
7272
description = "Update basic properties and permission of application registrations"
73-
### Example 2
7473
rolePermissions = @(
7574
@{
7675
allowedResourceActions = @(
@@ -86,10 +85,6 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifi
8685
```
8786
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
8887

89-
```
90-
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
91-
92-
9388
## PARAMETERS
9489

9590
### -AdditionalProperties

msgraph-sdk-powershell

0 commit comments

Comments
 (0)