Skip to content

Commit c97fd0f

Browse files
authored
Merge pull request #49988 from MicahMcKittrick-MSFT/patch-81
Fixes MicrosoftDocs/azure-docs#13944
2 parents 3a8c77f + 18e36f9 commit c97fd0f

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)