Skip to content

Commit 712c56e

Browse files
authored
Merge pull request Azure#9994 from Azure/cormacpayne-patch-2
Fixed typo in example for Update-AzServiceFabricReliability doc
2 parents 6be2c94 + 9792178 commit 712c56e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ServiceFabric/ServiceFabric/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
* Fixed typo in example for `Update-AzServiceFabricReliability` reference documentation
2122

2223
## Version 1.1.2
2324
* Fix add node type cmdlet bugs:

src/ServiceFabric/ServiceFabric/help/Update-AzServiceFabricReliability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.PowerShell.Cmdlets.ServiceFabric.dll-Help.xml
33
Module Name: Az.ServiceFabric
44
online version: https://docs.microsoft.com/en-us/powershell/module/az.servicefabric/update-azservicefabricreliability
@@ -25,7 +25,7 @@ Use **Update-AzServiceFabricReliability** to update reliability of the primary n
2525

2626
### Example 1
2727
```
28-
PS c:> Add-AzServiceFabricReliability -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -ReliabilityLevel Silver
28+
PS c:> Update-AzServiceFabricReliability -ResourceGroupName 'Group1' -Name 'Contoso01SFCluster' -ReliabilityLevel Silver
2929
```
3030

3131
This command changes the reliability tier of the primary node type to silver.

0 commit comments

Comments
 (0)