Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,14 +1,382 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2025-04-30)

### Features Added
- Azure Resource Manager DesktopVirtualization client library for Java. This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. Package tag package-preview-2024-11-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.ResourceIdentityType` was removed

#### `models.ResourceModelWithAllowedPropertySetPlan` was removed

#### `models.Identity` was removed

#### `models.ScalingScheduleDaysOfWeekItem` was removed

#### `models.ResourceModelWithAllowedPropertySetIdentity` was removed

#### `models.ResourceModelWithAllowedPropertySetSku` was removed

#### `models.ScalingPlanPersonalSchedule$DefinitionStages` was modified

* Required stage 2, 3, 4, 5, 6 was added

#### `models.ScalingPlanPooledSchedule$DefinitionStages` was modified

* Required stage 2, 3, 4, 5, 6, 7, 8 was added

#### `models.ScalingPlanPooledSchedule$Definition` was modified

* `withRampUpCapacityThresholdPct(java.lang.Integer)` was removed
* `withRampDownCapacityThresholdPct(java.lang.Integer)` was removed

#### `models.Workspace` was modified

* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`

#### `models.ApplicationGroup` was modified

* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`

#### `models.HostPool` was modified

* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`

#### `models.ResourceModelWithAllowedPropertySet` was modified

* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed

#### `models.AppAttachPackages` was modified

* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
* `deleteByResourceGroup(java.lang.String,java.lang.String)` was removed

#### `models.ApplicationGroup$Definition` was modified

* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed

#### `models.HostPool$Definition` was modified

* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed

#### `models.ScalingPlanPooledSchedule` was modified

* `java.lang.Integer rampUpCapacityThresholdPct()` -> `int rampUpCapacityThresholdPct()`
* `java.lang.Integer rampDownCapacityThresholdPct()` -> `int rampDownCapacityThresholdPct()`

#### `models.SessionHosts` was modified

* `list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer,com.azure.core.util.Context)` was removed

#### `models.ScalingPlan` was modified

* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`

#### `models.ScalingPlan$Definition` was modified

* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed

#### `models.Workspace$Definition` was modified

* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed

### Features Added

* `models.SessionHostManagementList` was added

* `models.VirtualMachineDiskType` was added

* `models.MarketplaceInfoPatchProperties` was added

* `models.ActiveDirectoryInfoProperties` was added

* `models.DiskInfoProperties` was added

* `models.SessionHostConfigurations` was added

* `models.UserAssignedIdentity` was added

* `models.AzureActiveDirectoryInfoProperties` was added

* `models.SessionHostConfigurationList` was added

* `models.SessionHostManagementsUpdateStatus` was added

* `models.SessionHostManagementUpdateStatus` was added

* `models.PublicUdp` was added

* `models.DomainInfoPatchProperties` was added

* `models.ImageInfoPatchProperties` was added

* `models.SessionHostManagementOperationProgress` was added

* `models.KeyVaultCredentialsProperties` was added

* `models.ManagedServiceIdentity` was added

* `models.KeyVaultCredentialsPatchProperties` was added

* `models.SessionHostConfiguration` was added

* `models.SecurityInfoPatchProperties` was added

* `models.BootDiagnosticsInfoProperties` was added

* `models.ActiveSessionHostConfiguration` was added

* `models.ControlSessionHostUpdates` was added

* `models.DomainInfoProperties` was added

* `models.ActiveSessionHostConfigurationList` was added

* `models.CustomInfoPatchProperties` was added

* `models.ManagedServiceIdentityType` was added

* `models.ActiveSessionHostConfigurations` was added

* `models.SessionHostConfigurationPatch` was added

* `models.SessionHostManagementPatch` was added

* `models.BootDiagnosticsInfoPatchProperties` was added

* `models.DirectUdp` was added

* `models.NetworkInfoPatchProperties` was added

* `models.SessionHostManagement` was added

* `models.MarketplaceInfoProperties` was added

* `models.SecurityInfoProperties` was added

* `models.SessionHostOperations` was added

* `models.HostPoolUpdateAction` was added

* `models.ScalingMethod` was added

* `models.ManagedPrivateUdp` was added

* `models.UpdateSessionHostsRequestBody` was added

* `models.InitiateSessionHostUpdates` was added

* `models.ProvisioningStateShc` was added

* `models.HostPoolUpdateControlParameter` was added

* `models.ImageInfoProperties` was added

* `models.DiskInfoPatchProperties` was added

* `models.HostPoolUpdateConfigurationProperties` was added

* `models.NetworkInfoProperties` was added

* `models.VirtualMachineSecurityType` was added

* `models.ManagementType` was added

* `models.SessionHostManagementUpdateStatusProperties` was added

* `models.RelayUdp` was added

* `models.ActiveDirectoryInfoPatchProperties` was added

* `models.DomainJoinType` was added

* `models.HostPoolUpdateConfigurationPatchProperties` was added

* `models.CustomInfoProperties` was added

* `models.SessionHostManagements` was added

* `models.Type` was added

* `models.CreateDeleteProperties` was added

#### `models.ScalingPlanPooledSchedule$Definition` was modified

* `withRampUpCapacityThresholdPct(int)` was added
* `withRampDownCapacityThresholdPct(int)` was added
* `withScalingMethod(models.ScalingMethod)` was added
* `withCreateDelete(models.CreateDeleteProperties)` was added

#### `models.ScalingPlanPooledSchedule$Update` was modified

* `withScalingMethod(models.ScalingMethod)` was added
* `withCreateDelete(models.CreateDeleteProperties)` was added

#### `models.HostPool$Update` was modified

* `withPublicUdp(models.PublicUdp)` was added
* `withRelayUdp(models.RelayUdp)` was added
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
* `withDirectUdp(models.DirectUdp)` was added

#### `models.AppAttachPackagePatch` was modified

* `tags()` was added
* `withTags(java.util.Map)` was added

#### `models.AppAttachPackagePatchProperties` was modified

* `withCustomData(java.lang.String)` was added
* `packageLookbackUrl()` was added
* `customData()` was added
* `withPackageLookbackUrl(java.lang.String)` was added

#### `models.ScalingSchedule` was modified

* `scalingMethod()` was added
* `withCreateDelete(models.CreateDeleteProperties)` was added
* `withScalingMethod(models.ScalingMethod)` was added
* `createDelete()` was added

#### `models.HostPool` was modified

* `relayUdp()` was added
* `managementType()` was added
* `directUdp()` was added
* `managedPrivateUdp()` was added
* `publicUdp()` was added

#### `models.HostPoolPatch` was modified

* `publicUdp()` was added
* `managedPrivateUdp()` was added
* `relayUdp()` was added
* `withDirectUdp(models.DirectUdp)` was added
* `withPublicUdp(models.PublicUdp)` was added
* `withRelayUdp(models.RelayUdp)` was added
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
* `directUdp()` was added

#### `models.ResourceModelWithAllowedPropertySet` was modified

* `withIdentity(models.ManagedServiceIdentity)` was added
* `withPlan(models.Plan)` was added
* `withSku(models.Sku)` was added

#### `models.HostPoolProperties` was modified

* `managedPrivateUdp()` was added
* `managementType()` was added
* `publicUdp()` was added
* `directUdp()` was added
* `relayUdp()` was added

#### `DesktopVirtualizationManager` was modified

* `initiateSessionHostUpdates()` was added
* `sessionHostConfigurations()` was added
* `sessionHostManagementsUpdateStatus()` was added
* `controlSessionHostUpdates()` was added
* `sessionHostOperations()` was added
* `activeSessionHostConfigurations()` was added
* `sessionHostManagements()` was added

#### `models.AppAttachPackages` was modified

* `delete(java.lang.String,java.lang.String)` was added
* `deleteWithResponse(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
* `deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added

#### `models.AppAttachPackage$Update` was modified

* `withTags(java.util.Map)` was added

#### `models.AppAttachPackageProperties` was modified

* `withPackageOwnerName(java.lang.String)` was added
* `packageOwnerName()` was added
* `customData()` was added
* `packageLookbackUrl()` was added
* `withPackageLookbackUrl(java.lang.String)` was added
* `withCustomData(java.lang.String)` was added

#### `models.ScalingPlanPooledSchedulePatch` was modified

* `createDelete()` was added
* `withScalingMethod(models.ScalingMethod)` was added
* `withCreateDelete(models.CreateDeleteProperties)` was added
* `namePropertiesName()` was added
* `scalingMethod()` was added

#### `models.ApplicationGroup$Definition` was modified

* `withSku(models.Sku)` was added
* `withPlan(models.Plan)` was added
* `withIdentity(models.ManagedServiceIdentity)` was added

#### `models.HostPool$Definition` was modified

* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
* `withSku(models.Sku)` was added
* `withManagementType(models.ManagementType)` was added
* `withIdentity(models.ManagedServiceIdentity)` was added
* `withDirectUdp(models.DirectUdp)` was added
* `withPlan(models.Plan)` was added
* `withRelayUdp(models.RelayUdp)` was added
* `withPublicUdp(models.PublicUdp)` was added

#### `models.ScalingPlanPooledSchedule` was modified

* `namePropertiesName()` was added
* `createDelete()` was added
* `scalingMethod()` was added

#### `models.SessionHost` was modified

* `pendingSessions()` was added
* `lastSessionHostUpdateTime()` was added
* `disconnectedSessions()` was added
* `activeSessions()` was added
* `sessionHostConfiguration()` was added

#### `models.SessionHosts` was modified

* `list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer,java.lang.String,com.azure.core.util.Context)` was added

#### `models.ScalingPlan$Definition` was modified

* `withPlan(models.Plan)` was added
* `withIdentity(models.ManagedServiceIdentity)` was added
* `withSku(models.Sku)` was added

#### `models.Workspace$Definition` was modified

### Other Changes
* `withSku(models.Sku)` was added
* `withPlan(models.Plan)` was added
* `withIdentity(models.ManagedServiceIdentity)` was added

## 1.2.0 (2024-09-25)

Expand Down
Loading