@azure/arm-batch 9.2.1-alpha.20240422.1 → 9.2.1-alpha.20240627.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -9
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/test/batch_examples.d.ts.map +1 -1
- package/dist-esm/test/batch_examples.js +28 -6
- package/dist-esm/test/batch_examples.js.map +1 -1
- package/package.json +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## 9.2.0 (2024-03-13)
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Features Added
|
|
16
16
|
|
|
17
17
|
- Added Interface AutomaticOSUpgradePolicy
|
|
18
18
|
- Added Interface RollingUpgradePolicy
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
## 9.1.0 (2023-12-08)
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
### Features Added
|
|
28
28
|
|
|
29
29
|
- Added Interface ManagedDisk
|
|
30
30
|
- Added Interface SecurityProfile
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
## 9.0.0 (2023-06-30)
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
### Features Added
|
|
45
45
|
|
|
46
46
|
- Added Type Alias ContainerType
|
|
47
47
|
- Interface NetworkConfiguration has a new optional parameter enableAcceleratedNetworking
|
|
@@ -62,14 +62,14 @@
|
|
|
62
62
|
- Interface PrivateEndpointConnectionListByBatchAccountNextOptionalParams no longer has parameter maxresults
|
|
63
63
|
- Interface PrivateLinkResourceListByBatchAccountNextOptionalParams no longer has parameter maxresults
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
### Breaking Changes
|
|
66
66
|
|
|
67
67
|
- Type of parameter type of interface ContainerConfiguration is changed from "DockerCompatible" to ContainerType
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
## 8.0.0 (2022-11-10)
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
### Features Added
|
|
73
73
|
|
|
74
74
|
- Added Type Alias NodeCommunicationMode
|
|
75
75
|
- Interface NetworkConfiguration has a new optional parameter dynamicVnetAssignmentScope
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
- Interface Pool has a new optional parameter targetNodeCommunicationMode
|
|
78
78
|
- Interface PrivateLinkServiceConnectionState has a new optional parameter actionsRequired
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
### Breaking Changes
|
|
81
81
|
|
|
82
82
|
- Interface CifsMountConfiguration no longer has parameter username
|
|
83
83
|
- Interface NetworkConfiguration no longer has parameter dynamicVNetAssignmentScope
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
|
|
88
88
|
## 7.2.0 (2022-07-19)
|
|
89
89
|
|
|
90
|
-
|
|
90
|
+
### Features Added
|
|
91
91
|
|
|
92
92
|
- Added operation PrivateEndpointConnectionOperations.beginDelete
|
|
93
93
|
- Added operation PrivateEndpointConnectionOperations.beginDeleteAndWait
|
|
@@ -116,13 +116,13 @@
|
|
|
116
116
|
|
|
117
117
|
## 7.1.1 (2022-04-11)
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
### Features Added
|
|
120
120
|
|
|
121
121
|
- Bug fix
|
|
122
122
|
|
|
123
123
|
## 7.1.0 (2022-03-02)
|
|
124
124
|
|
|
125
|
-
|
|
125
|
+
### Features Added
|
|
126
126
|
|
|
127
127
|
- Added operation BatchAccountOperations.getDetector
|
|
128
128
|
- Added operation BatchAccountOperations.listDetectors
|