Skip to content

Commit 609948f

Browse files
authored
Merge pull request #2948 from microsoftgraph/chore/remove-wrong-header
Removed Incorrect example header
2 parents 7dba601 + 7a1e4e0 commit 609948f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/DeviceManagement.Enrollment/beta/examples/New-MgBetaRoleManagementCloudPcRoleDefinition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
66
77
$params = @{
88
description = "An example custom role"
9-
### Example 2
109
rolePermissions = @(
1110
@{
1211
allowedResourceActions = @(

src/DeviceManagement.Enrollment/beta/examples/Update-MgBetaRoleManagementCloudPcRoleDefinition.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
66
77
$params = @{
88
description = "Update basic properties and permission of application registrations"
9-
### Example 2
109
rolePermissions = @(
1110
@{
1211
allowedResourceActions = @(

0 commit comments

Comments
 (0)