-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preannouncement of DesktopVirtualization Upcoming Breaking Changes
- Loading branch information
1 parent
ee18261
commit d625e22
Showing
1 changed file
with
105 additions
and
0 deletions.
There are no files selected for viewing
105 changes: 105 additions & 0 deletions
105
documentation/breaking-changes/desktopvirtualization-upcoming-breaking-changes.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
<!-- | ||
Please leave this section at the top of the breaking change documentation. | ||
New breaking changes should go under the section titled "Upcoming Breaking Changes", and should adhere to the following format: | ||
# Upcoming Breaking Changes | ||
## Release X.0.0 - January 2017 | ||
The following cmdlets were affected this release: | ||
**Cmdlet 1** | ||
- Description of what has changed | ||
```powershell | ||
# Old | ||
# Sample of how the cmdlet was previously called | ||
# New | ||
# Sample of how the cmdlet should now be called | ||
``` | ||
Note: the above section follows the template found in the link below: | ||
https://github.com/Azure/azure-powershell/blob/dev/documentation/breaking-changes/breaking-change-template.md | ||
--> | ||
|
||
# Upcoming Breaking Changes of Az.DesktopVirtualization | ||
|
||
## Release Az 13.0.0 - November 2024 | ||
|
||
The following cmdlets were affected this release: | ||
- **Get-AzWvdApplication** | ||
- **Get-AzWvdApplicationGroup** | ||
- **Get-AzWvdDesktop** | ||
- **Get-AzWvdHostPool** | ||
- **Get-AzWvdHostPoolRegistrationInfo** | ||
- **Get-AzWvdMsixPackage** | ||
- **Get-AzWvdPrivateEndpointConnection** | ||
- **Get-AzWvdRegistrationInfo** | ||
- **Get-AzWvdScalingPlan** | ||
- **Get-AzWvdScalingPlanPersonalSchedule** | ||
- **Get-AzWvdScalingPlanPooledSchedule** | ||
- **Get-AzWvdSessionHost** | ||
- **Get-AzWvdUserSession** | ||
- **Get-AzWvdWorkspace** | ||
- **New-AzWvdApplication** | ||
- **New-AzWvdApplicationGroup** | ||
- **New-AzWvdHostPool** | ||
- **New-AzWvdMsixPackage** | ||
- **New-AzWvdRegistraionInfo** | ||
- **New-AzWvdScalingPlan** | ||
- **New-AzWvdScalingPlanPersonalSchedule** | ||
- **New-AzWvdScalingPlanPooledSchedule** | ||
- **New-AzWvdWorkspace** | ||
- **Register-AzWvdApplicationGroup** | ||
- **Send-AzWvdUserSessionMessage** | ||
- **Unregister-AzWvdApplicationGroup** | ||
- **Update-AzWvdApplication** | ||
- **Update-AzWvdApplicationGroup** | ||
- **Update-AzWvdDesktop** | ||
- **Update-AzWvdHostpool** | ||
- **Update-AzWvdMsixPackage** | ||
- **Update-AzWvdScalingPlan** | ||
- **Update-AzWvdScalingPlanPersonalSchedule** | ||
- **Update-AzWvdScalingPlanPooledSchedule** | ||
- **Update-AzWvdSessionHost** | ||
- **Update-AzWvdWorkspace** | ||
### The following enums have been converted to strings: | ||
- CommandLineSetting | ||
- ApplicationType | ||
- ApplicationGroupType | ||
- IdentityType | ||
- HostPoolType | ||
- LoadBalancerType | ||
- PreferredAppGroupType | ||
- AgentUpdateType | ||
- IdentityType | ||
- PersonalDesktopAssignmentType | ||
- PublicNetworkAccess | ||
- RegistrationTokenOperation | ||
- SkuTier | ||
- SsoSecretType | ||
- ScalingHostPoolType | ||
- ResourceIdentityType | ||
- SessionHandlingOperation | ||
- SetStartVmOnConnect | ||
- StartupBehavior | ||
- SessionHostLoadBalancingAlogrithm | ||
- StopHostsWhen | ||
- RemoteApplicationType | ||
- SessionHostComponentUpdateType | ||
- LoadBalancerType | ||
- PersonalDesktopAssignmentType | ||
- PreferredAppGroupType | ||
- DaysOfWeek | ||
### The following properties have changed from struct to string: | ||
- SystemDataLastModifiedByType | ||
- SystemDataCreatedByType | ||
- SystemDataCreatedAt | ||
- SystemDataLastModifiedAt | ||
- SystemDataLastModifiedBy | ||
- SystemDataCreatedBy | ||
### Array replaced by List due to the generated tool (autorest.powershell) upgrading | ||
- details can be found here: https://github.com/Azure/azure-powershell/blob/main/documentation/breaking-changes/breaking-changes-in-generated-modules-due-to-codegen-tool-upgrade-from-v3-to-v4.md#list-replaces-array-in-generated-c-classes |