@azure/arm-streamanalytics 4.0.2-alpha.20221215.1 → 4.1.0
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 +61 -10
- package/dist/index.js +292 -99
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/src/index.d.ts +1 -0
- package/dist-esm/src/index.d.ts.map +1 -1
- package/dist-esm/src/index.js +1 -0
- package/dist-esm/src/index.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +132 -108
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +30 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +55 -24
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/functions.d.ts.map +1 -1
- package/dist-esm/src/operations/functions.js +19 -8
- package/dist-esm/src/operations/functions.js.map +1 -1
- package/dist-esm/src/operations/inputs.d.ts.map +1 -1
- package/dist-esm/src/operations/inputs.js +19 -8
- package/dist-esm/src/operations/inputs.js.map +1 -1
- package/dist-esm/src/operations/operations.d.ts.map +1 -1
- package/dist-esm/src/operations/operations.js +19 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/outputs.d.ts.map +1 -1
- package/dist-esm/src/operations/outputs.js +19 -8
- package/dist-esm/src/operations/outputs.js.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.js +19 -8
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -1
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -1
- package/dist-esm/src/operations/streamingJobs.js +37 -16
- package/dist-esm/src/operations/streamingJobs.js.map +1 -1
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +2 -0
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +49 -18
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -1
- package/dist-esm/test/sampleTest.js +11 -13
- package/dist-esm/test/sampleTest.js.map +1 -1
- package/package.json +12 -8
- package/review/arm-streamanalytics.api.md +235 -263
- package/src/index.ts +1 -0
- package/src/models/index.ts +149 -118
- package/src/operations/clusters.ts +71 -32
- package/src/operations/functions.ts +27 -14
- package/src/operations/inputs.ts +27 -14
- package/src/operations/operations.ts +21 -9
- package/src/operations/outputs.ts +27 -14
- package/src/operations/privateEndpoints.ts +27 -14
- package/src/operations/streamingJobs.ts +46 -19
- package/src/pagingHelper.ts +39 -0
- package/src/streamAnalyticsManagementClient.ts +60 -20
- package/types/arm-streamanalytics.d.ts +143 -108
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,66 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 4.1.0 (2022-12-13)
|
|
4
|
+
|
|
5
|
+
**Features**
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
- Added Interface AvroSerialization
|
|
8
|
+
- Added Interface AzureDataLakeStoreOutputDataSource
|
|
9
|
+
- Added Interface AzureDataLakeStoreOutputDataSourceProperties
|
|
10
|
+
- Added Interface AzureMachineLearningWebServiceFunctionBinding
|
|
11
|
+
- Added Interface AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
|
|
12
|
+
- Added Interface AzureSqlDatabaseOutputDataSource
|
|
13
|
+
- Added Interface AzureSqlDatabaseOutputDataSourceProperties
|
|
14
|
+
- Added Interface AzureSqlReferenceInputDataSource
|
|
15
|
+
- Added Interface AzureSynapseOutputDataSource
|
|
16
|
+
- Added Interface AzureSynapseOutputDataSourceProperties
|
|
17
|
+
- Added Interface AzureTableOutputDataSource
|
|
18
|
+
- Added Interface BlobOutputDataSource
|
|
19
|
+
- Added Interface BlobOutputDataSourceProperties
|
|
20
|
+
- Added Interface BlobReferenceInputDataSource
|
|
21
|
+
- Added Interface BlobReferenceInputDataSourceProperties
|
|
22
|
+
- Added Interface BlobStreamInputDataSource
|
|
23
|
+
- Added Interface BlobStreamInputDataSourceProperties
|
|
24
|
+
- Added Interface Cluster
|
|
25
|
+
- Added Interface CsvSerialization
|
|
26
|
+
- Added Interface DocumentDbOutputDataSource
|
|
27
|
+
- Added Interface EventHubDataSourceProperties
|
|
28
|
+
- Added Interface EventHubOutputDataSource
|
|
29
|
+
- Added Interface EventHubOutputDataSourceProperties
|
|
30
|
+
- Added Interface EventHubStreamInputDataSource
|
|
31
|
+
- Added Interface EventHubStreamInputDataSourceProperties
|
|
32
|
+
- Added Interface EventHubV2OutputDataSource
|
|
33
|
+
- Added Interface EventHubV2StreamInputDataSource
|
|
34
|
+
- Added Interface FunctionModel
|
|
35
|
+
- Added Interface Input
|
|
36
|
+
- Added Interface IoTHubStreamInputDataSource
|
|
37
|
+
- Added Interface JavaScriptFunctionBinding
|
|
38
|
+
- Added Interface JavaScriptFunctionRetrieveDefaultDefinitionParameters
|
|
39
|
+
- Added Interface JobStorageAccount
|
|
40
|
+
- Added Interface JsonSerialization
|
|
41
|
+
- Added Interface Output
|
|
42
|
+
- Added Interface ParquetSerialization
|
|
43
|
+
- Added Interface PowerBIOutputDataSource
|
|
44
|
+
- Added Interface PowerBIOutputDataSourceProperties
|
|
45
|
+
- Added Interface PrivateEndpoint
|
|
46
|
+
- Added Interface ProxyResource
|
|
47
|
+
- Added Interface ReferenceInputProperties
|
|
48
|
+
- Added Interface ScalarFunctionProperties
|
|
49
|
+
- Added Interface ServiceBusQueueOutputDataSource
|
|
50
|
+
- Added Interface ServiceBusQueueOutputDataSourceProperties
|
|
51
|
+
- Added Interface ServiceBusTopicOutputDataSource
|
|
52
|
+
- Added Interface ServiceBusTopicOutputDataSourceProperties
|
|
53
|
+
- Added Interface StreamingJob
|
|
54
|
+
- Added Interface StreamInputProperties
|
|
55
|
+
- Added Interface SubscriptionQuota
|
|
56
|
+
- Added Interface TrackedResource
|
|
57
|
+
- Added Interface Transformation
|
|
58
|
+
- Interface FunctionsListByStreamingJobNextOptionalParams no longer has parameter select
|
|
59
|
+
- Interface InputsListByStreamingJobNextOptionalParams no longer has parameter select
|
|
60
|
+
- Interface OutputsListByStreamingJobNextOptionalParams no longer has parameter select
|
|
61
|
+
- Interface StreamingJobsListByResourceGroupNextOptionalParams no longer has parameter expand
|
|
62
|
+
- Interface StreamingJobsListNextOptionalParams no longer has parameter expand
|
|
63
|
+
|
|
13
64
|
## 4.0.1 (2022-05-05)
|
|
14
65
|
|
|
15
66
|
**Features**
|