Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alecb/generation 20240403 Stable Release #25951

Open
wants to merge 17 commits into
base: generation
Choose a base branch
from

Conversation

alec-baird
Copy link
Member

@alec-baird alec-baird commented Aug 28, 2024

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • For SDK-based development mode, update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • For autorest-based development mode, include the changelog in the PR description.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

azure-client-tools-bot-prd bot commented Aug 28, 2024

️✔️Az.Accounts
️✔️Build
️✔️PowerShell Core - Windows
❌Az.DesktopVirtualization
️✔️Build
️✔️PowerShell Core - Windows
❌Breaking Change Check
❌PowerShell Core - Windows
Type Cmdlet Description Remediation
Expand-AzWvdMsixImage The type of property 'PackageApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IExpandMsixImage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications]'. Change the type of property 'PackageApplication' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications'.
Expand-AzWvdMsixImage The type of property 'PackageDependency' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IExpandMsixImage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies]'. Change the type of property 'PackageDependency' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies'.
Get-AzWvdApplication The type of property 'CommandLineSetting' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting' to 'System.String'. Change the type of property 'CommandLineSetting' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting'.
Get-AzWvdApplication The type of property 'ApplicationType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]' to 'System.String'. Change the type of property 'ApplicationType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]'.
Get-AzWvdApplicationGroup The type of property 'ApplicationGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType' to 'System.String'. Change the type of property 'ApplicationGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType'.
Get-AzWvdHostPool The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Get-AzWvdHostPool The type of property 'AgentUpdateMaintenanceWindow' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties]'. Change the type of property 'AgentUpdateMaintenanceWindow' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties'.
Get-AzWvdHostPool The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType' to 'System.String'. Change the type of property 'HostPoolType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType'.
Get-AzWvdHostPool The type of property 'LoadBalancerType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType' to 'System.String'. Change the type of property 'LoadBalancerType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType'.
Get-AzWvdHostPool The type of property 'PreferredAppGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType' to 'System.String'. Change the type of property 'PreferredAppGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType'.
Get-AzWvdHostPool The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]'.
Get-AzWvdHostPool The type of property 'PersonalDesktopAssignmentType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]' to 'System.String'. Change the type of property 'PersonalDesktopAssignmentType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]'.
Get-AzWvdHostPool The type of property 'RegistrationInfoRegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationInfoRegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
Get-AzWvdHostPool The type of property 'AgentUpdateType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]' to 'System.String'. Change the type of property 'AgentUpdateType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]'.
Get-AzWvdHostPool The type of property 'SsoSecretType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]' to 'System.String'. Change the type of property 'SsoSecretType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]'.
Get-AzWvdHostPool The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
Get-AzWvdHostPoolRegistrationToken The type of property 'RegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IRegistrationInfo' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
Get-AzWvdMsixPackage The type of property 'PackageApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications]'. Change the type of property 'PackageApplication' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications'.
Get-AzWvdMsixPackage The type of property 'PackageDependency' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies]'. Change the type of property 'PackageDependency' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies'.
Get-AzWvdPrivateLinkResource The type of property 'RequiredMember' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IPrivateLinkResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'RequiredMember' back to 'System.String[]'.
Get-AzWvdPrivateLinkResource The type of property 'RequiredZoneName' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IPrivateLinkResource' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'RequiredZoneName' back to 'System.String[]'.
Get-AzWvdRegistrationInfo The type of property 'RegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.RegistrationInfo' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
Get-AzWvdScalingPlan The type of property 'HostPoolReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference]'. Change the type of property 'HostPoolReference' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference'.
Get-AzWvdScalingPlan The type of property 'Schedule' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule]'. Change the type of property 'Schedule' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule'.
Get-AzWvdScalingPlan The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]' to 'System.String'. Change the type of property 'HostPoolType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'OffPeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampUpStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampDownStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'PeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'PeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Get-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpAutoStartHost' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]' to 'System.String'. Change the type of property 'RampUpAutoStartHost' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'PeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'PeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'OffPeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'OffPeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'RampDownLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampDownLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'RampUpLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampUpLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Get-AzWvdScalingPlanPooledSchedule The type of property 'RampDownStopHostsWhen' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]' to 'System.String'. Change the type of property 'RampDownStopHostsWhen' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]'.
Get-AzWvdSessionHost The type of property 'HealthCheckResult' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport]'. Change the type of property 'HealthCheckResult' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport'.
Get-AzWvdSessionHost The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]'.
Get-AzWvdSessionHost The type of property 'UpdateState' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]' to 'System.String'. Change the type of property 'UpdateState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]'.
Get-AzWvdUserSession The type of property 'ApplicationType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IUserSession' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType]' to 'System.String'. Change the type of property 'ApplicationType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationType]'.
Get-AzWvdUserSession The type of property 'SessionState' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IUserSession' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState]' to 'System.String'. Change the type of property 'SessionState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionState]'.
Get-AzWvdWorkspace The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Get-AzWvdWorkspace The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]'.
Get-AzWvdWorkspace The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
New-AzWvdApplication The type of property 'CommandLineSetting' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting' to 'System.String'. Change the type of property 'CommandLineSetting' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting'.
New-AzWvdApplication The type of property 'ApplicationType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]' to 'System.String'. Change the type of property 'ApplicationType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]'.
New-AzWvdApplication The cmdlet 'New-AzWvdApplication' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting' for parameter 'CommandLineSetting'. Change the type for parameter 'CommandLineSetting' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting'.
New-AzWvdApplication The cmdlet 'New-AzWvdApplication' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType' for parameter 'ApplicationType'. Change the type for parameter 'ApplicationType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType'.
New-AzWvdApplicationGroup The type of property 'ApplicationGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType' to 'System.String'. Change the type of property 'ApplicationGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType'.
New-AzWvdApplicationGroup The cmdlet 'New-AzWvdApplicationGroup' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType' for parameter 'ApplicationGroupType'. Change the type for parameter 'ApplicationGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType'.
New-AzWvdApplicationGroup The cmdlet 'New-AzWvdApplicationGroup' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType'.
New-AzWvdApplicationGroup The cmdlet 'New-AzWvdApplicationGroup' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier'.
New-AzWvdHostPool The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
New-AzWvdHostPool The type of property 'AgentUpdateMaintenanceWindow' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties]'. Change the type of property 'AgentUpdateMaintenanceWindow' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties'.
New-AzWvdHostPool The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType' to 'System.String'. Change the type of property 'HostPoolType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType'.
New-AzWvdHostPool The type of property 'LoadBalancerType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType' to 'System.String'. Change the type of property 'LoadBalancerType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType'.
New-AzWvdHostPool The type of property 'PreferredAppGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType' to 'System.String'. Change the type of property 'PreferredAppGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType'.
New-AzWvdHostPool The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]'.
New-AzWvdHostPool The type of property 'PersonalDesktopAssignmentType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]' to 'System.String'. Change the type of property 'PersonalDesktopAssignmentType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]'.
New-AzWvdHostPool The type of property 'RegistrationInfoRegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationInfoRegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
New-AzWvdHostPool The type of property 'AgentUpdateType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]' to 'System.String'. Change the type of property 'AgentUpdateType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]'.
New-AzWvdHostPool The type of property 'SsoSecretType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]' to 'System.String'. Change the type of property 'SsoSecretType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]'.
New-AzWvdHostPool The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType' for parameter 'HostPoolType'. Change the type for parameter 'HostPoolType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType' for parameter 'LoadBalancerType'. Change the type for parameter 'LoadBalancerType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType' for parameter 'PreferredAppGroupType'. Change the type for parameter 'PreferredAppGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType'.
New-AzWvdHostPool The type of property 'DayOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowProperties' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek]' to 'System.String'. Change the type of property 'DayOfWeek' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek]'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType' for parameter 'AgentUpdateType'. Change the type for parameter 'AgentUpdateType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType' for parameter 'PersonalDesktopAssignmentType'. Change the type for parameter 'PersonalDesktopAssignmentType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess' for parameter 'PublicNetworkAccess'. Change the type for parameter 'PublicNetworkAccess' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation' for parameter 'RegistrationTokenOperation'. Change the type for parameter 'RegistrationTokenOperation' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier'.
New-AzWvdHostPool The cmdlet 'New-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType' for parameter 'SsoSecretType'. Change the type for parameter 'SsoSecretType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType'.
New-AzWvdMsixPackage The type of property 'PackageApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications]'. Change the type of property 'PackageApplication' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications'.
New-AzWvdMsixPackage The type of property 'PackageDependency' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies]'. Change the type of property 'PackageDependency' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies'.
New-AzWvdMsixPackage The parameter set '__AllParameterSets' for cmdlet 'New-AzWvdMsixPackage' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'New-AzWvdMsixPackage'.
New-AzWvdRegistrationInfo The type of property 'RegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IRegistrationInfo' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
New-AzWvdScalingPlan The type of property 'HostPoolReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference]'. Change the type of property 'HostPoolReference' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference'.
New-AzWvdScalingPlan The type of property 'Schedule' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule]'. Change the type of property 'Schedule' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule'.
New-AzWvdScalingPlan The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]' to 'System.String'. Change the type of property 'HostPoolType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]'.
New-AzWvdScalingPlan The cmdlet 'New-AzWvdScalingPlan' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType' for parameter 'HostPoolType'. Change the type for parameter 'HostPoolType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType'.
New-AzWvdScalingPlan The cmdlet 'New-AzWvdScalingPlan' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType'.
New-AzWvdScalingPlan The type of property 'RampDownLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampDownLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlan The type of property 'OffPeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'OffPeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlan The type of property 'RampUpLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampUpLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlan The type of property 'PeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'PeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlan The type of property 'RampDownStopHostsWhen' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]' to 'System.String'. Change the type of property 'RampDownStopHostsWhen' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]'.
New-AzWvdScalingPlan The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingSchedule' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'System.String[]'.
New-AzWvdScalingPlan The cmdlet 'New-AzWvdScalingPlan' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'OffPeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampUpStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampDownStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'PeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'PeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
New-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpAutoStartHost' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]' to 'System.String'. Change the type of property 'RampUpAutoStartHost' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]'.
New-AzWvdScalingPlanPersonalSchedule The element type for parameter 'DaysOfWeek' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek' to 'System.String'. Change the element type for parameter 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'OffPeakActionOnDisconnect'. Change the type for parameter 'OffPeakActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'OffPeakActionOnLogoff'. Change the type for parameter 'OffPeakActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'OffPeakStartVMOnConnect'. Change the type for parameter 'OffPeakStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'PeakActionOnDisconnect'. Change the type for parameter 'PeakActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'PeakActionOnLogoff'. Change the type for parameter 'PeakActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'PeakStartVMOnConnect'. Change the type for parameter 'PeakStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampDownActionOnDisconnect'. Change the type for parameter 'RampDownActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampDownActionOnLogoff'. Change the type for parameter 'RampDownActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'RampDownStartVMOnConnect'. Change the type for parameter 'RampDownStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampUpActionOnDisconnect'. Change the type for parameter 'RampUpActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampUpActionOnLogoff'. Change the type for parameter 'RampUpActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior' for parameter 'RampUpAutoStartHost'. Change the type for parameter 'RampUpAutoStartHost' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior'.
New-AzWvdScalingPlanPersonalSchedule The cmdlet 'New-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'RampUpStartVMOnConnect'. Change the type for parameter 'RampUpStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
New-AzWvdScalingPlanPooledSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
New-AzWvdScalingPlanPooledSchedule The type of property 'PeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'PeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlanPooledSchedule The type of property 'OffPeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'OffPeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlanPooledSchedule The type of property 'RampDownLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampDownLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlanPooledSchedule The type of property 'RampUpLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampUpLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
New-AzWvdScalingPlanPooledSchedule The type of property 'RampDownStopHostsWhen' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]' to 'System.String'. Change the type of property 'RampDownStopHostsWhen' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]'.
New-AzWvdScalingPlanPooledSchedule The element type for parameter 'DaysOfWeek' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek' to 'System.String'. Change the element type for parameter 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek'.
New-AzWvdScalingPlanPooledSchedule The cmdlet 'New-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'OffPeakLoadBalancingAlgorithm'. Change the type for parameter 'OffPeakLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
New-AzWvdScalingPlanPooledSchedule The cmdlet 'New-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'PeakLoadBalancingAlgorithm'. Change the type for parameter 'PeakLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
New-AzWvdScalingPlanPooledSchedule The cmdlet 'New-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'RampDownLoadBalancingAlgorithm'. Change the type for parameter 'RampDownLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
New-AzWvdScalingPlanPooledSchedule The cmdlet 'New-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen' for parameter 'RampDownStopHostsWhen'. Change the type for parameter 'RampDownStopHostsWhen' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen'.
New-AzWvdScalingPlanPooledSchedule The cmdlet 'New-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'RampUpLoadBalancingAlgorithm'. Change the type for parameter 'RampUpLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
New-AzWvdWorkspace The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
New-AzWvdWorkspace The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]'.
New-AzWvdWorkspace The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
New-AzWvdWorkspace The cmdlet 'New-AzWvdWorkspace' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType' for parameter 'IdentityType'. Change the type for parameter 'IdentityType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ResourceIdentityType'.
New-AzWvdWorkspace The cmdlet 'New-AzWvdWorkspace' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess' for parameter 'PublicNetworkAccess'. Change the type for parameter 'PublicNetworkAccess' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess'.
New-AzWvdWorkspace The cmdlet 'New-AzWvdWorkspace' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier' for parameter 'SkuTier'. Change the type for parameter 'SkuTier' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SkuTier'.
Register-AzWvdApplicationGroup The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Register-AzWvdApplicationGroup The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]'.
Register-AzWvdApplicationGroup The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
Send-AzWvdUserSessionMessage The parameter set '__AllParameterSets' for cmdlet 'Send-AzWvdUserSessionMessage' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Send-AzWvdUserSessionMessage'.
Unregister-AzWvdApplicationGroup The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Unregister-AzWvdApplicationGroup The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]'.
Unregister-AzWvdApplicationGroup The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
Update-AzWvdApplication The type of property 'CommandLineSetting' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting' to 'System.String'. Change the type of property 'CommandLineSetting' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting'.
Update-AzWvdApplication The type of property 'ApplicationType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplication' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]' to 'System.String'. Change the type of property 'ApplicationType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType]'.
Update-AzWvdApplication The cmdlet 'Update-AzWvdApplication' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType' for parameter 'ApplicationType'. Change the type for parameter 'ApplicationType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RemoteApplicationType'.
Update-AzWvdApplication The cmdlet 'Update-AzWvdApplication' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting' for parameter 'CommandLineSetting'. Change the type for parameter 'CommandLineSetting' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.CommandLineSetting'.
Update-AzWvdApplication The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdApplication' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdApplication'.
Update-AzWvdApplicationGroup The type of property 'ApplicationGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IApplicationGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType' to 'System.String'. Change the type of property 'ApplicationGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ApplicationGroupType'.
Update-AzWvdApplicationGroup The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdApplicationGroup' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdApplicationGroup'.
Update-AzWvdDesktop The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdDesktop' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdDesktop'.
Update-AzWvdHostPool The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Update-AzWvdHostPool The type of property 'AgentUpdateMaintenanceWindow' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties]'. Change the type of property 'AgentUpdateMaintenanceWindow' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMaintenanceWindowProperties'.
Update-AzWvdHostPool The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType' to 'System.String'. Change the type of property 'HostPoolType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostPoolType'.
Update-AzWvdHostPool The type of property 'LoadBalancerType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType' to 'System.String'. Change the type of property 'LoadBalancerType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType'.
Update-AzWvdHostPool The type of property 'PreferredAppGroupType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType' to 'System.String'. Change the type of property 'PreferredAppGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType'.
Update-AzWvdHostPool The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess]'.
Update-AzWvdHostPool The type of property 'PersonalDesktopAssignmentType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]' to 'System.String'. Change the type of property 'PersonalDesktopAssignmentType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType]'.
Update-AzWvdHostPool The type of property 'RegistrationInfoRegistrationTokenOperation' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]' to 'System.String'. Change the type of property 'RegistrationInfoRegistrationTokenOperation' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation]'.
Update-AzWvdHostPool The type of property 'AgentUpdateType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]' to 'System.String'. Change the type of property 'AgentUpdateType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType]'.
Update-AzWvdHostPool The type of property 'SsoSecretType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]' to 'System.String'. Change the type of property 'SsoSecretType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType]'.
Update-AzWvdHostPool The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IHostPool' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
Update-AzWvdHostPool The type of property 'DayOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMaintenanceWindowPatchProperties' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek]' to 'System.String'. Change the type of property 'DayOfWeek' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek]'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType' for parameter 'AgentUpdateType'. Change the type for parameter 'AgentUpdateType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostComponentUpdateType'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType' for parameter 'LoadBalancerType'. Change the type for parameter 'LoadBalancerType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.LoadBalancerType'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType' for parameter 'PersonalDesktopAssignmentType'. Change the type for parameter 'PersonalDesktopAssignmentType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PersonalDesktopAssignmentType'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType' for parameter 'PreferredAppGroupType'. Change the type for parameter 'PreferredAppGroupType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess' for parameter 'PublicNetworkAccess'. Change the type for parameter 'PublicNetworkAccess' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.HostpoolPublicNetworkAccess'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation' for parameter 'RegistrationInfoRegistrationTokenOperation'. Change the type for parameter 'RegistrationInfoRegistrationTokenOperation' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.RegistrationTokenOperation'.
Update-AzWvdHostPool The cmdlet 'Update-AzWvdHostPool' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType' for parameter 'SsoSecretType'. Change the type for parameter 'SsoSecretType' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType'.
Update-AzWvdHostPool The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdHostPool' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdHostPool'.
Update-AzWvdMsixPackage The type of property 'PackageApplication' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications]'. Change the type of property 'PackageApplication' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications'.
Update-AzWvdMsixPackage The type of property 'PackageDependency' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IMsixPackage' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies]'. Change the type of property 'PackageDependency' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies'.
Update-AzWvdMsixPackage The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdMsixPackage' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdMsixPackage'.
Update-AzWvdScalingPlan The type of property 'HostPoolReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference]'. Change the type of property 'HostPoolReference' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingHostPoolReference'.
Update-AzWvdScalingPlan The type of property 'Schedule' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule]'. Change the type of property 'Schedule' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IScalingSchedule'.
Update-AzWvdScalingPlan The type of property 'HostPoolType' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlan' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]' to 'System.String'. Change the type of property 'HostPoolType' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.ScalingHostPoolType]'.
Update-AzWvdScalingPlan The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdScalingPlan' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdScalingPlan'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'PeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'PeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampUpActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'OffPeakActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnDisconnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnDisconnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownActionOnLogoff' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]' to 'System.String'. Change the type of property 'RampDownActionOnLogoff' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'OffPeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'OffPeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampUpStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampDownStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'RampDownStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'PeakStartVMOnConnect' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]' to 'System.String'. Change the type of property 'PeakStartVMOnConnect' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect]'.
Update-AzWvdScalingPlanPersonalSchedule The type of property 'RampUpAutoStartHost' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPersonalSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]' to 'System.String'. Change the type of property 'RampUpAutoStartHost' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior]'.
Update-AzWvdScalingPlanPersonalSchedule The element type for parameter 'DaysOfWeek' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek' to 'System.String'. Change the element type for parameter 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'OffPeakActionOnDisconnect'. Change the type for parameter 'OffPeakActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'OffPeakActionOnLogoff'. Change the type for parameter 'OffPeakActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'OffPeakStartVMOnConnect'. Change the type for parameter 'OffPeakStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'PeakActionOnDisconnect'. Change the type for parameter 'PeakActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'PeakActionOnLogoff'. Change the type for parameter 'PeakActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'PeakStartVMOnConnect'. Change the type for parameter 'PeakStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampDownActionOnDisconnect'. Change the type for parameter 'RampDownActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampDownActionOnLogoff'. Change the type for parameter 'RampDownActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'RampDownStartVMOnConnect'. Change the type for parameter 'RampDownStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampUpActionOnDisconnect'. Change the type for parameter 'RampUpActionOnDisconnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation' for parameter 'RampUpActionOnLogoff'. Change the type for parameter 'RampUpActionOnLogoff' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHandlingOperation'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior' for parameter 'RampUpAutoStartHost'. Change the type for parameter 'RampUpAutoStartHost' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior'.
Update-AzWvdScalingPlanPersonalSchedule The cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect' for parameter 'RampUpStartVMOnConnect'. Change the type for parameter 'RampUpStartVMOnConnect' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SetStartVMOnConnect'.
Update-AzWvdScalingPlanPersonalSchedule The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdScalingPlanPersonalSchedule' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdScalingPlanPersonalSchedule'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'DaysOfWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek[]'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'PeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'PeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'OffPeakLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'OffPeakLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'RampDownLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampDownLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'RampUpLoadBalancingAlgorithm' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]' to 'System.String'. Change the type of property 'RampUpLoadBalancingAlgorithm' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm]'.
Update-AzWvdScalingPlanPooledSchedule The type of property 'RampDownStopHostsWhen' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IScalingPlanPooledSchedule' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]' to 'System.String'. Change the type of property 'RampDownStopHostsWhen' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen]'.
Update-AzWvdScalingPlanPooledSchedule The element type for parameter 'DaysOfWeek' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek' to 'System.String'. Change the element type for parameter 'DaysOfWeek' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.DayOfWeek'.
Update-AzWvdScalingPlanPooledSchedule The cmdlet 'Update-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'OffPeakLoadBalancingAlgorithm'. Change the type for parameter 'OffPeakLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
Update-AzWvdScalingPlanPooledSchedule The cmdlet 'Update-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'PeakLoadBalancingAlgorithm'. Change the type for parameter 'PeakLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
Update-AzWvdScalingPlanPooledSchedule The cmdlet 'Update-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'RampDownLoadBalancingAlgorithm'. Change the type for parameter 'RampDownLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
Update-AzWvdScalingPlanPooledSchedule The cmdlet 'Update-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen' for parameter 'RampDownStopHostsWhen'. Change the type for parameter 'RampDownStopHostsWhen' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StopHostsWhen'.
Update-AzWvdScalingPlanPooledSchedule The cmdlet 'Update-AzWvdScalingPlanPooledSchedule' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm' for parameter 'RampUpLoadBalancingAlgorithm'. Change the type for parameter 'RampUpLoadBalancingAlgorithm' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SessionHostLoadBalancingAlgorithm'.
Update-AzWvdScalingPlanPooledSchedule The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdScalingPlanPooledSchedule' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdScalingPlanPooledSchedule'.
Update-AzWvdSessionHost The type of property 'HealthCheckResult' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport]'. Change the type of property 'HealthCheckResult' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.ISessionHostHealthCheckReport'.
Update-AzWvdSessionHost The type of property 'Status' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]' to 'System.String'. Change the type of property 'Status' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.Status]'.
Update-AzWvdSessionHost The type of property 'UpdateState' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.ISessionHost' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]' to 'System.String'. Change the type of property 'UpdateState' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState]'.
Update-AzWvdSessionHost The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdSessionHost' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdSessionHost'.
Update-AzWvdWorkspace The type of property 'PrivateEndpointConnection' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection]'. Change the type of property 'PrivateEndpointConnection' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IPrivateEndpointConnection'.
Update-AzWvdWorkspace The type of property 'PublicNetworkAccess' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]' to 'System.String'. Change the type of property 'PublicNetworkAccess' back to 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess]'.
Update-AzWvdWorkspace The type of property 'ApplicationGroupReference' of type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IWorkspace' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'. Change the type of property 'ApplicationGroupReference' back to 'System.String[]'.
Update-AzWvdWorkspace The cmdlet 'Update-AzWvdWorkspace' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess' for parameter 'PublicNetworkAccess'. Change the type for parameter 'PublicNetworkAccess' back to 'Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PublicNetworkAccess'.
Update-AzWvdWorkspace The parameter set '__AllParameterSets' for cmdlet 'Update-AzWvdWorkspace' has been removed. Add parameter set '__AllParameterSets' back to cmdlet 'Update-AzWvdWorkspace'.
⚠️Signature Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ Get-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdAppAttachPackage Get-AzWvdAppAttachPackage changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdApplication Get-AzWvdApplication Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdApplication Get-AzWvdApplication changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdApplicationGroup Get-AzWvdApplicationGroup Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdApplicationGroup Get-AzWvdApplicationGroup changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdDesktop Get-AzWvdDesktop Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdDesktop Get-AzWvdDesktop changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdHostPool Get-AzWvdHostPool Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdHostPool Get-AzWvdHostPool changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdMsixPackage Get-AzWvdMsixPackage Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdMsixPackage Get-AzWvdMsixPackage changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdPrivateEndpointConnection Get-AzWvdPrivateEndpointConnection changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdPrivateLinkResource Get-AzWvdPrivateLinkResource changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdRegistrationInfo Get-AzWvdRegistrationInfo changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdScalingPlan Get-AzWvdScalingPlan Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdScalingPlan Get-AzWvdScalingPlan changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdScalingPlanPersonalSchedule Get-AzWvdScalingPlanPersonalSchedule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdScalingPlanPooledSchedule Get-AzWvdScalingPlanPooledSchedule changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdSessionHost Get-AzWvdSessionHost Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdSessionHost Get-AzWvdSessionHost changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdStartMenuItem Get-AzWvdStartMenuItem Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdStartMenuItem Get-AzWvdStartMenuItem changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdUserSession Get-AzWvdUserSession Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdUserSession Get-AzWvdUserSession changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️ Get-AzWvdWorkspace Get-AzWvdWorkspace Changes the ConfirmImpact but does not set the SupportsShouldProcess property to true in the cmdlet attribute. Determine if the cmdlet should implement ShouldProcess and if so determine if it should implement Force / ShouldContinue
⚠️ Get-AzWvdWorkspace Get-AzWvdWorkspace changes the confirm impact. Please ensure that the change in ConfirmImpact is justified Verify that ConfirmImpact is changed appropriately by the cmdlet. It is very rare for a cmdlet to change the ConfirmImpact.
⚠️Help Example Check
⚠️PowerShell Core - Windows
Type Cmdlet Example Line RuleName Description Extent Remediation
⚠️ New-AzWvdAppAttachPackage 1 12 Mismatched_Parameter_Value_Type New-AzWvdAppAttachPackage -ImagePackageApplication $apps is not an expected parameter value type. -ImagePackageApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications. Now the type is string.(Static).
⚠️ New-AzWvdAppAttachPackage 1 13 Mismatched_Parameter_Value_Type New-AzWvdAppAttachPackage -ImagePackageDependency $deps is not an expected parameter value type. -ImagePackageDependency Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies. Now the type is string.(Static).
⚠️ New-AzWvdAppAttachPackage 2 6 Mismatched_Parameter_Value_Type New-AzWvdAppAttachPackage -AppAttachPackage imageObject is not an expected parameter value type. -AppAttachPackage Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.AppAttachPackage. Now the type is string.(Static).
⚠️ New-AzWvdMsixPackage 2 12 Mismatched_Parameter_Value_Type New-AzWvdMsixPackage -PackageApplication $apps is not an expected parameter value type. -PackageApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications. Now the type is string.(Static).
⚠️ New-AzWvdMsixPackage 2 13 Mismatched_Parameter_Value_Type New-AzWvdMsixPackage -PackageDependency $deps is not an expected parameter value type. -PackageDependency Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies. Now the type is string.(Static).
⚠️ Update-AzWvdAppAttachPackage 1 11 Mismatched_Parameter_Value_Type Update-AzWvdAppAttachPackage -ImagePackageApplication $apps is not an expected parameter value type. -ImagePackageApplication Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageApplications. Now the type is string.(Static).
⚠️ Update-AzWvdAppAttachPackage 1 12 Mismatched_Parameter_Value_Type Update-AzWvdAppAttachPackage -ImagePackageDependency $deps is not an expected parameter value type. -ImagePackageDependency Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IMsixPackageDependencies. Now the type is string.(Static).
⚠️ Update-AzWvdAppAttachPackage 2 5 Mismatched_Parameter_Value_Type Update-AzWvdAppAttachPackage -AppAttachPackage imageObject is not an expected parameter value type. -AppAttachPackage Use correct parameter value type. Expected Type is Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.AppAttachPackage. Now the type is string.(Static).
️✔️Help File Existence Check
️✔️PowerShell Core - Windows
⚠️File Change Check
⚠️PowerShell Core - Windows
Type Cmdlet Description Remediation
⚠️ It is required to update ChangeLog.md if you want to release a new version for Az.DesktopVirtualization. Add a changelog record under Upcoming Release section with past tense.
️✔️UX Metadata Check
️✔️PowerShell Core - Windows
️✔️Test
️✔️PowerShell Core - Linux
️✔️PowerShell Core - MacOS
️✔️PowerShell Core - Windows

@alec-baird
Copy link
Member Author

Looks like the only thing that failed is static analysis, and that seems to be a pipeline issue, not an issue with the module.

@msJinLei
Copy link
Contributor

Looks like the only thing that failed is static analysis, and that seems to be a pipeline issue, not an issue with the module.

The breaking changes may be caused by API upgrading. You can commit your change into breaking change release
image

@msJinLei msJinLei added the Breaking Change Release This PR contains breaking change label Aug 29, 2024
Copy link

To the author of the pull request,
This PR was labeled "Breaking Change Release" because it contains breaking changes.

  • According to our policy, breaking changes can only take place during major release and they must be preannounced.
  • Please follow our guide on the detailed steps.
  • Required: Please fill in the task below to facilitate our contact,you will receive notifications related to breaking changes.

Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@alec-baird
Copy link
Member Author

alec-baird commented Aug 29, 2024

Looks like the only thing that failed is static analysis, and that seems to be a pipeline issue, not an issue with the module.

The breaking changes may be caused by API upgrading. You can commit your change into breaking change release image

We updated our commonTypes that these properties are based on from v2 to a v5 version. That is possibly the cause of the breaking change? @msJinLei

@alec-baird
Copy link
Member Author

Looks like the only thing that failed is static analysis, and that seems to be a pipeline issue, not an issue with the module.

The breaking changes may be caused by API upgrading. You can commit your change into breaking change release image

We updated our commonTypes that these properties are based on from v2 to a v5 version. That is possibly the cause of the breaking change? @msJinLei

PR Where breaking changes were made in Swagger: Azure/azure-rest-api-specs#28637

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Change Release This PR contains breaking change needs-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants