Skip to content

Commit 9e0eeb0

Browse files
committed
Fix typo in warning message.
1 parent 7a22019 commit 9e0eeb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Generated/VirtualMachineScaleSet/VirtualMachineScaleSetDeleteInstancesMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected override void ProcessRecord()
133133
this.MethodName = "VirtualMachineScaleSetDeleteInstances";
134134
if (ShouldProcess(this.dynamicParameters["ResourceGroupName"].Value.ToString(), VerbsCommon.Remove))
135135
{
136-
WriteWarning("Breaking change notice:'Force' parameter will be added in upcoming next release.");
136+
WriteWarning("Breaking change notice:'Force' parameter will be added in upcoming release.");
137137
base.ProcessRecord();
138138
}
139139
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public override void ExecuteCmdlet()
7979
{
8080
base.ExecuteCmdlet();
8181

82-
WriteWarning("Breaking change notice: In upcoming releaese, top level properties, DataDiskNames and NetworkInterfaceIDs, will be removed from VM object because they are also in StorageProfile and NetworkProfile, respectively.");
82+
WriteWarning("Breaking change notice: In upcoming release, top level properties, DataDiskNames and NetworkInterfaceIDs, will be removed from VM object because they are also in StorageProfile and NetworkProfile, respectively.");
8383

8484
ExecuteClientAction(() =>
8585
{

0 commit comments

Comments
 (0)