Skip to content

Commit 66f16f5

Browse files
author
SDKAuto
committed
CodeGen from PR 32148 in Azure/azure-rest-api-specs
Merge 25f4b4c0eb89d5153bd01a42563fb40b42cfb634 into f6674831693bce0982f08ccf356255248a4c9a8f
1 parent cccbee7 commit 66f16f5

File tree

387 files changed

+21224
-8408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+21224
-8408
lines changed

sdk/desktopvirtualization/azure-resourcemanager-desktopvirtualization/CHANGELOG.md

Lines changed: 345 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,355 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-02-17)
44

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

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.ResourceIdentityType` was removed
10+
11+
#### `models.ResourceModelWithAllowedPropertySetPlan` was removed
12+
13+
#### `models.Identity` was removed
14+
15+
#### `models.ScalingScheduleDaysOfWeekItem` was removed
16+
17+
#### `models.ResourceModelWithAllowedPropertySetIdentity` was removed
18+
19+
#### `models.ResourceModelWithAllowedPropertySetSku` was removed
20+
21+
#### `models.ScalingPlanPersonalSchedule$DefinitionStages` was modified
22+
23+
* Required stage 2, 3, 4, 5, 6 was added
24+
25+
#### `models.ScalingPlanPooledSchedule$DefinitionStages` was modified
26+
27+
* Required stage 2, 3, 4, 5, 6, 7, 8 was added
28+
29+
#### `models.ScalingPlanPooledSchedule$Definition` was modified
30+
31+
* `withRampDownCapacityThresholdPct(java.lang.Integer)` was removed
32+
* `withRampUpCapacityThresholdPct(java.lang.Integer)` was removed
33+
34+
#### `models.Workspace` was modified
35+
36+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
37+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
38+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
39+
40+
#### `models.ApplicationGroup` was modified
41+
42+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
43+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
44+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
45+
46+
#### `models.HostPool` was modified
47+
48+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
49+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
50+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
51+
52+
#### `models.ResourceModelWithAllowedPropertySet` was modified
53+
54+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
55+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
56+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
57+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
58+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
59+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
60+
61+
#### `models.AppAttachPackages` was modified
62+
63+
* `deleteByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
64+
* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
65+
* `deleteByResourceGroup(java.lang.String,java.lang.String)` was removed
66+
67+
#### `models.ApplicationGroup$Definition` was modified
68+
69+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
70+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
71+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
72+
73+
#### `models.HostPool$Definition` was modified
74+
75+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
76+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
77+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
78+
79+
#### `models.ScalingPlanPooledSchedule` was modified
80+
81+
* `java.lang.Integer rampUpCapacityThresholdPct()` -> `int rampUpCapacityThresholdPct()`
82+
* `java.lang.Integer rampDownCapacityThresholdPct()` -> `int rampDownCapacityThresholdPct()`
83+
84+
#### `models.SessionHosts` was modified
85+
86+
* `list(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer,com.azure.core.util.Context)` was removed
87+
88+
#### `models.ScalingPlan` was modified
89+
90+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
91+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
92+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
93+
94+
#### `models.ScalingPlan$Definition` was modified
95+
96+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
97+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
98+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
99+
100+
#### `models.Workspace$Definition` was modified
101+
102+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
103+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
104+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
105+
106+
### Features Added
107+
108+
* `models.SessionHostManagementList` was added
109+
110+
* `models.VirtualMachineDiskType` was added
111+
112+
* `models.MarketplaceInfoPatchProperties` was added
113+
114+
* `models.ActiveDirectoryInfoProperties` was added
115+
116+
* `models.DiskInfoProperties` was added
117+
118+
* `models.SessionHostConfigurations` was added
119+
120+
* `models.UserAssignedIdentity` was added
121+
122+
* `models.AzureActiveDirectoryInfoProperties` was added
123+
124+
* `models.SessionHostConfigurationList` was added
125+
126+
* `models.SessionHostManagementsUpdateStatus` was added
127+
128+
* `models.SessionHostManagementUpdateStatus` was added
129+
130+
* `models.PublicUdp` was added
131+
132+
* `models.DomainInfoPatchProperties` was added
133+
134+
* `models.ImageInfoPatchProperties` was added
135+
136+
* `models.SessionHostManagementOperationProgress` was added
137+
138+
* `models.KeyVaultCredentialsProperties` was added
139+
140+
* `models.ManagedServiceIdentity` was added
141+
142+
* `models.KeyVaultCredentialsPatchProperties` was added
143+
144+
* `models.SessionHostConfiguration` was added
145+
146+
* `models.SecurityInfoPatchProperties` was added
147+
148+
* `models.BootDiagnosticsInfoProperties` was added
149+
150+
* `models.ActiveSessionHostConfiguration` was added
151+
152+
* `models.ControlSessionHostUpdates` was added
153+
154+
* `models.DomainInfoProperties` was added
155+
156+
* `models.ActiveSessionHostConfigurationList` was added
157+
158+
* `models.CustomInfoPatchProperties` was added
159+
160+
* `models.ManagedServiceIdentityType` was added
161+
162+
* `models.ActiveSessionHostConfigurations` was added
163+
164+
* `models.SessionHostConfigurationPatch` was added
165+
166+
* `models.SessionHostManagementPatch` was added
167+
168+
* `models.BootDiagnosticsInfoPatchProperties` was added
169+
170+
* `models.DirectUdp` was added
171+
172+
* `models.NetworkInfoPatchProperties` was added
173+
174+
* `models.SessionHostManagement` was added
175+
176+
* `models.MarketplaceInfoProperties` was added
177+
178+
* `models.SecurityInfoProperties` was added
179+
180+
* `models.SessionHostOperations` was added
181+
182+
* `models.HostPoolUpdateAction` was added
183+
184+
* `models.ManagedPrivateUdp` was added
185+
186+
* `models.UpdateSessionHostsRequestBody` was added
187+
188+
* `models.InitiateSessionHostUpdates` was added
189+
190+
* `models.ProvisioningStateShc` was added
191+
192+
* `models.HostPoolUpdateControlParameter` was added
193+
194+
* `models.ImageInfoProperties` was added
195+
196+
* `models.DiskInfoPatchProperties` was added
197+
198+
* `models.HostPoolUpdateConfigurationProperties` was added
199+
200+
* `models.NetworkInfoProperties` was added
201+
202+
* `models.VirtualMachineSecurityType` was added
203+
204+
* `models.ManagementType` was added
205+
206+
* `models.SessionHostManagementUpdateStatusProperties` was added
207+
208+
* `models.RelayUdp` was added
209+
210+
* `models.ActiveDirectoryInfoPatchProperties` was added
211+
212+
* `models.DomainJoinType` was added
213+
214+
* `models.HostPoolUpdateConfigurationPatchProperties` was added
215+
216+
* `models.CustomInfoProperties` was added
217+
218+
* `models.SessionHostManagements` was added
219+
220+
* `models.Type` was added
221+
222+
#### `models.ScalingPlanPooledSchedule$Definition` was modified
223+
224+
* `withRampUpCapacityThresholdPct(int)` was added
225+
* `withRampDownCapacityThresholdPct(int)` was added
226+
227+
#### `models.HostPool$Update` was modified
228+
229+
* `withRelayUdp(models.RelayUdp)` was added
230+
* `withPublicUdp(models.PublicUdp)` was added
231+
* `withDirectUdp(models.DirectUdp)` was added
232+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
233+
234+
#### `models.AppAttachPackagePatch` was modified
235+
236+
* `tags()` was added
237+
* `withTags(java.util.Map)` was added
238+
239+
#### `models.AppAttachPackagePatchProperties` was modified
240+
241+
* `withCustomData(java.lang.String)` was added
242+
* `withPackageLookbackUrl(java.lang.String)` was added
243+
* `customData()` was added
244+
* `packageLookbackUrl()` was added
245+
246+
#### `models.HostPool` was modified
247+
248+
* `managementType()` was added
249+
* `managedPrivateUdp()` was added
250+
* `relayUdp()` was added
251+
* `publicUdp()` was added
252+
* `directUdp()` was added
253+
254+
#### `models.HostPoolPatch` was modified
255+
256+
* `relayUdp()` was added
257+
* `withDirectUdp(models.DirectUdp)` was added
258+
* `directUdp()` was added
259+
* `managedPrivateUdp()` was added
260+
* `withPublicUdp(models.PublicUdp)` was added
261+
* `withRelayUdp(models.RelayUdp)` was added
262+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
263+
* `publicUdp()` was added
264+
265+
#### `models.ResourceModelWithAllowedPropertySet` was modified
266+
267+
* `withSku(models.Sku)` was added
268+
* `withPlan(models.Plan)` was added
269+
* `withIdentity(models.ManagedServiceIdentity)` was added
270+
271+
#### `models.HostPoolProperties` was modified
272+
273+
* `managementType()` was added
274+
* `relayUdp()` was added
275+
* `publicUdp()` was added
276+
* `directUdp()` was added
277+
* `managedPrivateUdp()` was added
278+
279+
#### `DesktopVirtualizationManager` was modified
280+
281+
* `controlSessionHostUpdates()` was added
282+
* `sessionHostOperations()` was added
283+
* `initiateSessionHostUpdates()` was added
284+
* `sessionHostManagements()` was added
285+
* `activeSessionHostConfigurations()` was added
286+
* `sessionHostManagementsUpdateStatus()` was added
287+
* `sessionHostConfigurations()` was added
288+
289+
#### `models.AppAttachPackages` was modified
290+
291+
* `delete(java.lang.String,java.lang.String)` was added
292+
* `deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
293+
* `deleteWithResponse(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
294+
295+
#### `models.AppAttachPackage$Update` was modified
296+
297+
* `withTags(java.util.Map)` was added
298+
299+
#### `models.AppAttachPackageProperties` was modified
300+
301+
* `packageOwnerName()` was added
302+
* `packageLookbackUrl()` was added
303+
* `withPackageOwnerName(java.lang.String)` was added
304+
* `withCustomData(java.lang.String)` was added
305+
* `customData()` was added
306+
* `withPackageLookbackUrl(java.lang.String)` was added
307+
308+
#### `models.ScalingPlanPooledSchedulePatch` was modified
309+
310+
* `namePropertiesName()` was added
311+
312+
#### `models.ApplicationGroup$Definition` was modified
313+
314+
* `withSku(models.Sku)` was added
315+
* `withIdentity(models.ManagedServiceIdentity)` was added
316+
* `withPlan(models.Plan)` was added
317+
318+
#### `models.HostPool$Definition` was modified
319+
320+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
321+
* `withIdentity(models.ManagedServiceIdentity)` was added
322+
* `withSku(models.Sku)` was added
323+
* `withRelayUdp(models.RelayUdp)` was added
324+
* `withDirectUdp(models.DirectUdp)` was added
325+
* `withManagementType(models.ManagementType)` was added
326+
* `withPublicUdp(models.PublicUdp)` was added
327+
* `withPlan(models.Plan)` was added
328+
329+
#### `models.ScalingPlanPooledSchedule` was modified
330+
331+
* `namePropertiesName()` was added
332+
333+
#### `models.SessionHost` was modified
334+
335+
* `lastSessionHostUpdateTime()` was added
336+
* `sessionHostConfiguration()` was added
337+
338+
#### `models.SessionHosts` was modified
339+
340+
* `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
341+
342+
#### `models.ScalingPlan$Definition` was modified
343+
344+
* `withSku(models.Sku)` was added
345+
* `withIdentity(models.ManagedServiceIdentity)` was added
346+
* `withPlan(models.Plan)` was added
347+
348+
#### `models.Workspace$Definition` was modified
10349

11-
### Other Changes
350+
* `withIdentity(models.ManagedServiceIdentity)` was added
351+
* `withSku(models.Sku)` was added
352+
* `withPlan(models.Plan)` was added
12353

13354
## 1.2.0 (2024-09-25)
14355

0 commit comments

Comments
 (0)