Skip to content

Commit 1127456

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting
1 parent d0a94e8 commit 1127456

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-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
@@ -53,7 +53,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
5353
5454
$params = @{
5555
description = "An example custom role"
56-
### Example 2
5756
rolePermissions = @(
5857
@{
5958
allowedResourceActions = @(
@@ -69,8 +68,6 @@ New-MgBetaRoleManagementCloudPcRoleDefinition -BodyParameter $params
6968
```
7069
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
7170

72-
```
73-
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
7471

7572

7673
## PARAMETERS

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7474
7575
$params = @{
7676
description = "Update basic properties and permission of application registrations"
77-
### Example 2
7877
rolePermissions = @(
7978
@{
8079
allowedResourceActions = @(
@@ -90,8 +89,6 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifi
9089
```
9190
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9291

93-
```
94-
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9592

9693

9794
## PARAMETERS

0 commit comments

Comments
 (0)