We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d2356 commit 4c41b3fCopy full SHA for 4c41b3f
src/ResourceManager/Compute/Commands.Compute/VirtualMachine/Operation/NewAzureVMCommand.cs
@@ -52,7 +52,7 @@ public override void ExecuteCmdlet()
52
53
if (! string.IsNullOrEmpty(this.Name))
54
{
55
- WriteWarning(Properties.Resources.DeprecationOfGetAzureVMImageDetail);
+ WriteWarning(Properties.Resources.DeprecationOfNewAzureVMNameParameterWarning);
56
}
57
58
var parameters = new VirtualMachine
0 commit comments