|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 1.1.0 (2022-11-10) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `PrivateEndpointConnectionProvisioningStateCreating` |
| 7 | +- New const `NodeCommunicationModeDefault` |
| 8 | +- New const `EndpointAccessDefaultActionAllow` |
| 9 | +- New const `NodeCommunicationModeClassic` |
| 10 | +- New const `PrivateEndpointConnectionProvisioningStateCancelled` |
| 11 | +- New const `EndpointAccessDefaultActionDeny` |
| 12 | +- New const `PrivateEndpointConnectionProvisioningStateDeleting` |
| 13 | +- New const `NodeCommunicationModeSimplified` |
| 14 | +- New type alias `EndpointAccessDefaultAction` |
| 15 | +- New type alias `NodeCommunicationMode` |
| 16 | +- New function `*PrivateEndpointConnectionClient.BeginDelete(context.Context, string, string, string, *PrivateEndpointConnectionClientBeginDeleteOptions) (*runtime.Poller[PrivateEndpointConnectionClientDeleteResponse], error)` |
| 17 | +- New function `PossibleEndpointAccessDefaultActionValues() []EndpointAccessDefaultAction` |
| 18 | +- New function `PossibleNodeCommunicationModeValues() []NodeCommunicationMode` |
| 19 | +- New struct `EndpointAccessProfile` |
| 20 | +- New struct `IPRule` |
| 21 | +- New struct `NetworkProfile` |
| 22 | +- New struct `PrivateEndpointConnectionClientBeginDeleteOptions` |
| 23 | +- New struct `PrivateEndpointConnectionClientDeleteResponse` |
| 24 | +- New field `NetworkProfile` in struct `AccountUpdateProperties` |
| 25 | +- New field `PublicNetworkAccess` in struct `AccountUpdateProperties` |
| 26 | +- New field `NodeManagementEndpoint` in struct `AccountProperties` |
| 27 | +- New field `NetworkProfile` in struct `AccountProperties` |
| 28 | +- New field `GroupIDs` in struct `PrivateEndpointConnectionProperties` |
| 29 | +- New field `NetworkProfile` in struct `AccountCreateProperties` |
| 30 | +- New field `TargetNodeCommunicationMode` in struct `PoolProperties` |
| 31 | +- New field `CurrentNodeCommunicationMode` in struct `PoolProperties` |
| 32 | + |
| 33 | + |
3 | 34 | ## 1.0.0 (2022-05-17) |
4 | 35 |
|
5 | 36 | 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