Skip to content

Commit 27e1b28

Browse files
authored
Merge pull request #9243 from KaiWalter/master
correct Update-AzServiceFabricReliability error message typo
2 parents 72f607a + 0c4ed76 commit 27e1b28

File tree

3 files changed

+3
-2
lines changed

3 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+
* Fix typo in error message for `Update-AzServiceFabricReliability`
2122

2223
## Version 1.0.1
2324
* Rollback when a certificate is added to VMSS model but an exception is thrown this is to fix bug: https://github.com/Azure/service-fabric-issues/issues/932

src/ServiceFabric/ServiceFabric/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceFabric/ServiceFabric/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<value>Cannot find key vault '{0}' from secret id '{1}'.</value>
152152
</data>
153153
<data name="CannotFindVMSS" xml:space="preserve">
154-
<value>Cannot find Virtual Machine Scale Sate with name {0}.</value>
154+
<value>Cannot find Virtual Machine Scale Set with name {0}.</value>
155155
</data>
156156
<data name="CannotParseReliabilityLevel" xml:space="preserve">
157157
<value>Cannot parse reliability level {0}.</value>

0 commit comments

Comments
 (0)