Skip to content

Commit 66bf359

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting
1 parent a959faf commit 66bf359

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
5454
5555
$params = @{
5656
description = "An example custom role"
57-
### Example 2
5857
rolePermissions = @(
5958
@{
6059
allowedResourceActions = @(
@@ -70,8 +69,6 @@ New-MgBetaRoleManagementCloudPcRoleDefinition -BodyParameter $params
7069
```
7170
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
7271

73-
```
74-
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
7572

7673

7774
## PARAMETERS

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7575
7676
$params = @{
7777
description = "Update basic properties and permission of application registrations"
78-
### Example 2
78+
7979
rolePermissions = @(
8080
@{
8181
allowedResourceActions = @(
@@ -91,8 +91,6 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifi
9191
```
9292
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9393

94-
```
95-
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9694

9795

9896
## PARAMETERS

0 commit comments

Comments
 (0)