Skip to content

Commit 809bbe6

Browse files
committed
Update Error message for VMNotFound
1 parent ddb9c01 commit 809bbe6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Properties/Resources.Designer.cs

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ResourceManager/AzureBackup/Commands.AzureBackup/Properties/Resources.resx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="AzureVMNotFound" xml:space="preserve">
121-
<value>The specified Azure Virtual Machine Not Found.</value>
121+
<value>The specified Azure Virtual Machine Not Found. Possible causes are
122+
1. VM does not exist
123+
2. VM is Azure IaaS v2 VM
124+
3. The VM name or the Service name needs to be case sensitive
125+
126+
Please contact Microsoft for further assistant.</value>
122127
</data>
123128
<data name="ResourceNotFoundMessage" xml:space="preserve">
124129
<value>The specified resource does not exist.</value>

0 commit comments

Comments
 (0)