Skip to content

Commit d7b967c

Browse files
author
mingjunwu
committed
Revert "Fix PowerShell -BodyParameter usage in cloudpcreport API snippets"
This reverts commit 07e9939.
1 parent 07e9939 commit d7b967c

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 -Body $params
27+
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -BodyParameter $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 -Body $params
23+
Get-MgDeviceManagementVirtualEndpointReportCloudPcRecommendationReport -BodyParameter $params
2424
2525
```

0 commit comments

Comments
 (0)