@azure/arm-streamanalytics 4.1.1-alpha.20240222.1 → 5.0.0-beta.1
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 +170 -8
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +6060 -3785
- 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/samples-dev/clustersCreateOrUpdateSample.js +14 -6
- package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +12 -4
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersGetSample.js +12 -4
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +12 -4
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +11 -3
- package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +12 -4
- package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +1 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +13 -5
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +97 -16
- package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/functionsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsGetSample.js +17 -8
- package/dist-esm/samples-dev/functionsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +12 -4
- package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +15 -7
- package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsTestSample.js +18 -9
- package/dist-esm/samples-dev/functionsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/functionsUpdateSample.js +26 -14
- package/dist-esm/samples-dev/functionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +147 -31
- package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/inputsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsGetSample.js +27 -16
- package/dist-esm/samples-dev/inputsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +18 -9
- package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsTestSample.js +12 -4
- package/dist-esm/samples-dev/inputsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/inputsUpdateSample.js +39 -28
- package/dist-esm/samples-dev/inputsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +11 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +261 -56
- package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/outputsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsGetSample.js +98 -41
- package/dist-esm/samples-dev/outputsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +12 -4
- package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsTestSample.js +12 -4
- package/dist-esm/samples-dev/outputsTestSample.js.map +1 -1
- package/dist-esm/samples-dev/outputsUpdateSample.js +150 -54
- package/dist-esm/samples-dev/outputsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +21 -11
- package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsGetSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +12 -4
- package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +1 -1
- package/dist-esm/samples-dev/skuListSample.d.ts +2 -0
- package/dist-esm/samples-dev/skuListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/skuListSample.js +55 -0
- package/dist-esm/samples-dev/skuListSample.js.map +1 -0
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +85 -22
- package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js +12 -4
- package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsGetSample.js +18 -9
- package/dist-esm/samples-dev/streamingJobsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +18 -9
- package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsListSample.js +16 -7
- package/dist-esm/samples-dev/streamingJobsListSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsScaleSample.js +15 -7
- package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsStartSample.js +26 -16
- package/dist-esm/samples-dev/streamingJobsStartSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsStopSample.js +12 -4
- package/dist-esm/samples-dev/streamingJobsStopSample.js.map +1 -1
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js +14 -6
- package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +53 -0
- package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +11 -3
- package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +1 -1
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +60 -0
- package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js +57 -0
- package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +53 -0
- package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +2 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +78 -0
- package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +1 -0
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +14 -6
- package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +1 -1
- package/dist-esm/samples-dev/transformationsGetSample.js +12 -4
- package/dist-esm/samples-dev/transformationsGetSample.js.map +1 -1
- package/dist-esm/samples-dev/transformationsUpdateSample.js +13 -5
- package/dist-esm/samples-dev/transformationsUpdateSample.js.map +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +1320 -469
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +126 -22
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +108 -42
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +3129 -1585
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +19 -13
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +162 -131
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/clusters.d.ts +4 -4
- package/dist-esm/src/operations/clusters.d.ts.map +1 -1
- package/dist-esm/src/operations/clusters.js +105 -93
- package/dist-esm/src/operations/clusters.js.map +1 -1
- package/dist-esm/src/operations/functions.d.ts +2 -2
- package/dist-esm/src/operations/functions.d.ts.map +1 -1
- package/dist-esm/src/operations/functions.js +64 -60
- package/dist-esm/src/operations/functions.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +5 -4
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +5 -4
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/inputs.d.ts +2 -2
- package/dist-esm/src/operations/inputs.d.ts.map +1 -1
- package/dist-esm/src/operations/inputs.js +58 -54
- package/dist-esm/src/operations/inputs.js.map +1 -1
- package/dist-esm/src/operations/operations.js +9 -9
- package/dist-esm/src/operations/outputs.d.ts +2 -2
- package/dist-esm/src/operations/outputs.d.ts.map +1 -1
- package/dist-esm/src/operations/outputs.js +58 -54
- package/dist-esm/src/operations/outputs.js.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts +2 -2
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpoints.js +47 -43
- package/dist-esm/src/operations/privateEndpoints.js.map +1 -1
- package/dist-esm/src/operations/skuOperations.d.ts +38 -0
- package/dist-esm/src/operations/skuOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/skuOperations.js +150 -0
- package/dist-esm/src/operations/skuOperations.js.map +1 -0
- package/dist-esm/src/operations/streamingJobs.d.ts +6 -6
- package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -1
- package/dist-esm/src/operations/streamingJobs.js +119 -99
- package/dist-esm/src/operations/streamingJobs.js.map +1 -1
- package/dist-esm/src/operations/subscriptions.d.ts +79 -4
- package/dist-esm/src/operations/subscriptions.d.ts.map +1 -1
- package/dist-esm/src/operations/subscriptions.js +401 -8
- package/dist-esm/src/operations/subscriptions.js.map +1 -1
- package/dist-esm/src/operations/transformations.js +22 -22
- package/dist-esm/src/operations/transformations.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +4 -4
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/functions.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -4
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +5 -4
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/skuOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +79 -4
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -1
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +6 -8
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +12 -41
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -1
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.js +112 -0
- package/dist-esm/test/streamanalytics_operations_test.spec.js.map +1 -0
- package/package.json +15 -14
- package/review/arm-streamanalytics.api.md +614 -55
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +1514 -538
- package/src/models/mappers.ts +3649 -1881
- package/src/models/parameters.ts +182 -140
- package/src/operations/clusters.ts +189 -189
- package/src/operations/functions.ts +115 -113
- package/src/operations/index.ts +5 -4
- package/src/operations/inputs.ts +103 -103
- package/src/operations/operations.ts +16 -16
- package/src/operations/outputs.ts +103 -103
- package/src/operations/privateEndpoints.ts +83 -84
- package/src/operations/skuOperations.ts +193 -0
- package/src/operations/streamingJobs.ts +208 -215
- package/src/operations/subscriptions.ts +551 -13
- package/src/operations/transformations.ts +32 -35
- package/src/operationsInterfaces/clusters.ts +17 -17
- package/src/operationsInterfaces/functions.ts +14 -11
- package/src/operationsInterfaces/index.ts +5 -4
- package/src/operationsInterfaces/inputs.ts +10 -10
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/outputs.ts +10 -10
- package/src/operationsInterfaces/privateEndpoints.ts +8 -8
- package/src/operationsInterfaces/skuOperations.ts +26 -0
- package/src/operationsInterfaces/streamingJobs.ts +22 -22
- package/src/operationsInterfaces/subscriptions.ts +151 -5
- package/src/operationsInterfaces/transformations.ts +4 -4
- package/src/pagingHelper.ts +1 -1
- package/src/streamAnalyticsManagementClient.ts +34 -65
- package/types/arm-streamanalytics.d.ts +1129 -109
- package/types/tsdoc-metadata.json +1 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,177 @@
|
|
|
1
1
|
# Release History
|
|
2
|
+
|
|
3
|
+
## 5.0.0-beta.1 (2024-02-07)
|
|
4
|
+
|
|
5
|
+
**Features**
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- Added operation group SkuOperations
|
|
8
|
+
- Added operation Subscriptions.beginSampleInput
|
|
9
|
+
- Added operation Subscriptions.beginSampleInputAndWait
|
|
10
|
+
- Added operation Subscriptions.beginTestInput
|
|
11
|
+
- Added operation Subscriptions.beginTestInputAndWait
|
|
12
|
+
- Added operation Subscriptions.beginTestOutput
|
|
13
|
+
- Added operation Subscriptions.beginTestOutputAndWait
|
|
14
|
+
- Added operation Subscriptions.beginTestQuery
|
|
15
|
+
- Added operation Subscriptions.beginTestQueryAndWait
|
|
16
|
+
- Added operation Subscriptions.compileQuery
|
|
17
|
+
- Added Interface AggregateFunctionProperties
|
|
18
|
+
- Added Interface AzureDataExplorerOutputDataSource
|
|
19
|
+
- Added Interface AzureFunctionOutputDataSource
|
|
20
|
+
- Added Interface AzureMachineLearningServiceFunctionBinding
|
|
21
|
+
- Added Interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters
|
|
22
|
+
- Added Interface AzureMachineLearningServiceInputColumn
|
|
23
|
+
- Added Interface AzureMachineLearningServiceInputs
|
|
24
|
+
- Added Interface AzureMachineLearningServiceOutputColumn
|
|
25
|
+
- Added Interface AzureMachineLearningStudioFunctionBinding
|
|
26
|
+
- Added Interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters
|
|
27
|
+
- Added Interface AzureMachineLearningStudioInputColumn
|
|
28
|
+
- Added Interface AzureMachineLearningStudioInputs
|
|
29
|
+
- Added Interface AzureMachineLearningStudioOutputColumn
|
|
30
|
+
- Added Interface ClusterProperties
|
|
31
|
+
- Added Interface CompileQuery
|
|
32
|
+
- Added Interface CSharpFunctionBinding
|
|
33
|
+
- Added Interface CSharpFunctionRetrieveDefaultDefinitionParameters
|
|
34
|
+
- Added Interface CustomClrSerialization
|
|
35
|
+
- Added Interface DeltaSerialization
|
|
36
|
+
- Added Interface EventGridStreamInputDataSource
|
|
37
|
+
- Added Interface External_2
|
|
38
|
+
- Added Interface FileReferenceInputDataSource
|
|
39
|
+
- Added Interface GatewayMessageBusOutputDataSource
|
|
40
|
+
- Added Interface GatewayMessageBusOutputDataSourceProperties
|
|
41
|
+
- Added Interface GatewayMessageBusSourceProperties
|
|
42
|
+
- Added Interface GatewayMessageBusStreamInputDataSource
|
|
43
|
+
- Added Interface GatewayMessageBusStreamInputDataSourceProperties
|
|
44
|
+
- Added Interface GetStreamingJobSkuResult
|
|
45
|
+
- Added Interface GetStreamingJobSkuResults
|
|
46
|
+
- Added Interface GetStreamingJobSkuResultSku
|
|
47
|
+
- Added Interface InputWatermarkProperties
|
|
48
|
+
- Added Interface LastOutputEventTimestamp
|
|
49
|
+
- Added Interface OutputWatermarkProperties
|
|
50
|
+
- Added Interface PostgreSQLDataSourceProperties
|
|
51
|
+
- Added Interface PostgreSQLOutputDataSource
|
|
52
|
+
- Added Interface PostgreSQLOutputDataSourceProperties
|
|
53
|
+
- Added Interface PrivateEndpointProperties
|
|
54
|
+
- Added Interface QueryCompilationError
|
|
55
|
+
- Added Interface QueryCompilationResult
|
|
56
|
+
- Added Interface QueryFunction
|
|
57
|
+
- Added Interface QueryInput
|
|
58
|
+
- Added Interface QueryTestingResult
|
|
59
|
+
- Added Interface RawOutputDatasource
|
|
60
|
+
- Added Interface RawReferenceInputDataSource
|
|
61
|
+
- Added Interface RawStreamInputDataSource
|
|
62
|
+
- Added Interface RefreshConfiguration
|
|
63
|
+
- Added Interface SampleInput
|
|
64
|
+
- Added Interface SampleInputResult
|
|
65
|
+
- Added Interface SkuCapacity
|
|
66
|
+
- Added Interface SkuListNextOptionalParams
|
|
67
|
+
- Added Interface SkuListOptionalParams
|
|
68
|
+
- Added Interface SubscriptionsCompileQueryOptionalParams
|
|
69
|
+
- Added Interface SubscriptionsSampleInputOptionalParams
|
|
70
|
+
- Added Interface SubscriptionsTestInputOptionalParams
|
|
71
|
+
- Added Interface SubscriptionsTestOutputOptionalParams
|
|
72
|
+
- Added Interface SubscriptionsTestQueryOptionalParams
|
|
73
|
+
- Added Interface TestDatasourceResult
|
|
74
|
+
- Added Interface TestInput
|
|
75
|
+
- Added Interface TestOutput
|
|
76
|
+
- Added Interface TestQuery
|
|
77
|
+
- Added Interface TestQueryDiagnostics
|
|
78
|
+
- Added Type Alias BlobWriteMode
|
|
79
|
+
- Added Type Alias EventGridEventSchemaType
|
|
80
|
+
- Added Type Alias InputWatermarkMode
|
|
81
|
+
- Added Type Alias OutputWatermarkMode
|
|
82
|
+
- Added Type Alias QueryTestingResultStatus
|
|
83
|
+
- Added Type Alias ResourceType
|
|
84
|
+
- Added Type Alias SampleInputResultStatus
|
|
85
|
+
- Added Type Alias SkuCapacityScaleType
|
|
86
|
+
- Added Type Alias SkuListNextResponse
|
|
87
|
+
- Added Type Alias SkuListResponse
|
|
88
|
+
- Added Type Alias SubscriptionsCompileQueryResponse
|
|
89
|
+
- Added Type Alias SubscriptionsSampleInputResponse
|
|
90
|
+
- Added Type Alias SubscriptionsTestInputResponse
|
|
91
|
+
- Added Type Alias SubscriptionsTestOutputResponse
|
|
92
|
+
- Added Type Alias SubscriptionsTestQueryResponse
|
|
93
|
+
- Added Type Alias TestDatasourceResultStatus
|
|
94
|
+
- Added Type Alias UpdatableUdfRefreshType
|
|
95
|
+
- Added Type Alias UpdateMode
|
|
96
|
+
- Interface AzureSqlReferenceInputDataSource has a new optional parameter authenticationMode
|
|
97
|
+
- Interface AzureSynapseDataSourceProperties has a new optional parameter authenticationMode
|
|
98
|
+
- Interface AzureSynapseOutputDataSource has a new optional parameter authenticationMode
|
|
99
|
+
- Interface BlobDataSourceProperties has a new optional parameter authenticationMode
|
|
100
|
+
- Interface BlobOutputDataSource has a new optional parameter blobPathPrefix
|
|
101
|
+
- Interface BlobOutputDataSource has a new optional parameter blobWriteMode
|
|
102
|
+
- Interface BlobOutputDataSourceProperties has a new optional parameter blobPathPrefix
|
|
103
|
+
- Interface BlobOutputDataSourceProperties has a new optional parameter blobWriteMode
|
|
104
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter authenticationMode
|
|
105
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter blobName
|
|
106
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter deltaPathPattern
|
|
107
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter deltaSnapshotRefreshRate
|
|
108
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter fullSnapshotRefreshRate
|
|
109
|
+
- Interface BlobReferenceInputDataSource has a new optional parameter sourcePartitionCount
|
|
110
|
+
- Interface BlobReferenceInputDataSourceProperties has a new optional parameter blobName
|
|
111
|
+
- Interface BlobReferenceInputDataSourceProperties has a new optional parameter deltaPathPattern
|
|
112
|
+
- Interface BlobReferenceInputDataSourceProperties has a new optional parameter deltaSnapshotRefreshRate
|
|
113
|
+
- Interface BlobReferenceInputDataSourceProperties has a new optional parameter fullSnapshotRefreshRate
|
|
114
|
+
- Interface BlobReferenceInputDataSourceProperties has a new optional parameter sourcePartitionCount
|
|
115
|
+
- Interface BlobStreamInputDataSource has a new optional parameter authenticationMode
|
|
116
|
+
- Interface Cluster has a new optional parameter properties
|
|
117
|
+
- Interface DocumentDbOutputDataSource has a new optional parameter authenticationMode
|
|
118
|
+
- Interface EventHubDataSourceProperties has a new optional parameter partitionCount
|
|
119
|
+
- Interface EventHubOutputDataSource has a new optional parameter partitionCount
|
|
120
|
+
- Interface EventHubStreamInputDataSource has a new optional parameter partitionCount
|
|
121
|
+
- Interface EventHubStreamInputDataSource has a new optional parameter prefetchCount
|
|
122
|
+
- Interface EventHubStreamInputDataSourceProperties has a new optional parameter prefetchCount
|
|
123
|
+
- Interface EventHubV2OutputDataSource has a new optional parameter partitionCount
|
|
124
|
+
- Interface EventHubV2StreamInputDataSource has a new optional parameter partitionCount
|
|
125
|
+
- Interface EventHubV2StreamInputDataSource has a new optional parameter prefetchCount
|
|
126
|
+
- Interface FunctionProperties has a new optional parameter binding
|
|
127
|
+
- Interface FunctionProperties has a new optional parameter inputs
|
|
128
|
+
- Interface FunctionProperties has a new optional parameter output
|
|
129
|
+
- Interface FunctionsTestOptionalParams has a new optional parameter function
|
|
130
|
+
- Interface Identity has a new optional parameter userAssignedIdentities
|
|
131
|
+
- Interface InputProperties has a new optional parameter watermarkSettings
|
|
132
|
+
- Interface Output has a new optional parameter lastOutputEventTimestamps
|
|
133
|
+
- Interface Output has a new optional parameter watermarkSettings
|
|
134
|
+
- Interface PrivateEndpoint has a new optional parameter properties
|
|
135
|
+
- Interface Sku has a new optional parameter capacity
|
|
136
|
+
- Interface StorageAccount has a new optional parameter authenticationMode
|
|
137
|
+
- Interface StreamingJob has a new optional parameter externals
|
|
138
|
+
- Interface StreamingJob has a new optional parameter skuPropertiesSku
|
|
139
|
+
- Type of parameter type of interface FunctionBinding is changed from "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" to "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices"
|
|
140
|
+
- Type of parameter type of interface FunctionProperties is changed from "Scalar" to "Scalar" | "Aggregate"
|
|
141
|
+
- Type of parameter bindingType of interface FunctionRetrieveDefaultDefinitionParameters is changed from "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" to "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf"
|
|
142
|
+
- Type of parameter type of interface OutputDataSource is changed from "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.Storage/DocumentDB" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" to "Raw" | "Microsoft.Storage/Blob" | "Microsoft.Storage/Table" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Sql/Server/Database" | "Microsoft.Sql/Server/DataWarehouse" | "Microsoft.DBForPostgreSQL/servers/databases" | "Microsoft.Storage/DocumentDB" | "Microsoft.AzureFunction" | "Microsoft.ServiceBus/Queue" | "Microsoft.ServiceBus/Topic" | "PowerBI" | "Microsoft.DataLake/Accounts" | "GatewayMessageBus" | "Microsoft.Kusto/clusters/databases"
|
|
143
|
+
- Type of parameter type of interface ReferenceInputDataSource is changed from "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database" to "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database"
|
|
144
|
+
- Type of parameter type of interface Serialization is changed from "Parquet" | "Csv" | "Json" | "Avro" to "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro"
|
|
145
|
+
- Type of parameter type of interface StreamInputDataSource is changed from "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" to "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions"
|
|
146
|
+
- Added Enum KnownBlobWriteMode
|
|
147
|
+
- Added Enum KnownEventGridEventSchemaType
|
|
148
|
+
- Added Enum KnownInputWatermarkMode
|
|
149
|
+
- Added Enum KnownOutputWatermarkMode
|
|
150
|
+
- Added Enum KnownQueryTestingResultStatus
|
|
151
|
+
- Added Enum KnownResourceType
|
|
152
|
+
- Added Enum KnownSampleInputResultStatus
|
|
153
|
+
- Added Enum KnownSkuCapacityScaleType
|
|
154
|
+
- Added Enum KnownTestDatasourceResultStatus
|
|
155
|
+
- Added Enum KnownUpdatableUdfRefreshType
|
|
156
|
+
- Added Enum KnownUpdateMode
|
|
157
|
+
- Enum KnownEventSerializationType has a new value CustomClr
|
|
158
|
+
- Enum KnownEventSerializationType has a new value Delta
|
|
10
159
|
|
|
11
|
-
|
|
160
|
+
**Breaking Changes**
|
|
12
161
|
|
|
162
|
+
- Interface AzureSqlReferenceInputDataSource no longer has parameter table
|
|
163
|
+
- Interface Cluster no longer has parameter capacityAllocated
|
|
164
|
+
- Interface Cluster no longer has parameter capacityAssigned
|
|
165
|
+
- Interface Cluster no longer has parameter clusterId
|
|
166
|
+
- Interface Cluster no longer has parameter createdDate
|
|
167
|
+
- Interface Cluster no longer has parameter provisioningState
|
|
168
|
+
- Interface FunctionsTestOptionalParams no longer has parameter functionParam
|
|
169
|
+
- Interface PrivateEndpoint no longer has parameter createdDate
|
|
170
|
+
- Interface PrivateEndpoint no longer has parameter manualPrivateLinkServiceConnections
|
|
171
|
+
- Interface StreamAnalyticsManagementClientOptionalParams no longer has parameter apiVersion
|
|
172
|
+
- Class StreamAnalyticsManagementClient no longer has parameter apiVersion
|
|
173
|
+
|
|
174
|
+
|
|
13
175
|
## 4.1.0 (2022-12-13)
|
|
14
176
|
|
|
15
177
|
**Features**
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Stream Analytics Client
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/streamanalytics/arm-streamanalytics) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-streamanalytics) |
|
|
9
|
-
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-streamanalytics) |
|
|
9
|
+
[API reference documentation](https://docs.microsoft.com/javascript/api/@azure/arm-streamanalytics?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|