|
1 | 1 | # Release History |
2 | 2 |
|
| 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 | + |
3 | 42 | ## 2.2.0 (2023-11-24) |
4 | 43 | ### Features Added |
5 | 44 |
|
|
0 commit comments