Skip to content

Commit 672c6d1

Browse files
author
BrajaMS
authored
Updated the example command with NodeType param (#16670)
Updated the example command with NodeType instead of NodeTypeName parameter. NodeTypeName parameter is incorrect and throwing errors when we execute it.
1 parent 7e19873 commit 672c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceFabric/ServiceFabric/help/Remove-AzServiceFabricNodeType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Use the **Remove-AzServiceFabricNodeType** to remove all nodes from a specific n
2424

2525
### Example 1
2626
```powershell
27-
PS c:> Remove-AzServiceFabricNodeType -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -NodeTypeName 'nt1'
27+
PS c:> Remove-AzServiceFabricNodeType -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -NodeType 'nt1'
2828
```
2929

3030
This command will remove NodeType 'nt1' from the cluster.

0 commit comments

Comments
 (0)