Skip to content

Commit 4c41b3f

Browse files
unknownunknown
authored andcommitted
fix the warning message
1 parent 03d2356 commit 4c41b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/NewAzureVMCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public override void ExecuteCmdlet()
5252

5353
if (! string.IsNullOrEmpty(this.Name))
5454
{
55-
WriteWarning(Properties.Resources.DeprecationOfGetAzureVMImageDetail);
55+
WriteWarning(Properties.Resources.DeprecationOfNewAzureVMNameParameterWarning);
5656
}
5757

5858
var parameters = new VirtualMachine

0 commit comments

Comments
 (0)