Skip to content

Commit 889e2b3

Browse files
authored
Merge pull request #28686 from microsoftgraph/mingjunwu-2026-04-16
Fix incorrect PowerShell parameter in cloudPc recommendation report snippets
2 parents 3f81c80 + 7beecae commit 889e2b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api-reference/v1.0/includes/snippets/powershell/cloudpcreport-retrievecloudpcrecommendationreports-detailed-powershell-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ skip = 0
2424
top = 15
2525
}
2626
27-
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -BodyParameter $params
27+
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -Body $params
2828
2929
```

api-reference/v1.0/includes/snippets/powershell/cloudpcreport-retrievecloudpcrecommendationreports-grouped-powershell-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ groupBy = @(
2020
)
2121
}
2222
23-
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -BodyParameter $params
23+
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -Body $params
2424
2525
```

0 commit comments

Comments
 (0)