Skip to content

Commit fe160c6

Browse files
author
SDKAuto
committed
CodeGen from PR 28637 in Azure/azure-rest-api-specs
Merge 6ceac0c3bbd88fa20a1ef9fb7513d03dcce4ef8d into a8698bb86e66e2d29ce5e8987b6aaa8fc7f7f04b
1 parent 113f7ca commit fe160c6

Some content is hidden

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

50 files changed

+2254
-5544
lines changed

sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Release History
22

3+
## 2.3.0 (2024-05-06)
4+
### Features Added
5+
6+
- New enum type `AppAttachPackageArchitectures` with values `AppAttachPackageArchitecturesALL`, `AppAttachPackageArchitecturesARM`, `AppAttachPackageArchitecturesARM64`, `AppAttachPackageArchitecturesNeutral`, `AppAttachPackageArchitecturesX64`, `AppAttachPackageArchitecturesX86`, `AppAttachPackageArchitecturesX86A64`
7+
- New enum type `FailHealthCheckOnStagingFailure` with values `FailHealthCheckOnStagingFailureDoNotFail`, `FailHealthCheckOnStagingFailureNeedsAssistance`, `FailHealthCheckOnStagingFailureUnhealthy`
8+
- New enum type `PackageTimestamped` with values `PackageTimestampedNotTimestamped`, `PackageTimestampedTimestamped`
9+
- New enum type `ProvisioningState` with values `ProvisioningStateCanceled`, `ProvisioningStateFailed`, `ProvisioningStateProvisioning`, `ProvisioningStateSucceeded`
10+
- New function `NewAppAttachPackageClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AppAttachPackageClient, error)`
11+
- New function `*AppAttachPackageClient.CreateOrUpdate(context.Context, string, string, AppAttachPackage, *AppAttachPackageClientCreateOrUpdateOptions) (AppAttachPackageClientCreateOrUpdateResponse, error)`
12+
- New function `*AppAttachPackageClient.Delete(context.Context, string, string, *AppAttachPackageClientDeleteOptions) (AppAttachPackageClientDeleteResponse, error)`
13+
- New function `*AppAttachPackageClient.Get(context.Context, string, string, *AppAttachPackageClientGetOptions) (AppAttachPackageClientGetResponse, error)`
14+
- New function `*AppAttachPackageClient.NewListByResourceGroupPager(string, *AppAttachPackageClientListByResourceGroupOptions) *runtime.Pager[AppAttachPackageClientListByResourceGroupResponse]`
15+
- New function `*AppAttachPackageClient.NewListBySubscriptionPager(*AppAttachPackageClientListBySubscriptionOptions) *runtime.Pager[AppAttachPackageClientListBySubscriptionResponse]`
16+
- New function `*AppAttachPackageClient.Update(context.Context, string, string, *AppAttachPackageClientUpdateOptions) (AppAttachPackageClientUpdateResponse, error)`
17+
- New function `NewAppAttachPackageInfoClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AppAttachPackageInfoClient, error)`
18+
- New function `*AppAttachPackageInfoClient.NewImportPager(string, string, ImportPackageInfoRequest, *AppAttachPackageInfoClientImportOptions) *runtime.Pager[AppAttachPackageInfoClientImportResponse]`
19+
- New function `*ClientFactory.NewAppAttachPackageClient() *AppAttachPackageClient`
20+
- New function `*ClientFactory.NewAppAttachPackageInfoClient() *AppAttachPackageInfoClient`
21+
- New struct `AppAttachPackage`
22+
- New struct `AppAttachPackageInfoProperties`
23+
- New struct `AppAttachPackageList`
24+
- New struct `AppAttachPackagePatch`
25+
- New struct `AppAttachPackagePatchProperties`
26+
- New struct `AppAttachPackageProperties`
27+
- New struct `ImportPackageInfoRequest`
28+
- New field `SystemData` in struct `ApplicationGroupPatch`
29+
- New field `SystemData` in struct `ExpandMsixImage`
30+
- New field `CertificateExpiry`, `CertificateName` in struct `ExpandMsixImageProperties`
31+
- New field `SystemData` in struct `HostPoolPatch`
32+
- New field `AppAttachPackageReferences` in struct `HostPoolProperties`
33+
- New field `SystemData` in struct `MSIXPackagePatch`
34+
- New field `SystemData` in struct `PrivateEndpointConnection`
35+
- New field `GroupIDs` in struct `PrivateEndpointConnectionProperties`
36+
- New field `SystemData` in struct `PrivateLinkResource`
37+
- New field `SystemData` in struct `ScalingPlanPooledSchedulePatch`
38+
- New field `SystemData` in struct `SessionHostPatch`
39+
- New field `SystemData` in struct `StartMenuItem`
40+
41+
342
## 2.2.0 (2023-11-24)
443
### Features Added
544

sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ clientFactory, err := armdesktopvirtualization.NewClientFactory(<subscription ID
5757
A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.
5858

5959
```go
60-
client := clientFactory.NewWorkspacesClient()
60+
client := clientFactory.NewAppAttachPackageClient()
6161
```
6262

6363
## Fakes

sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization/appattachpackage_client.go

Lines changed: 422 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization/appattachpackageinfo_client.go

Lines changed: 113 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/desktopvirtualization/armdesktopvirtualization/applicationgroups_client.go

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)