Skip to content

Commit 18e36f9

Browse files
authored
Fixes MicrosoftDocs/azure-docs#13944
Fixes out of date command
1 parent 662e368 commit 18e36f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-resource-manager-management-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Another example of the Resource Manager's health warnings is violations of place
2828
Here’s an example of one such health report. In this case, the health report is for one of the system service’s partitions. The health message indicates the replicas of that partition are temporarily packed into too few Upgrade Domains.
2929

3030
```posh
31-
PS C:\Users\User > Get-WindowsFabricPartitionHealth -PartitionId '00000000-0000-0000-0000-000000000001'
31+
PS C:\Users\User > Get-ServiceFabricPartitionHealth -PartitionId '00000000-0000-0000-0000-000000000001'
3232
3333
3434
PartitionId : 00000000-0000-0000-0000-000000000001

0 commit comments

Comments
 (0)