|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 2.0.0 (2023-04-26) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `NewClient` parameter(s) have been changed from `(azcore.TokenCredential, *arm.ClientOptions)` to `(string, azcore.TokenCredential, *arm.ClientOptions)` |
| 7 | +- Function `*Client.CheckZonePeers` parameter(s) have been changed from `(context.Context, string, CheckZonePeersRequest, *ClientCheckZonePeersOptions)` to `(context.Context, CheckZonePeersRequest, *ClientCheckZonePeersOptions)` |
| 8 | +- Function `*Client.Get` parameter(s) have been changed from `(context.Context, string, *ClientGetOptions)` to `(context.Context, *ClientGetOptions)` |
| 9 | +- Function `*Client.NewListLocationsPager` parameter(s) have been changed from `(string, *ClientListLocationsOptions)` to `(*ClientListLocationsOptions)` |
| 10 | +- Function `NewClientFactory` parameter(s) have been changed from `(azcore.TokenCredential, *arm.ClientOptions)` to `(string, azcore.TokenCredential, *arm.ClientOptions)` |
| 11 | + |
| 12 | +### Features Added |
| 13 | + |
| 14 | +- New enum type `ActionType` with values `ActionTypeInternal` |
| 15 | +- New enum type `Origin` with values `OriginSystem`, `OriginUser`, `OriginUserSystem` |
| 16 | +- New function `*ClientFactory.NewOperationsClient() *OperationsClient` |
| 17 | +- New function `NewOperationsClient(azcore.TokenCredential, *arm.ClientOptions) (*OperationsClient, error)` |
| 18 | +- New function `*OperationsClient.NewListPager(*OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse]` |
| 19 | +- New struct `AvailabilityZoneMappings` |
| 20 | +- New struct `OperationAutoGenerated` |
| 21 | +- New struct `OperationDisplayAutoGenerated` |
| 22 | +- New struct `OperationListResultAutoGenerated` |
| 23 | +- New field `AvailabilityZoneMappings` in struct `Location` |
| 24 | +- New field `Geography` in struct `LocationMetadata` |
| 25 | +- New field `ActionType`, `IsDataAction`, `Origin` in struct `Operation` |
| 26 | + |
| 27 | + |
3 | 28 | ## 1.1.1 (2023-04-14)
|
4 | 29 | ### Bug Fixes
|
5 | 30 |
|
|
0 commit comments