Skip to content

Commit aaa2a94

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Fixed formatting issues
1 parent 8b35e11 commit aaa2a94

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
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

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7070
7171
$params = @{
7272
description = "Update basic properties and permission of application registrations"
73-
### Example 2
7473
rolePermissions = @(
7574
@{
7675
allowedResourceActions = @(
@@ -84,10 +83,6 @@ $params = @{
8483
Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifiedRoleDefinitionId -BodyParameter $params
8584
8685
```
87-
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
88-
89-
```
90-
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9186

9287

9388
## PARAMETERS

0 commit comments

Comments
 (0)