Skip to content

Commit 830116f

Browse files
author
SDKAuto
committed
CodeGen from PR 34371 in Azure/azure-rest-api-specs
Merge 5a991e1ddde01c1ad3021a5d06676272f2ac00f5 into 37e1a52a30c527b6ad2d7ef09a9c82ad4491e8a2
1 parent 24808f3 commit 830116f

File tree

390 files changed

+23169
-9402
lines changed

Some content is hidden

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

390 files changed

+23169
-9402
lines changed

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

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

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-30)
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-11-01-preview. 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+
* `withRampUpCapacityThresholdPct(java.lang.Integer)` was removed
32+
* `withRampDownCapacityThresholdPct(java.lang.Integer)` was removed
33+
34+
#### `models.Workspace` was modified
35+
36+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
37+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
38+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
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+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
55+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
56+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
57+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
58+
* `models.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
59+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
60+
61+
#### `models.AppAttachPackages` was modified
62+
63+
* `deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)` was removed
64+
* `deleteByResourceGroupWithResponse(java.lang.String,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+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
71+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
72+
73+
#### `models.HostPool$Definition` was modified
74+
75+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
76+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
77+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` 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.ResourceModelWithAllowedPropertySetPlan plan()` -> `models.Plan plan()`
91+
* `models.ResourceModelWithAllowedPropertySetIdentity identity()` -> `models.ManagedServiceIdentity identity()`
92+
* `models.ResourceModelWithAllowedPropertySetSku sku()` -> `models.Sku sku()`
93+
94+
#### `models.ScalingPlan$Definition` was modified
95+
96+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` was removed
97+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
98+
* `withSku(models.ResourceModelWithAllowedPropertySetSku)` was removed
99+
100+
#### `models.Workspace$Definition` was modified
101+
102+
* `withPlan(models.ResourceModelWithAllowedPropertySetPlan)` was removed
103+
* `withIdentity(models.ResourceModelWithAllowedPropertySetIdentity)` 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.ScalingMethod` was added
185+
186+
* `models.ManagedPrivateUdp` was added
187+
188+
* `models.UpdateSessionHostsRequestBody` was added
189+
190+
* `models.InitiateSessionHostUpdates` was added
191+
192+
* `models.ProvisioningStateShc` was added
193+
194+
* `models.HostPoolUpdateControlParameter` was added
195+
196+
* `models.ImageInfoProperties` was added
197+
198+
* `models.DiskInfoPatchProperties` was added
199+
200+
* `models.HostPoolUpdateConfigurationProperties` was added
201+
202+
* `models.NetworkInfoProperties` was added
203+
204+
* `models.VirtualMachineSecurityType` was added
205+
206+
* `models.ManagementType` was added
207+
208+
* `models.SessionHostManagementUpdateStatusProperties` was added
209+
210+
* `models.RelayUdp` was added
211+
212+
* `models.ActiveDirectoryInfoPatchProperties` was added
213+
214+
* `models.DomainJoinType` was added
215+
216+
* `models.HostPoolUpdateConfigurationPatchProperties` was added
217+
218+
* `models.CustomInfoProperties` was added
219+
220+
* `models.SessionHostManagements` was added
221+
222+
* `models.Type` was added
223+
224+
* `models.CreateDeleteProperties` was added
225+
226+
#### `models.ScalingPlanPooledSchedule$Definition` was modified
227+
228+
* `withRampUpCapacityThresholdPct(int)` was added
229+
* `withRampDownCapacityThresholdPct(int)` was added
230+
* `withScalingMethod(models.ScalingMethod)` was added
231+
* `withCreateDelete(models.CreateDeleteProperties)` was added
232+
233+
#### `models.ScalingPlanPooledSchedule$Update` was modified
234+
235+
* `withScalingMethod(models.ScalingMethod)` was added
236+
* `withCreateDelete(models.CreateDeleteProperties)` was added
237+
238+
#### `models.HostPool$Update` was modified
239+
240+
* `withPublicUdp(models.PublicUdp)` was added
241+
* `withRelayUdp(models.RelayUdp)` was added
242+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
243+
* `withDirectUdp(models.DirectUdp)` was added
244+
245+
#### `models.AppAttachPackagePatch` was modified
246+
247+
* `tags()` was added
248+
* `withTags(java.util.Map)` was added
249+
250+
#### `models.AppAttachPackagePatchProperties` was modified
251+
252+
* `withCustomData(java.lang.String)` was added
253+
* `packageLookbackUrl()` was added
254+
* `customData()` was added
255+
* `withPackageLookbackUrl(java.lang.String)` was added
256+
257+
#### `models.ScalingSchedule` was modified
258+
259+
* `scalingMethod()` was added
260+
* `withCreateDelete(models.CreateDeleteProperties)` was added
261+
* `withScalingMethod(models.ScalingMethod)` was added
262+
* `createDelete()` was added
263+
264+
#### `models.HostPool` was modified
265+
266+
* `relayUdp()` was added
267+
* `managementType()` was added
268+
* `directUdp()` was added
269+
* `managedPrivateUdp()` was added
270+
* `publicUdp()` was added
271+
272+
#### `models.HostPoolPatch` was modified
273+
274+
* `publicUdp()` was added
275+
* `managedPrivateUdp()` was added
276+
* `relayUdp()` was added
277+
* `withDirectUdp(models.DirectUdp)` was added
278+
* `withPublicUdp(models.PublicUdp)` was added
279+
* `withRelayUdp(models.RelayUdp)` was added
280+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
281+
* `directUdp()` was added
282+
283+
#### `models.ResourceModelWithAllowedPropertySet` was modified
284+
285+
* `withIdentity(models.ManagedServiceIdentity)` was added
286+
* `withPlan(models.Plan)` was added
287+
* `withSku(models.Sku)` was added
288+
289+
#### `models.HostPoolProperties` was modified
290+
291+
* `managedPrivateUdp()` was added
292+
* `managementType()` was added
293+
* `publicUdp()` was added
294+
* `directUdp()` was added
295+
* `relayUdp()` was added
296+
297+
#### `DesktopVirtualizationManager` was modified
298+
299+
* `initiateSessionHostUpdates()` was added
300+
* `sessionHostConfigurations()` was added
301+
* `sessionHostManagementsUpdateStatus()` was added
302+
* `controlSessionHostUpdates()` was added
303+
* `sessionHostOperations()` was added
304+
* `activeSessionHostConfigurations()` was added
305+
* `sessionHostManagements()` was added
306+
307+
#### `models.AppAttachPackages` was modified
308+
309+
* `delete(java.lang.String,java.lang.String)` was added
310+
* `deleteWithResponse(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
311+
* `deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)` was added
312+
313+
#### `models.AppAttachPackage$Update` was modified
314+
315+
* `withTags(java.util.Map)` was added
316+
317+
#### `models.AppAttachPackageProperties` was modified
318+
319+
* `withPackageOwnerName(java.lang.String)` was added
320+
* `packageOwnerName()` was added
321+
* `customData()` was added
322+
* `packageLookbackUrl()` was added
323+
* `withPackageLookbackUrl(java.lang.String)` was added
324+
* `withCustomData(java.lang.String)` was added
325+
326+
#### `models.ScalingPlanPooledSchedulePatch` was modified
327+
328+
* `createDelete()` was added
329+
* `withScalingMethod(models.ScalingMethod)` was added
330+
* `withCreateDelete(models.CreateDeleteProperties)` was added
331+
* `namePropertiesName()` was added
332+
* `scalingMethod()` was added
333+
334+
#### `models.ApplicationGroup$Definition` was modified
335+
336+
* `withSku(models.Sku)` was added
337+
* `withPlan(models.Plan)` was added
338+
* `withIdentity(models.ManagedServiceIdentity)` was added
339+
340+
#### `models.HostPool$Definition` was modified
341+
342+
* `withManagedPrivateUdp(models.ManagedPrivateUdp)` was added
343+
* `withSku(models.Sku)` was added
344+
* `withManagementType(models.ManagementType)` was added
345+
* `withIdentity(models.ManagedServiceIdentity)` was added
346+
* `withDirectUdp(models.DirectUdp)` was added
347+
* `withPlan(models.Plan)` was added
348+
* `withRelayUdp(models.RelayUdp)` was added
349+
* `withPublicUdp(models.PublicUdp)` was added
350+
351+
#### `models.ScalingPlanPooledSchedule` was modified
352+
353+
* `namePropertiesName()` was added
354+
* `createDelete()` was added
355+
* `scalingMethod()` was added
356+
357+
#### `models.SessionHost` was modified
358+
359+
* `pendingSessions()` was added
360+
* `lastSessionHostUpdateTime()` was added
361+
* `disconnectedSessions()` was added
362+
* `activeSessions()` was added
363+
* `sessionHostConfiguration()` was added
364+
365+
#### `models.SessionHosts` was modified
366+
367+
* `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
368+
369+
#### `models.ScalingPlan$Definition` was modified
370+
371+
* `withPlan(models.Plan)` was added
372+
* `withIdentity(models.ManagedServiceIdentity)` was added
373+
* `withSku(models.Sku)` was added
374+
375+
#### `models.Workspace$Definition` was modified
10376

11-
### Other Changes
377+
* `withSku(models.Sku)` was added
378+
* `withPlan(models.Plan)` was added
379+
* `withIdentity(models.ManagedServiceIdentity)` was added
12380

13381
## 1.2.0 (2024-09-25)
14382

0 commit comments

Comments
 (0)