Skip to content

Commit

Permalink
Get-AzVM NextLink parameter set removal breaking change warning (#21444)
Browse files Browse the repository at this point in the history
* breakingchange message

* ps
  • Loading branch information
Sandido authored Apr 6, 2023
1 parent 63a6804 commit a5fd99c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@
using Microsoft.Azure.Management.Internal.Resources;
using Microsoft.Rest.Azure;
using Microsoft.Azure.Management.Authorization.Version2015_07_01;
using Microsoft.WindowsAzure.Commands.Common.CustomAttributes;

namespace Microsoft.Azure.Commands.Compute
{
[GenericBreakingChange("In the June 2023 Powershell release, the NextLink parameter set will be removed. Powershell by default loops through the list of VMs returned, so the user no longer has to use this parameter set.")]
[Cmdlet("Get", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "VM", DefaultParameterSetName = DefaultParamSet)]
[OutputType(typeof(PSVirtualMachine), typeof(PSVirtualMachineInstanceView))]
public class GetAzureVMCommand : VirtualMachineBaseCmdlet
Expand Down

0 comments on commit a5fd99c

Please sign in to comment.