|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0 (2022-10-25) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Struct `CloudError` has been removed |
| 7 | +- Struct `CloudErrorBody` has been removed |
| 8 | +- Field `DynamicVNetAssignmentScope` of struct `NetworkConfiguration` has been removed |
| 9 | +- Field `Username` of struct `CIFSMountConfiguration` has been removed |
| 10 | +- Field `ActionRequired` of struct `PrivateLinkServiceConnectionState` has been removed |
| 11 | + |
| 12 | +### Features Added |
| 13 | + |
| 14 | +- New const `EndpointAccessDefaultActionDeny` |
| 15 | +- New const `PrivateEndpointConnectionProvisioningStateDeleting` |
| 16 | +- New const `EndpointAccessDefaultActionAllow` |
| 17 | +- New const `NodeCommunicationModeClassic` |
| 18 | +- New const `NodeCommunicationModeDefault` |
| 19 | +- New const `PrivateEndpointConnectionProvisioningStateCreating` |
| 20 | +- New const `NodeCommunicationModeSimplified` |
| 21 | +- New const `PrivateEndpointConnectionProvisioningStateCancelled` |
| 22 | +- New type alias `NodeCommunicationMode` |
| 23 | +- New type alias `EndpointAccessDefaultAction` |
| 24 | +- New function `PossibleEndpointAccessDefaultActionValues() []EndpointAccessDefaultAction` |
| 25 | +- New function `PossibleNodeCommunicationModeValues() []NodeCommunicationMode` |
| 26 | +- New function `*PrivateEndpointConnectionClient.BeginDelete(context.Context, string, string, string, *PrivateEndpointConnectionClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionClientDeleteResponse], error)` |
| 27 | +- New struct `EndpointAccessProfile` |
| 28 | +- New struct `IPRule` |
| 29 | +- New struct `NetworkProfile` |
| 30 | +- New struct `PrivateEndpointConnectionClientBeginDeleteOptions` |
| 31 | +- New struct `PrivateEndpointConnectionClientDeleteResponse` |
| 32 | +- New field `NetworkProfile` in struct `AccountCreateProperties` |
| 33 | +- New field `NodeManagementEndpoint` in struct `AccountProperties` |
| 34 | +- New field `NetworkProfile` in struct `AccountProperties` |
| 35 | +- New field `CurrentNodeCommunicationMode` in struct `PoolProperties` |
| 36 | +- New field `TargetNodeCommunicationMode` in struct `PoolProperties` |
| 37 | +- New field `NetworkProfile` in struct `AccountUpdateProperties` |
| 38 | +- New field `PublicNetworkAccess` in struct `AccountUpdateProperties` |
| 39 | +- New field `DynamicVnetAssignmentScope` in struct `NetworkConfiguration` |
| 40 | +- New field `ActionsRequired` in struct `PrivateLinkServiceConnectionState` |
| 41 | +- New field `GroupIDs` in struct `PrivateEndpointConnectionProperties` |
| 42 | +- New field `UserName` in struct `CIFSMountConfiguration` |
| 43 | + |
| 44 | + |
3 | 45 | ## 1.0.0 (2022-05-17) |
4 | 46 |
|
5 | 47 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/batch/armbatch` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments