Skip to content

Commit

Permalink
Merge pull request #2948 from microsoftgraph/chore/remove-wrong-header
Browse files Browse the repository at this point in the history
Removed Incorrect example header
  • Loading branch information
timayabi2020 authored Sep 9, 2024
2 parents 7dba601 + 7a1e4e0 commit 609948f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
$params = @{
description = "An example custom role"
### Example 2
rolePermissions = @(
@{
allowedResourceActions = @(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
$params = @{
description = "Update basic properties and permission of application registrations"
### Example 2
rolePermissions = @(
@{
allowedResourceActions = @(
Expand Down

0 comments on commit 609948f

Please sign in to comment.