Skip to content

Commit 2b6b48d

Browse files
authored
Merge pull request #673 from MicrosoftDocs/WeeklyReferenceDocsUpdate_202504110309
Weekly PowerShell Microsoft Graph Reference Docs Refresh
2 parents f2cd77f + a756307 commit 2b6b48d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
5454
5555
$params = @{
5656
description = "An example custom role"
57-
### Example 2
5857
rolePermissions = @(
5958
@{
6059
allowedResourceActions = @(
@@ -70,7 +69,6 @@ New-MgBetaRoleManagementCloudPcRoleDefinition -BodyParameter $params
7069
```
7170
This example shows how to use the New-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
7271

73-
7472
## PARAMETERS
7573

7674
### -AdditionalProperties

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Import-Module Microsoft.Graph.Beta.DeviceManagement.Enrollment
7575
7676
$params = @{
7777
description = "Update basic properties and permission of application registrations"
78-
### Example 2
7978
rolePermissions = @(
8079
@{
8180
allowedResourceActions = @(
@@ -92,7 +91,6 @@ Update-MgBetaRoleManagementCloudPcRoleDefinition -UnifiedRoleDefinitionId $unifi
9291
This example shows how to use the Update-MgBetaRoleManagementCloudPcRoleDefinition Cmdlet.
9392

9493

95-
9694
## PARAMETERS
9795

9896
### -AdditionalProperties

0 commit comments

Comments
 (0)