Skip to content

Commit a756307

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting
1 parent 1320d40 commit a756307

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
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 = @(

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)