Skip to content

Commit c5897d8

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting issues
1 parent b5df283 commit c5897d8

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7575
7676
$params = @{
7777
description = "Update basic properties and permission of application registrations"
78-
### Example 2
7978
rolePermissions = @(
8079
@{
8180
allowedResourceActions = @(
@@ -91,9 +90,6 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifi
9190
```
9291
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9392

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

9894
## PARAMETERS
9995

0 commit comments

Comments
 (0)