|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.1.0-beta.4 (2023-08-18) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Type of `ErrorResponse.Error` has been changed from `*ErrorResponseBody` to `*ErrorDetail` |
| 7 | + |
| 8 | +### Features Added |
| 9 | + |
| 10 | +- New enum type `PackageSourceType` with values `PackageSourceTypeRemote` |
| 11 | +- New function `NewArchiveVersionsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ArchiveVersionsClient, error)` |
| 12 | +- New function `*ArchiveVersionsClient.BeginCreate(context.Context, string, string, string, string, string, *ArchiveVersionsClientBeginCreateOptions) (*runtime.Poller[ArchiveVersionsClientCreateResponse], error)` |
| 13 | +- New function `*ArchiveVersionsClient.BeginDelete(context.Context, string, string, string, string, string, *ArchiveVersionsClientBeginDeleteOptions) (*runtime.Poller[ArchiveVersionsClientDeleteResponse], error)` |
| 14 | +- New function `*ArchiveVersionsClient.Get(context.Context, string, string, string, string, string, *ArchiveVersionsClientGetOptions) (ArchiveVersionsClientGetResponse, error)` |
| 15 | +- New function `*ArchiveVersionsClient.NewListPager(string, string, string, string, *ArchiveVersionsClientListOptions) *runtime.Pager[ArchiveVersionsClientListResponse]` |
| 16 | +- New function `NewArchivesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ArchivesClient, error)` |
| 17 | +- New function `*ArchivesClient.BeginCreate(context.Context, string, string, string, string, Archive, *ArchivesClientBeginCreateOptions) (*runtime.Poller[ArchivesClientCreateResponse], error)` |
| 18 | +- New function `*ArchivesClient.BeginDelete(context.Context, string, string, string, string, *ArchivesClientBeginDeleteOptions) (*runtime.Poller[ArchivesClientDeleteResponse], error)` |
| 19 | +- New function `*ArchivesClient.Get(context.Context, string, string, string, string, *ArchivesClientGetOptions) (ArchivesClientGetResponse, error)` |
| 20 | +- New function `*ArchivesClient.NewListPager(string, string, string, *ArchivesClientListOptions) *runtime.Pager[ArchivesClientListResponse]` |
| 21 | +- New function `*ArchivesClient.Update(context.Context, string, string, string, string, ArchiveUpdateParameters, *ArchivesClientUpdateOptions) (ArchivesClientUpdateResponse, error)` |
| 22 | +- New function `*ClientFactory.NewArchiveVersionsClient() *ArchiveVersionsClient` |
| 23 | +- New function `*ClientFactory.NewArchivesClient() *ArchivesClient` |
| 24 | +- New struct `Archive` |
| 25 | +- New struct `ArchiveListResult` |
| 26 | +- New struct `ArchivePackageSourceProperties` |
| 27 | +- New struct `ArchiveProperties` |
| 28 | +- New struct `ArchiveUpdateParameters` |
| 29 | +- New struct `ArchiveUpdateProperties` |
| 30 | +- New struct `ArchiveVersion` |
| 31 | +- New struct `ArchiveVersionListResult` |
| 32 | +- New struct `ArchiveVersionProperties` |
| 33 | +- New struct `DebianArchivePackageSourceProperties` |
| 34 | +- New struct `DebianArchiveProperties` |
| 35 | +- New struct `ErrorAdditionalInfo` |
| 36 | +- New struct `ErrorDetail` |
| 37 | +- New struct `ErrorResponseForContainerRegistry` |
| 38 | + |
| 39 | + |
3 | 40 | ## 1.1.0-beta.3 (2023-07-19)
|
4 | 41 |
|
5 | 42 | ### Bug Fixes
|
|
0 commit comments