@azure/arm-streamanalytics 5.0.0-alpha.20240514.1 → 5.0.0-alpha.20240906.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 +4 -4
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/index.d.ts +0 -1
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +1 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.js +5 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.js.map +1 -1
- package/package.json +2 -2
- package/src/lroImpl.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## 5.0.0-beta.1 (2024-02-07)
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
### Features Added
|
|
16
16
|
|
|
17
17
|
- Added operation group SkuOperations
|
|
18
18
|
- Added operation Subscriptions.beginSampleInput
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
- Enum KnownEventSerializationType has a new value CustomClr
|
|
168
168
|
- Enum KnownEventSerializationType has a new value Delta
|
|
169
169
|
|
|
170
|
-
|
|
170
|
+
### Breaking Changes
|
|
171
171
|
|
|
172
172
|
- Interface AzureSqlReferenceInputDataSource no longer has parameter table
|
|
173
173
|
- Interface Cluster no longer has parameter capacityAllocated
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
|
|
185
185
|
## 4.1.0 (2022-12-13)
|
|
186
186
|
|
|
187
|
-
|
|
187
|
+
### Features Added
|
|
188
188
|
|
|
189
189
|
- Added Interface AvroSerialization
|
|
190
190
|
- Added Interface AzureDataLakeStoreOutputDataSource
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
|
|
246
246
|
## 4.0.1 (2022-05-05)
|
|
247
247
|
|
|
248
|
-
|
|
248
|
+
### Features Added
|
|
249
249
|
|
|
250
250
|
- Bug fix
|
|
251
251
|
|