Skip to content

Commit 978172d

Browse files
author
SDKAuto
committed
CodeGen from PR 21195 in Azure/azure-rest-api-specs
Merge a9c86076164bb13fe54750aa9aacde1a0716ad37 into fdd4e5c9b9225698c7f26c75c4b26be5c57e60f8
1 parent 216950d commit 978172d

28 files changed

+4493
-2112
lines changed

sdk/resourcemanager/batch/armbatch/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Release History
22

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+
345
## 1.0.0 (2022-05-17)
446

547
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.

sdk/resourcemanager/batch/armbatch/zz_generated_account_client.go renamed to sdk/resourcemanager/batch/armbatch/account_client.go

Lines changed: 27 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)