Skip to content

Commit 1ae9408

Browse files
authored
Fixes MicrosoftDocs/azure-docs#13894
fixing Get-ServiceFabricApplicationLoad to Get-ServiceFabricApplicationLoadInformation as that is now the correct command
1 parent 05240ac commit 1ae9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-resource-manager-application-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ For each application that has an Application Capacity defined for one or more me
156156
Powershell:
157157

158158
``` posh
159-
Get-ServiceFabricApplicationLoad –ApplicationName fabric:/MyApplication1
159+
Get-ServiceFabricApplicationLoadInformation –ApplicationName fabric:/MyApplication1
160160
```
161161

162162
C#

0 commit comments

Comments
 (0)