Skip to content

Commit 788ba38

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Removed duplicate example description
1 parent 1aceee0 commit 788ba38

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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
@@ -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,8 +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.
7067

7168

7269
## PARAMETERS

0 commit comments

Comments
 (0)