@azure/arm-streamanalytics 4.1.1-alpha.20240226.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.
Files changed (239) hide show
  1. package/CHANGELOG.md +170 -8
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +6060 -3785
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js +14 -6
  9. package/dist-esm/samples-dev/clustersCreateOrUpdateSample.js.map +1 -1
  10. package/dist-esm/samples-dev/clustersDeleteSample.js +12 -4
  11. package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -1
  12. package/dist-esm/samples-dev/clustersGetSample.js +12 -4
  13. package/dist-esm/samples-dev/clustersGetSample.js.map +1 -1
  14. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +12 -4
  15. package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -1
  16. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js +11 -3
  17. package/dist-esm/samples-dev/clustersListBySubscriptionSample.js.map +1 -1
  18. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js +12 -4
  19. package/dist-esm/samples-dev/clustersListStreamingJobsSample.js.map +1 -1
  20. package/dist-esm/samples-dev/clustersUpdateSample.js +13 -5
  21. package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -1
  22. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js +97 -16
  23. package/dist-esm/samples-dev/functionsCreateOrReplaceSample.js.map +1 -1
  24. package/dist-esm/samples-dev/functionsDeleteSample.js +12 -4
  25. package/dist-esm/samples-dev/functionsDeleteSample.js.map +1 -1
  26. package/dist-esm/samples-dev/functionsGetSample.js +17 -8
  27. package/dist-esm/samples-dev/functionsGetSample.js.map +1 -1
  28. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js +12 -4
  29. package/dist-esm/samples-dev/functionsListByStreamingJobSample.js.map +1 -1
  30. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js +15 -7
  31. package/dist-esm/samples-dev/functionsRetrieveDefaultDefinitionSample.js.map +1 -1
  32. package/dist-esm/samples-dev/functionsTestSample.js +18 -9
  33. package/dist-esm/samples-dev/functionsTestSample.js.map +1 -1
  34. package/dist-esm/samples-dev/functionsUpdateSample.js +26 -14
  35. package/dist-esm/samples-dev/functionsUpdateSample.js.map +1 -1
  36. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js +147 -31
  37. package/dist-esm/samples-dev/inputsCreateOrReplaceSample.js.map +1 -1
  38. package/dist-esm/samples-dev/inputsDeleteSample.js +12 -4
  39. package/dist-esm/samples-dev/inputsDeleteSample.js.map +1 -1
  40. package/dist-esm/samples-dev/inputsGetSample.js +27 -16
  41. package/dist-esm/samples-dev/inputsGetSample.js.map +1 -1
  42. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js +18 -9
  43. package/dist-esm/samples-dev/inputsListByStreamingJobSample.js.map +1 -1
  44. package/dist-esm/samples-dev/inputsTestSample.js +12 -4
  45. package/dist-esm/samples-dev/inputsTestSample.js.map +1 -1
  46. package/dist-esm/samples-dev/inputsUpdateSample.js +39 -28
  47. package/dist-esm/samples-dev/inputsUpdateSample.js.map +1 -1
  48. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  49. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  50. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js +261 -56
  51. package/dist-esm/samples-dev/outputsCreateOrReplaceSample.js.map +1 -1
  52. package/dist-esm/samples-dev/outputsDeleteSample.js +12 -4
  53. package/dist-esm/samples-dev/outputsDeleteSample.js.map +1 -1
  54. package/dist-esm/samples-dev/outputsGetSample.js +98 -41
  55. package/dist-esm/samples-dev/outputsGetSample.js.map +1 -1
  56. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js +12 -4
  57. package/dist-esm/samples-dev/outputsListByStreamingJobSample.js.map +1 -1
  58. package/dist-esm/samples-dev/outputsTestSample.js +12 -4
  59. package/dist-esm/samples-dev/outputsTestSample.js.map +1 -1
  60. package/dist-esm/samples-dev/outputsUpdateSample.js +150 -54
  61. package/dist-esm/samples-dev/outputsUpdateSample.js.map +1 -1
  62. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js +21 -11
  63. package/dist-esm/samples-dev/privateEndpointsCreateOrUpdateSample.js.map +1 -1
  64. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js +12 -4
  65. package/dist-esm/samples-dev/privateEndpointsDeleteSample.js.map +1 -1
  66. package/dist-esm/samples-dev/privateEndpointsGetSample.js +12 -4
  67. package/dist-esm/samples-dev/privateEndpointsGetSample.js.map +1 -1
  68. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js +12 -4
  69. package/dist-esm/samples-dev/privateEndpointsListByClusterSample.js.map +1 -1
  70. package/dist-esm/samples-dev/skuListSample.d.ts +2 -0
  71. package/dist-esm/samples-dev/skuListSample.d.ts.map +1 -0
  72. package/dist-esm/samples-dev/skuListSample.js +55 -0
  73. package/dist-esm/samples-dev/skuListSample.js.map +1 -0
  74. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js +85 -22
  75. package/dist-esm/samples-dev/streamingJobsCreateOrReplaceSample.js.map +1 -1
  76. package/dist-esm/samples-dev/streamingJobsDeleteSample.js +12 -4
  77. package/dist-esm/samples-dev/streamingJobsDeleteSample.js.map +1 -1
  78. package/dist-esm/samples-dev/streamingJobsGetSample.js +18 -9
  79. package/dist-esm/samples-dev/streamingJobsGetSample.js.map +1 -1
  80. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js +18 -9
  81. package/dist-esm/samples-dev/streamingJobsListByResourceGroupSample.js.map +1 -1
  82. package/dist-esm/samples-dev/streamingJobsListSample.js +16 -7
  83. package/dist-esm/samples-dev/streamingJobsListSample.js.map +1 -1
  84. package/dist-esm/samples-dev/streamingJobsScaleSample.js +15 -7
  85. package/dist-esm/samples-dev/streamingJobsScaleSample.js.map +1 -1
  86. package/dist-esm/samples-dev/streamingJobsStartSample.js +26 -16
  87. package/dist-esm/samples-dev/streamingJobsStartSample.js.map +1 -1
  88. package/dist-esm/samples-dev/streamingJobsStopSample.js +12 -4
  89. package/dist-esm/samples-dev/streamingJobsStopSample.js.map +1 -1
  90. package/dist-esm/samples-dev/streamingJobsUpdateSample.js +14 -6
  91. package/dist-esm/samples-dev/streamingJobsUpdateSample.js.map +1 -1
  92. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts +2 -0
  93. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js +53 -0
  95. package/dist-esm/samples-dev/subscriptionsCompileQuerySample.js.map +1 -0
  96. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js +11 -3
  97. package/dist-esm/samples-dev/subscriptionsListQuotasSample.js.map +1 -1
  98. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts +2 -0
  99. package/dist-esm/samples-dev/subscriptionsSampleInputSample.d.ts.map +1 -0
  100. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js +60 -0
  101. package/dist-esm/samples-dev/subscriptionsSampleInputSample.js.map +1 -0
  102. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts +2 -0
  103. package/dist-esm/samples-dev/subscriptionsTestInputSample.d.ts.map +1 -0
  104. package/dist-esm/samples-dev/subscriptionsTestInputSample.js +57 -0
  105. package/dist-esm/samples-dev/subscriptionsTestInputSample.js.map +1 -0
  106. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts +2 -0
  107. package/dist-esm/samples-dev/subscriptionsTestOutputSample.d.ts.map +1 -0
  108. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js +53 -0
  109. package/dist-esm/samples-dev/subscriptionsTestOutputSample.js.map +1 -0
  110. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts +2 -0
  111. package/dist-esm/samples-dev/subscriptionsTestQuerySample.d.ts.map +1 -0
  112. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js +78 -0
  113. package/dist-esm/samples-dev/subscriptionsTestQuerySample.js.map +1 -0
  114. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js +14 -6
  115. package/dist-esm/samples-dev/transformationsCreateOrReplaceSample.js.map +1 -1
  116. package/dist-esm/samples-dev/transformationsGetSample.js +12 -4
  117. package/dist-esm/samples-dev/transformationsGetSample.js.map +1 -1
  118. package/dist-esm/samples-dev/transformationsUpdateSample.js +13 -5
  119. package/dist-esm/samples-dev/transformationsUpdateSample.js.map +1 -1
  120. package/dist-esm/src/lroImpl.d.ts +6 -11
  121. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  122. package/dist-esm/src/lroImpl.js +12 -20
  123. package/dist-esm/src/lroImpl.js.map +1 -1
  124. package/dist-esm/src/models/index.d.ts +1320 -469
  125. package/dist-esm/src/models/index.d.ts.map +1 -1
  126. package/dist-esm/src/models/index.js +126 -22
  127. package/dist-esm/src/models/index.js.map +1 -1
  128. package/dist-esm/src/models/mappers.d.ts +108 -42
  129. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  130. package/dist-esm/src/models/mappers.js +3129 -1585
  131. package/dist-esm/src/models/mappers.js.map +1 -1
  132. package/dist-esm/src/models/parameters.d.ts +19 -13
  133. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  134. package/dist-esm/src/models/parameters.js +162 -131
  135. package/dist-esm/src/models/parameters.js.map +1 -1
  136. package/dist-esm/src/operations/clusters.d.ts +4 -4
  137. package/dist-esm/src/operations/clusters.d.ts.map +1 -1
  138. package/dist-esm/src/operations/clusters.js +105 -93
  139. package/dist-esm/src/operations/clusters.js.map +1 -1
  140. package/dist-esm/src/operations/functions.d.ts +2 -2
  141. package/dist-esm/src/operations/functions.d.ts.map +1 -1
  142. package/dist-esm/src/operations/functions.js +64 -60
  143. package/dist-esm/src/operations/functions.js.map +1 -1
  144. package/dist-esm/src/operations/index.d.ts +5 -4
  145. package/dist-esm/src/operations/index.d.ts.map +1 -1
  146. package/dist-esm/src/operations/index.js +5 -4
  147. package/dist-esm/src/operations/index.js.map +1 -1
  148. package/dist-esm/src/operations/inputs.d.ts +2 -2
  149. package/dist-esm/src/operations/inputs.d.ts.map +1 -1
  150. package/dist-esm/src/operations/inputs.js +58 -54
  151. package/dist-esm/src/operations/inputs.js.map +1 -1
  152. package/dist-esm/src/operations/operations.js +9 -9
  153. package/dist-esm/src/operations/outputs.d.ts +2 -2
  154. package/dist-esm/src/operations/outputs.d.ts.map +1 -1
  155. package/dist-esm/src/operations/outputs.js +58 -54
  156. package/dist-esm/src/operations/outputs.js.map +1 -1
  157. package/dist-esm/src/operations/privateEndpoints.d.ts +2 -2
  158. package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -1
  159. package/dist-esm/src/operations/privateEndpoints.js +47 -43
  160. package/dist-esm/src/operations/privateEndpoints.js.map +1 -1
  161. package/dist-esm/src/operations/skuOperations.d.ts +38 -0
  162. package/dist-esm/src/operations/skuOperations.d.ts.map +1 -0
  163. package/dist-esm/src/operations/skuOperations.js +150 -0
  164. package/dist-esm/src/operations/skuOperations.js.map +1 -0
  165. package/dist-esm/src/operations/streamingJobs.d.ts +6 -6
  166. package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -1
  167. package/dist-esm/src/operations/streamingJobs.js +119 -99
  168. package/dist-esm/src/operations/streamingJobs.js.map +1 -1
  169. package/dist-esm/src/operations/subscriptions.d.ts +79 -4
  170. package/dist-esm/src/operations/subscriptions.d.ts.map +1 -1
  171. package/dist-esm/src/operations/subscriptions.js +401 -8
  172. package/dist-esm/src/operations/subscriptions.js.map +1 -1
  173. package/dist-esm/src/operations/transformations.js +22 -22
  174. package/dist-esm/src/operations/transformations.js.map +1 -1
  175. package/dist-esm/src/operationsInterfaces/clusters.d.ts +4 -4
  176. package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -1
  177. package/dist-esm/src/operationsInterfaces/functions.d.ts +2 -2
  178. package/dist-esm/src/operationsInterfaces/functions.d.ts.map +1 -1
  179. package/dist-esm/src/operationsInterfaces/index.d.ts +5 -4
  180. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  181. package/dist-esm/src/operationsInterfaces/index.js +5 -4
  182. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  183. package/dist-esm/src/operationsInterfaces/inputs.d.ts +2 -2
  184. package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +1 -1
  185. package/dist-esm/src/operationsInterfaces/outputs.d.ts +2 -2
  186. package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +1 -1
  187. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +2 -2
  188. package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +1 -1
  189. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts +13 -0
  190. package/dist-esm/src/operationsInterfaces/skuOperations.d.ts.map +1 -0
  191. package/dist-esm/src/operationsInterfaces/skuOperations.js +9 -0
  192. package/dist-esm/src/operationsInterfaces/skuOperations.js.map +1 -0
  193. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +6 -6
  194. package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +1 -1
  195. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +79 -4
  196. package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +1 -1
  197. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +6 -8
  198. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -1
  199. package/dist-esm/src/streamAnalyticsManagementClient.js +12 -41
  200. package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -1
  201. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts +4 -0
  202. package/dist-esm/test/streamanalytics_operations_test.spec.d.ts.map +1 -0
  203. package/dist-esm/test/streamanalytics_operations_test.spec.js +112 -0
  204. package/dist-esm/test/streamanalytics_operations_test.spec.js.map +1 -0
  205. package/package.json +15 -14
  206. package/review/arm-streamanalytics.api.md +614 -55
  207. package/src/lroImpl.ts +31 -23
  208. package/src/models/index.ts +1514 -538
  209. package/src/models/mappers.ts +3649 -1881
  210. package/src/models/parameters.ts +182 -140
  211. package/src/operations/clusters.ts +189 -189
  212. package/src/operations/functions.ts +115 -113
  213. package/src/operations/index.ts +5 -4
  214. package/src/operations/inputs.ts +103 -103
  215. package/src/operations/operations.ts +16 -16
  216. package/src/operations/outputs.ts +103 -103
  217. package/src/operations/privateEndpoints.ts +83 -84
  218. package/src/operations/skuOperations.ts +193 -0
  219. package/src/operations/streamingJobs.ts +208 -215
  220. package/src/operations/subscriptions.ts +551 -13
  221. package/src/operations/transformations.ts +32 -35
  222. package/src/operationsInterfaces/clusters.ts +17 -17
  223. package/src/operationsInterfaces/functions.ts +14 -11
  224. package/src/operationsInterfaces/index.ts +5 -4
  225. package/src/operationsInterfaces/inputs.ts +10 -10
  226. package/src/operationsInterfaces/operations.ts +1 -1
  227. package/src/operationsInterfaces/outputs.ts +10 -10
  228. package/src/operationsInterfaces/privateEndpoints.ts +8 -8
  229. package/src/operationsInterfaces/skuOperations.ts +26 -0
  230. package/src/operationsInterfaces/streamingJobs.ts +22 -22
  231. package/src/operationsInterfaces/subscriptions.ts +151 -5
  232. package/src/operationsInterfaces/transformations.ts +4 -4
  233. package/src/pagingHelper.ts +1 -1
  234. package/src/streamAnalyticsManagementClient.ts +34 -65
  235. package/types/arm-streamanalytics.d.ts +1129 -109
  236. package/dist-esm/test/sampleTest.d.ts +0 -2
  237. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  238. package/dist-esm/test/sampleTest.js +0 -38
  239. 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.1.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
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
- ### Other Changes
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
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Microsoft
3
+ Copyright (c) 2024 Microsoft
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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