@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.
Files changed (240) 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/types/tsdoc-metadata.json +1 -1
  237. package/dist-esm/test/sampleTest.d.ts +0 -2
  238. package/dist-esm/test/sampleTest.d.ts.map +0 -1
  239. package/dist-esm/test/sampleTest.js +0 -38
  240. package/dist-esm/test/sampleTest.js.map +0 -1
@@ -6,9 +6,14 @@
6
6
 
7
7
  import * as coreAuth from '@azure/core-auth';
8
8
  import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
9
10
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
10
- import { PollerLike } from '@azure/core-lro';
11
- import { PollOperationState } from '@azure/core-lro';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export interface AggregateFunctionProperties extends FunctionProperties {
15
+ type: "Aggregate";
16
+ }
12
17
 
13
18
  // @public
14
19
  export type AuthenticationMode = string;
@@ -19,6 +24,15 @@ export interface AvroSerialization extends Serialization {
19
24
  type: "Avro";
20
25
  }
21
26
 
27
+ // @public
28
+ export interface AzureDataExplorerOutputDataSource extends OutputDataSource {
29
+ authenticationMode?: AuthenticationMode;
30
+ cluster?: string;
31
+ database?: string;
32
+ table?: string;
33
+ type: "Microsoft.Kusto/clusters/databases";
34
+ }
35
+
22
36
  // @public
23
37
  export interface AzureDataLakeStoreOutputDataSource extends OutputDataSource {
24
38
  accountName?: string;
@@ -44,37 +58,87 @@ export interface AzureDataLakeStoreOutputDataSourceProperties extends OAuthBased
44
58
  }
45
59
 
46
60
  // @public
47
- export interface AzureMachineLearningWebServiceFunctionBinding extends FunctionBinding {
61
+ export interface AzureFunctionOutputDataSource extends OutputDataSource {
62
+ apiKey?: string;
63
+ functionAppName?: string;
64
+ functionName?: string;
65
+ maxBatchCount?: number;
66
+ maxBatchSize?: number;
67
+ type: "Microsoft.AzureFunction";
68
+ }
69
+
70
+ // @public
71
+ export interface AzureMachineLearningServiceFunctionBinding extends FunctionBinding {
72
+ apiKey?: string;
73
+ batchSize?: number;
74
+ endpoint?: string;
75
+ inputRequestName?: string;
76
+ inputs?: AzureMachineLearningServiceInputColumn[];
77
+ numberOfParallelRequests?: number;
78
+ outputResponseName?: string;
79
+ outputs?: AzureMachineLearningServiceOutputColumn[];
80
+ type: "Microsoft.MachineLearningServices";
81
+ }
82
+
83
+ // @public
84
+ export interface AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
85
+ bindingType: "Microsoft.MachineLearningServices";
86
+ executeEndpoint?: string;
87
+ udfType?: "Scalar";
88
+ }
89
+
90
+ // @public
91
+ export interface AzureMachineLearningServiceInputColumn {
92
+ dataType?: string;
93
+ mapTo?: number;
94
+ name?: string;
95
+ }
96
+
97
+ // @public
98
+ export interface AzureMachineLearningServiceInputs {
99
+ columnNames?: AzureMachineLearningServiceInputColumn[];
100
+ name?: string;
101
+ }
102
+
103
+ // @public
104
+ export interface AzureMachineLearningServiceOutputColumn {
105
+ dataType?: string;
106
+ mapTo?: number;
107
+ name?: string;
108
+ }
109
+
110
+ // @public
111
+ export interface AzureMachineLearningStudioFunctionBinding extends FunctionBinding {
48
112
  apiKey?: string;
49
113
  batchSize?: number;
50
114
  endpoint?: string;
51
- inputs?: AzureMachineLearningWebServiceInputs;
52
- outputs?: AzureMachineLearningWebServiceOutputColumn[];
115
+ inputs?: AzureMachineLearningStudioInputs;
116
+ outputs?: AzureMachineLearningStudioOutputColumn[];
53
117
  type: "Microsoft.MachineLearning/WebService";
54
118
  }
55
119
 
56
120
  // @public
57
- export interface AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
121
+ export interface AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
58
122
  bindingType: "Microsoft.MachineLearning/WebService";
59
123
  executeEndpoint?: string;
60
124
  udfType?: "Scalar";
61
125
  }
62
126
 
63
127
  // @public
64
- export interface AzureMachineLearningWebServiceInputColumn {
128
+ export interface AzureMachineLearningStudioInputColumn {
65
129
  dataType?: string;
66
130
  mapTo?: number;
67
131
  name?: string;
68
132
  }
69
133
 
70
134
  // @public
71
- export interface AzureMachineLearningWebServiceInputs {
72
- columnNames?: AzureMachineLearningWebServiceInputColumn[];
135
+ export interface AzureMachineLearningStudioInputs {
136
+ columnNames?: AzureMachineLearningStudioInputColumn[];
73
137
  name?: string;
74
138
  }
75
139
 
76
140
  // @public
77
- export interface AzureMachineLearningWebServiceOutputColumn {
141
+ export interface AzureMachineLearningStudioOutputColumn {
78
142
  dataType?: string;
79
143
  name?: string;
80
144
  }
@@ -110,6 +174,7 @@ export interface AzureSqlDatabaseOutputDataSourceProperties extends AzureSqlData
110
174
 
111
175
  // @public
112
176
  export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSource {
177
+ authenticationMode?: AuthenticationMode;
113
178
  database?: string;
114
179
  deltaSnapshotQuery?: string;
115
180
  fullSnapshotQuery?: string;
@@ -117,13 +182,13 @@ export interface AzureSqlReferenceInputDataSource extends ReferenceInputDataSour
117
182
  refreshRate?: string;
118
183
  refreshType?: RefreshType;
119
184
  server?: string;
120
- table?: string;
121
185
  type: "Microsoft.Sql/Server/Database";
122
186
  user?: string;
123
187
  }
124
188
 
125
189
  // @public
126
190
  export interface AzureSynapseDataSourceProperties {
191
+ authenticationMode?: AuthenticationMode;
127
192
  database?: string;
128
193
  password?: string;
129
194
  server?: string;
@@ -133,6 +198,7 @@ export interface AzureSynapseDataSourceProperties {
133
198
 
134
199
  // @public
135
200
  export interface AzureSynapseOutputDataSource extends OutputDataSource {
201
+ authenticationMode?: AuthenticationMode;
136
202
  database?: string;
137
203
  password?: string;
138
204
  server?: string;
@@ -159,6 +225,7 @@ export interface AzureTableOutputDataSource extends OutputDataSource {
159
225
 
160
226
  // @public
161
227
  export interface BlobDataSourceProperties {
228
+ authenticationMode?: AuthenticationMode;
162
229
  container?: string;
163
230
  dateFormat?: string;
164
231
  pathPattern?: string;
@@ -169,6 +236,8 @@ export interface BlobDataSourceProperties {
169
236
  // @public
170
237
  export interface BlobOutputDataSource extends OutputDataSource {
171
238
  authenticationMode?: AuthenticationMode;
239
+ blobPathPrefix?: string;
240
+ blobWriteMode?: BlobWriteMode;
172
241
  container?: string;
173
242
  dateFormat?: string;
174
243
  pathPattern?: string;
@@ -179,14 +248,21 @@ export interface BlobOutputDataSource extends OutputDataSource {
179
248
 
180
249
  // @public
181
250
  export interface BlobOutputDataSourceProperties extends BlobDataSourceProperties {
182
- authenticationMode?: AuthenticationMode;
251
+ blobPathPrefix?: string;
252
+ blobWriteMode?: BlobWriteMode;
183
253
  }
184
254
 
185
255
  // @public
186
256
  export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
257
+ authenticationMode?: AuthenticationMode;
258
+ blobName?: string;
187
259
  container?: string;
188
260
  dateFormat?: string;
261
+ deltaPathPattern?: string;
262
+ deltaSnapshotRefreshRate?: string;
263
+ fullSnapshotRefreshRate?: string;
189
264
  pathPattern?: string;
265
+ sourcePartitionCount?: number;
190
266
  storageAccounts?: StorageAccount[];
191
267
  timeFormat?: string;
192
268
  type: "Microsoft.Storage/Blob";
@@ -194,10 +270,16 @@ export interface BlobReferenceInputDataSource extends ReferenceInputDataSource {
194
270
 
195
271
  // @public
196
272
  export interface BlobReferenceInputDataSourceProperties extends BlobDataSourceProperties {
273
+ blobName?: string;
274
+ deltaPathPattern?: string;
275
+ deltaSnapshotRefreshRate?: string;
276
+ fullSnapshotRefreshRate?: string;
277
+ sourcePartitionCount?: number;
197
278
  }
198
279
 
199
280
  // @public
200
281
  export interface BlobStreamInputDataSource extends StreamInputDataSource {
282
+ authenticationMode?: AuthenticationMode;
201
283
  container?: string;
202
284
  dateFormat?: string;
203
285
  pathPattern?: string;
@@ -212,14 +294,13 @@ export interface BlobStreamInputDataSourceProperties extends BlobDataSourcePrope
212
294
  sourcePartitionCount?: number;
213
295
  }
214
296
 
297
+ // @public
298
+ export type BlobWriteMode = string;
299
+
215
300
  // @public
216
301
  export interface Cluster extends TrackedResource {
217
- readonly capacityAllocated?: number;
218
- readonly capacityAssigned?: number;
219
- readonly clusterId?: string;
220
- readonly createdDate?: Date;
221
302
  readonly etag?: string;
222
- readonly provisioningState?: ClusterProvisioningState;
303
+ properties?: ClusterProperties;
223
304
  sku?: ClusterSku;
224
305
  }
225
306
 
@@ -247,16 +328,25 @@ export interface ClusterListResult {
247
328
  readonly value?: Cluster[];
248
329
  }
249
330
 
331
+ // @public
332
+ export interface ClusterProperties {
333
+ readonly capacityAllocated?: number;
334
+ readonly capacityAssigned?: number;
335
+ readonly clusterId?: string;
336
+ readonly createdDate?: Date;
337
+ readonly provisioningState?: ClusterProvisioningState;
338
+ }
339
+
250
340
  // @public
251
341
  export type ClusterProvisioningState = string;
252
342
 
253
343
  // @public
254
344
  export interface Clusters {
255
- beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
345
+ beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateOrUpdateResponse>, ClustersCreateOrUpdateResponse>>;
256
346
  beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<ClustersCreateOrUpdateResponse>;
257
- beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
347
+ beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
258
348
  beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
259
- beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
349
+ beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
260
350
  beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
261
351
  get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
262
352
  listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
@@ -352,6 +442,15 @@ export type ClustersUpdateResponse = Cluster;
352
442
  // @public
353
443
  export type CompatibilityLevel = string;
354
444
 
445
+ // @public
446
+ export interface CompileQuery {
447
+ compatibilityLevel?: CompatibilityLevel;
448
+ functions?: QueryFunction[];
449
+ inputs?: QueryInput[];
450
+ jobType: JobType;
451
+ query: string;
452
+ }
453
+
355
454
  // @public
356
455
  export interface Compression {
357
456
  type: CompressionType;
@@ -363,6 +462,22 @@ export type CompressionType = string;
363
462
  // @public
364
463
  export type ContentStoragePolicy = string;
365
464
 
465
+ // @public
466
+ export interface CSharpFunctionBinding extends FunctionBinding {
467
+ class?: string;
468
+ dllPath?: string;
469
+ method?: string;
470
+ type: "Microsoft.StreamAnalytics/CLRUdf";
471
+ updateMode?: UpdateMode;
472
+ }
473
+
474
+ // @public
475
+ export interface CSharpFunctionRetrieveDefaultDefinitionParameters extends FunctionRetrieveDefaultDefinitionParameters {
476
+ bindingType: "Microsoft.StreamAnalytics/CLRUdf";
477
+ script?: string;
478
+ udfType?: "Scalar";
479
+ }
480
+
366
481
  // @public
367
482
  export interface CsvSerialization extends Serialization {
368
483
  encoding?: Encoding;
@@ -370,6 +485,20 @@ export interface CsvSerialization extends Serialization {
370
485
  type: "Csv";
371
486
  }
372
487
 
488
+ // @public
489
+ export interface CustomClrSerialization extends Serialization {
490
+ serializationClassName?: string;
491
+ serializationDllPath?: string;
492
+ type: "CustomClr";
493
+ }
494
+
495
+ // @public
496
+ export interface DeltaSerialization extends Serialization {
497
+ deltaTablePath?: string;
498
+ partitionColumns?: string[];
499
+ type: "Delta";
500
+ }
501
+
373
502
  // @public
374
503
  export interface DiagnosticCondition {
375
504
  readonly code?: string;
@@ -386,6 +515,7 @@ export interface Diagnostics {
386
515
  export interface DocumentDbOutputDataSource extends OutputDataSource {
387
516
  accountId?: string;
388
517
  accountKey?: string;
518
+ authenticationMode?: AuthenticationMode;
389
519
  collectionNamePattern?: string;
390
520
  database?: string;
391
521
  documentId?: string;
@@ -422,15 +552,29 @@ export interface ErrorResponse {
422
552
  readonly message?: string;
423
553
  }
424
554
 
555
+ // @public
556
+ export type EventGridEventSchemaType = string;
557
+
558
+ // @public
559
+ export interface EventGridStreamInputDataSource extends StreamInputDataSource {
560
+ eventTypes?: string[];
561
+ schema?: EventGridEventSchemaType;
562
+ storageAccounts?: StorageAccount[];
563
+ subscriber?: EventHubV2StreamInputDataSource;
564
+ type: "Microsoft.EventGrid/EventSubscriptions";
565
+ }
566
+
425
567
  // @public
426
568
  export interface EventHubDataSourceProperties extends ServiceBusDataSourceProperties {
427
569
  eventHubName?: string;
570
+ partitionCount?: number;
428
571
  }
429
572
 
430
573
  // @public
431
574
  export interface EventHubOutputDataSource extends OutputDataSource {
432
575
  authenticationMode?: AuthenticationMode;
433
576
  eventHubName?: string;
577
+ partitionCount?: number;
434
578
  partitionKey?: string;
435
579
  propertyColumns?: string[];
436
580
  serviceBusNamespace?: string;
@@ -450,6 +594,8 @@ export interface EventHubStreamInputDataSource extends StreamInputDataSource {
450
594
  authenticationMode?: AuthenticationMode;
451
595
  consumerGroupName?: string;
452
596
  eventHubName?: string;
597
+ partitionCount?: number;
598
+ prefetchCount?: number;
453
599
  serviceBusNamespace?: string;
454
600
  sharedAccessPolicyKey?: string;
455
601
  sharedAccessPolicyName?: string;
@@ -459,12 +605,14 @@ export interface EventHubStreamInputDataSource extends StreamInputDataSource {
459
605
  // @public
460
606
  export interface EventHubStreamInputDataSourceProperties extends EventHubDataSourceProperties {
461
607
  consumerGroupName?: string;
608
+ prefetchCount?: number;
462
609
  }
463
610
 
464
611
  // @public
465
612
  export interface EventHubV2OutputDataSource extends OutputDataSource {
466
613
  authenticationMode?: AuthenticationMode;
467
614
  eventHubName?: string;
615
+ partitionCount?: number;
468
616
  partitionKey?: string;
469
617
  propertyColumns?: string[];
470
618
  serviceBusNamespace?: string;
@@ -478,6 +626,8 @@ export interface EventHubV2StreamInputDataSource extends StreamInputDataSource {
478
626
  authenticationMode?: AuthenticationMode;
479
627
  consumerGroupName?: string;
480
628
  eventHubName?: string;
629
+ partitionCount?: number;
630
+ prefetchCount?: number;
481
631
  serviceBusNamespace?: string;
482
632
  sharedAccessPolicyKey?: string;
483
633
  sharedAccessPolicyName?: string;
@@ -490,13 +640,28 @@ export type EventSerializationType = string;
490
640
  // @public
491
641
  export type EventsOutOfOrderPolicy = string;
492
642
 
643
+ // @public
644
+ interface External_2 {
645
+ container?: string;
646
+ path?: string;
647
+ refreshConfiguration?: RefreshConfiguration;
648
+ storageAccount?: StorageAccount;
649
+ }
650
+ export { External_2 as External }
651
+
652
+ // @public
653
+ export interface FileReferenceInputDataSource extends ReferenceInputDataSource {
654
+ path?: string;
655
+ type: "File";
656
+ }
657
+
493
658
  // @public
494
659
  export interface FunctionBinding {
495
- type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
660
+ type: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
496
661
  }
497
662
 
498
663
  // @public (undocumented)
499
- export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningWebServiceFunctionBinding | JavaScriptFunctionBinding;
664
+ export type FunctionBindingUnion = FunctionBinding | AzureMachineLearningStudioFunctionBinding | JavaScriptFunctionBinding | CSharpFunctionBinding | AzureMachineLearningServiceFunctionBinding;
500
665
 
501
666
  // @public
502
667
  export interface FunctionInput {
@@ -522,24 +687,28 @@ export interface FunctionOutput {
522
687
 
523
688
  // @public
524
689
  export interface FunctionProperties {
690
+ binding?: FunctionBindingUnion;
525
691
  readonly etag?: string;
526
- type: "Scalar";
692
+ // (undocumented)
693
+ inputs?: FunctionInput[];
694
+ output?: FunctionOutput;
695
+ type: "Scalar" | "Aggregate";
527
696
  }
528
697
 
529
698
  // @public (undocumented)
530
- export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties;
699
+ export type FunctionPropertiesUnion = FunctionProperties | ScalarFunctionProperties | AggregateFunctionProperties;
531
700
 
532
701
  // @public
533
702
  export interface FunctionRetrieveDefaultDefinitionParameters {
534
- bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf";
703
+ bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.MachineLearningServices" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf";
535
704
  }
536
705
 
537
706
  // @public (undocumented)
538
- export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters;
707
+ export type FunctionRetrieveDefaultDefinitionParametersUnion = FunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters | AzureMachineLearningServiceFunctionRetrieveDefaultDefinitionParameters | JavaScriptFunctionRetrieveDefaultDefinitionParameters | CSharpFunctionRetrieveDefaultDefinitionParameters;
539
708
 
540
709
  // @public
541
710
  export interface Functions {
542
- beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<PollerLike<PollOperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
711
+ beginTest(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<SimplePollerLike<OperationState<FunctionsTestResponse>, FunctionsTestResponse>>;
543
712
  beginTestAndWait(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsTestOptionalParams): Promise<FunctionsTestResponse>;
544
713
  createOrReplace(resourceGroupName: string, jobName: string, functionName: string, functionParam: FunctionModel, options?: FunctionsCreateOrReplaceOptionalParams): Promise<FunctionsCreateOrReplaceResponse>;
545
714
  delete(resourceGroupName: string, jobName: string, functionName: string, options?: FunctionsDeleteOptionalParams): Promise<void>;
@@ -604,7 +773,7 @@ export type FunctionsRetrieveDefaultDefinitionResponse = FunctionModel;
604
773
 
605
774
  // @public
606
775
  export interface FunctionsTestOptionalParams extends coreClient.OperationOptions {
607
- functionParam?: FunctionModel;
776
+ function?: FunctionModel;
608
777
  resumeFrom?: string;
609
778
  updateIntervalInMs?: number;
610
779
  }
@@ -625,14 +794,60 @@ export interface FunctionsUpdateOptionalParams extends coreClient.OperationOptio
625
794
  // @public
626
795
  export type FunctionsUpdateResponse = FunctionsUpdateHeaders & FunctionModel;
627
796
 
797
+ // @public
798
+ export interface GatewayMessageBusOutputDataSource extends OutputDataSource {
799
+ topic?: string;
800
+ type: "GatewayMessageBus";
801
+ }
802
+
803
+ // @public
804
+ export interface GatewayMessageBusOutputDataSourceProperties extends GatewayMessageBusSourceProperties {
805
+ }
806
+
807
+ // @public
808
+ export interface GatewayMessageBusSourceProperties {
809
+ topic?: string;
810
+ }
811
+
812
+ // @public
813
+ export interface GatewayMessageBusStreamInputDataSource extends StreamInputDataSource {
814
+ topic?: string;
815
+ type: "GatewayMessageBus";
816
+ }
817
+
818
+ // @public
819
+ export interface GatewayMessageBusStreamInputDataSourceProperties extends GatewayMessageBusSourceProperties {
820
+ }
821
+
628
822
  // @public
629
823
  export function getContinuationToken(page: unknown): string | undefined;
630
824
 
825
+ // @public
826
+ export interface GetStreamingJobSkuResult {
827
+ readonly capacity?: SkuCapacity;
828
+ readonly resourceType?: ResourceType;
829
+ readonly sku?: GetStreamingJobSkuResultSku;
830
+ }
831
+
832
+ // @public
833
+ export interface GetStreamingJobSkuResults {
834
+ readonly nextLink?: string;
835
+ value?: GetStreamingJobSkuResult[];
836
+ }
837
+
838
+ // @public
839
+ export interface GetStreamingJobSkuResultSku {
840
+ name?: SkuName;
841
+ }
842
+
631
843
  // @public
632
844
  export interface Identity {
633
- principalId?: string;
634
- tenantId?: string;
845
+ readonly principalId?: string;
846
+ readonly tenantId?: string;
635
847
  type?: string;
848
+ userAssignedIdentities?: {
849
+ [propertyName: string]: Record<string, unknown>;
850
+ };
636
851
  }
637
852
 
638
853
  // @public
@@ -654,6 +869,7 @@ export interface InputProperties {
654
869
  partitionKey?: string;
655
870
  serialization?: SerializationUnion;
656
871
  type: "Stream" | "Reference";
872
+ watermarkSettings?: InputWatermarkProperties;
657
873
  }
658
874
 
659
875
  // @public (undocumented)
@@ -661,7 +877,7 @@ export type InputPropertiesUnion = InputProperties | StreamInputProperties | Ref
661
877
 
662
878
  // @public
663
879
  export interface Inputs {
664
- beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<PollerLike<PollOperationState<InputsTestResponse>, InputsTestResponse>>;
880
+ beginTest(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<SimplePollerLike<OperationState<InputsTestResponse>, InputsTestResponse>>;
665
881
  beginTestAndWait(resourceGroupName: string, jobName: string, inputName: string, options?: InputsTestOptionalParams): Promise<InputsTestResponse>;
666
882
  createOrReplace(resourceGroupName: string, jobName: string, inputName: string, input: Input, options?: InputsCreateOrReplaceOptionalParams): Promise<InputsCreateOrReplaceResponse>;
667
883
  delete(resourceGroupName: string, jobName: string, inputName: string, options?: InputsDeleteOptionalParams): Promise<void>;
@@ -738,6 +954,14 @@ export interface InputsUpdateOptionalParams extends coreClient.OperationOptions
738
954
  // @public
739
955
  export type InputsUpdateResponse = InputsUpdateHeaders & Input;
740
956
 
957
+ // @public
958
+ export type InputWatermarkMode = string;
959
+
960
+ // @public
961
+ export interface InputWatermarkProperties {
962
+ watermarkMode?: InputWatermarkMode;
963
+ }
964
+
741
965
  // @public
742
966
  export interface IoTHubStreamInputDataSource extends StreamInputDataSource {
743
967
  consumerGroupName?: string;
@@ -766,7 +990,6 @@ export type JobState = string;
766
990
 
767
991
  // @public
768
992
  export interface JobStorageAccount extends StorageAccount {
769
- authenticationMode?: AuthenticationMode;
770
993
  }
771
994
 
772
995
  // @public
@@ -789,6 +1012,12 @@ export enum KnownAuthenticationMode {
789
1012
  UserToken = "UserToken"
790
1013
  }
791
1014
 
1015
+ // @public
1016
+ export enum KnownBlobWriteMode {
1017
+ Append = "Append",
1018
+ Once = "Once"
1019
+ }
1020
+
792
1021
  // @public
793
1022
  export enum KnownClusterProvisioningState {
794
1023
  Canceled = "Canceled",
@@ -826,10 +1055,18 @@ export enum KnownEncoding {
826
1055
  UTF8 = "UTF8"
827
1056
  }
828
1057
 
1058
+ // @public
1059
+ export enum KnownEventGridEventSchemaType {
1060
+ CloudEventSchema = "CloudEventSchema",
1061
+ EventGridEventSchema = "EventGridEventSchema"
1062
+ }
1063
+
829
1064
  // @public
830
1065
  export enum KnownEventSerializationType {
831
1066
  Avro = "Avro",
832
1067
  Csv = "Csv",
1068
+ CustomClr = "CustomClr",
1069
+ Delta = "Delta",
833
1070
  Json = "Json",
834
1071
  Parquet = "Parquet"
835
1072
  }
@@ -840,6 +1077,12 @@ export enum KnownEventsOutOfOrderPolicy {
840
1077
  Drop = "Drop"
841
1078
  }
842
1079
 
1080
+ // @public
1081
+ export enum KnownInputWatermarkMode {
1082
+ None = "None",
1083
+ ReadWatermark = "ReadWatermark"
1084
+ }
1085
+
843
1086
  // @public
844
1087
  export enum KnownJobState {
845
1088
  Created = "Created",
@@ -879,6 +1122,23 @@ export enum KnownOutputStartMode {
879
1122
  LastOutputEventTime = "LastOutputEventTime"
880
1123
  }
881
1124
 
1125
+ // @public
1126
+ export enum KnownOutputWatermarkMode {
1127
+ None = "None",
1128
+ SendCurrentPartitionWatermark = "SendCurrentPartitionWatermark",
1129
+ SendLowestWatermarkAcrossPartitions = "SendLowestWatermarkAcrossPartitions"
1130
+ }
1131
+
1132
+ // @public
1133
+ export enum KnownQueryTestingResultStatus {
1134
+ CompilerError = "CompilerError",
1135
+ RuntimeError = "RuntimeError",
1136
+ Started = "Started",
1137
+ Success = "Success",
1138
+ Timeout = "Timeout",
1139
+ UnknownError = "UnknownError"
1140
+ }
1141
+
882
1142
  // @public
883
1143
  export enum KnownRefreshType {
884
1144
  RefreshPeriodicallyWithDelta = "RefreshPeriodicallyWithDelta",
@@ -886,11 +1146,54 @@ export enum KnownRefreshType {
886
1146
  Static = "Static"
887
1147
  }
888
1148
 
1149
+ // @public
1150
+ export enum KnownResourceType {
1151
+ MicrosoftStreamAnalyticsStreamingjobs = "Microsoft.StreamAnalytics/streamingjobs"
1152
+ }
1153
+
1154
+ // @public
1155
+ export enum KnownSampleInputResultStatus {
1156
+ ErrorConnectingToInput = "ErrorConnectingToInput",
1157
+ NoEventsFoundInRange = "NoEventsFoundInRange",
1158
+ ReadAllEventsInRange = "ReadAllEventsInRange"
1159
+ }
1160
+
1161
+ // @public
1162
+ export enum KnownSkuCapacityScaleType {
1163
+ Automatic = "automatic",
1164
+ Manual = "manual",
1165
+ None = "none"
1166
+ }
1167
+
889
1168
  // @public
890
1169
  export enum KnownSkuName {
891
1170
  Standard = "Standard"
892
1171
  }
893
1172
 
1173
+ // @public
1174
+ export enum KnownTestDatasourceResultStatus {
1175
+ TestFailed = "TestFailed",
1176
+ TestSucceeded = "TestSucceeded"
1177
+ }
1178
+
1179
+ // @public
1180
+ export enum KnownUpdatableUdfRefreshType {
1181
+ Blocking = "Blocking",
1182
+ Nonblocking = "Nonblocking"
1183
+ }
1184
+
1185
+ // @public
1186
+ export enum KnownUpdateMode {
1187
+ Refreshable = "Refreshable",
1188
+ Static = "Static"
1189
+ }
1190
+
1191
+ // @public
1192
+ export interface LastOutputEventTimestamp {
1193
+ lastOutputEventTime?: string;
1194
+ lastUpdateTime?: string;
1195
+ }
1196
+
894
1197
  // @public
895
1198
  export interface OAuthBasedDataSourceProperties {
896
1199
  refreshToken?: string;
@@ -943,18 +1246,20 @@ export interface Output extends SubResource {
943
1246
  datasource?: OutputDataSourceUnion;
944
1247
  readonly diagnostics?: Diagnostics;
945
1248
  readonly etag?: string;
1249
+ readonly lastOutputEventTimestamps?: LastOutputEventTimestamp[];
946
1250
  serialization?: SerializationUnion;
947
1251
  sizeWindow?: number;
948
1252
  timeWindow?: string;
1253
+ watermarkSettings?: OutputWatermarkProperties;
949
1254
  }
950
1255
 
951
1256
  // @public
952
1257
  export interface OutputDataSource {
953
- type: "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";
1258
+ type: "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";
954
1259
  }
955
1260
 
956
1261
  // @public (undocumented)
957
- export type OutputDataSourceUnion = OutputDataSource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | DocumentDbOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource;
1262
+ export type OutputDataSourceUnion = OutputDataSource | RawOutputDatasource | BlobOutputDataSource | AzureTableOutputDataSource | EventHubOutputDataSource | EventHubV2OutputDataSource | AzureSqlDatabaseOutputDataSource | AzureSynapseOutputDataSource | PostgreSQLOutputDataSource | DocumentDbOutputDataSource | AzureFunctionOutputDataSource | ServiceBusQueueOutputDataSource | ServiceBusTopicOutputDataSource | PowerBIOutputDataSource | AzureDataLakeStoreOutputDataSource | GatewayMessageBusOutputDataSource | AzureDataExplorerOutputDataSource;
958
1263
 
959
1264
  // @public
960
1265
  export type OutputErrorPolicy = string;
@@ -967,7 +1272,7 @@ export interface OutputListResult {
967
1272
 
968
1273
  // @public
969
1274
  export interface Outputs {
970
- beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<PollerLike<PollOperationState<OutputsTestResponse>, OutputsTestResponse>>;
1275
+ beginTest(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<SimplePollerLike<OperationState<OutputsTestResponse>, OutputsTestResponse>>;
971
1276
  beginTestAndWait(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsTestOptionalParams): Promise<OutputsTestResponse>;
972
1277
  createOrReplace(resourceGroupName: string, jobName: string, outputName: string, output: Output, options?: OutputsCreateOrReplaceOptionalParams): Promise<OutputsCreateOrReplaceResponse>;
973
1278
  delete(resourceGroupName: string, jobName: string, outputName: string, options?: OutputsDeleteOptionalParams): Promise<void>;
@@ -1047,12 +1352,48 @@ export interface OutputsUpdateOptionalParams extends coreClient.OperationOptions
1047
1352
  // @public
1048
1353
  export type OutputsUpdateResponse = OutputsUpdateHeaders & Output;
1049
1354
 
1355
+ // @public
1356
+ export type OutputWatermarkMode = string;
1357
+
1358
+ // @public
1359
+ export interface OutputWatermarkProperties {
1360
+ maxWatermarkDifferenceAcrossPartitions?: string;
1361
+ watermarkMode?: OutputWatermarkMode;
1362
+ }
1363
+
1050
1364
  // @public
1051
1365
  export interface ParquetSerialization extends Serialization {
1052
1366
  properties?: Record<string, unknown>;
1053
1367
  type: "Parquet";
1054
1368
  }
1055
1369
 
1370
+ // @public
1371
+ export interface PostgreSQLDataSourceProperties {
1372
+ authenticationMode?: AuthenticationMode;
1373
+ database?: string;
1374
+ maxWriterCount?: number;
1375
+ password?: string;
1376
+ server?: string;
1377
+ table?: string;
1378
+ user?: string;
1379
+ }
1380
+
1381
+ // @public
1382
+ export interface PostgreSQLOutputDataSource extends OutputDataSource {
1383
+ authenticationMode?: AuthenticationMode;
1384
+ database?: string;
1385
+ maxWriterCount?: number;
1386
+ password?: string;
1387
+ server?: string;
1388
+ table?: string;
1389
+ type: "Microsoft.DBForPostgreSQL/servers/databases";
1390
+ user?: string;
1391
+ }
1392
+
1393
+ // @public
1394
+ export interface PostgreSQLOutputDataSourceProperties extends PostgreSQLDataSourceProperties {
1395
+ }
1396
+
1056
1397
  // @public
1057
1398
  export interface PowerBIOutputDataSource extends OutputDataSource {
1058
1399
  authenticationMode?: AuthenticationMode;
@@ -1077,9 +1418,8 @@ export interface PowerBIOutputDataSourceProperties extends OAuthBasedDataSourceP
1077
1418
 
1078
1419
  // @public
1079
1420
  export interface PrivateEndpoint extends ProxyResource {
1080
- readonly createdDate?: string;
1081
1421
  readonly etag?: string;
1082
- manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
1422
+ properties?: PrivateEndpointProperties;
1083
1423
  }
1084
1424
 
1085
1425
  // @public
@@ -1088,9 +1428,15 @@ export interface PrivateEndpointListResult {
1088
1428
  readonly value?: PrivateEndpoint[];
1089
1429
  }
1090
1430
 
1431
+ // @public
1432
+ export interface PrivateEndpointProperties {
1433
+ readonly createdDate?: string;
1434
+ manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[];
1435
+ }
1436
+
1091
1437
  // @public
1092
1438
  export interface PrivateEndpoints {
1093
- beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1439
+ beginDelete(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1094
1440
  beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsDeleteOptionalParams): Promise<void>;
1095
1441
  createOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointName: string, privateEndpoint: PrivateEndpoint, options?: PrivateEndpointsCreateOrUpdateOptionalParams): Promise<PrivateEndpointsCreateOrUpdateResponse>;
1096
1442
  get(resourceGroupName: string, clusterName: string, privateEndpointName: string, options?: PrivateEndpointsGetOptionalParams): Promise<PrivateEndpointsGetResponse>;
@@ -1152,13 +1498,76 @@ export interface PrivateLinkServiceConnection {
1152
1498
  export interface ProxyResource extends Resource {
1153
1499
  }
1154
1500
 
1501
+ // @public
1502
+ export interface QueryCompilationError {
1503
+ readonly endColumn?: number;
1504
+ readonly endLine?: number;
1505
+ readonly isGlobal?: boolean;
1506
+ readonly message?: string;
1507
+ readonly startColumn?: number;
1508
+ readonly startLine?: number;
1509
+ }
1510
+
1511
+ // @public
1512
+ export interface QueryCompilationResult {
1513
+ readonly errors?: QueryCompilationError[];
1514
+ readonly functions?: string[];
1515
+ readonly inputs?: string[];
1516
+ readonly outputs?: string[];
1517
+ readonly warnings?: string[];
1518
+ }
1519
+
1520
+ // @public
1521
+ export interface QueryFunction {
1522
+ bindingType: string;
1523
+ inputs: FunctionInput[];
1524
+ name: string;
1525
+ output: FunctionOutput;
1526
+ type: string;
1527
+ }
1528
+
1529
+ // @public
1530
+ export interface QueryInput {
1531
+ name: string;
1532
+ type: string;
1533
+ }
1534
+
1535
+ // @public
1536
+ export interface QueryTestingResult extends ErrorModel {
1537
+ readonly outputUri?: string;
1538
+ readonly status?: QueryTestingResultStatus;
1539
+ }
1540
+
1541
+ // @public
1542
+ export type QueryTestingResultStatus = string;
1543
+
1544
+ // @public
1545
+ export interface RawOutputDatasource extends OutputDataSource {
1546
+ payloadUri?: string;
1547
+ type: "Raw";
1548
+ }
1549
+
1550
+ // @public
1551
+ export interface RawReferenceInputDataSource extends ReferenceInputDataSource {
1552
+ payload?: string;
1553
+ payloadUri?: string;
1554
+ type: "Raw";
1555
+ }
1556
+
1557
+ // @public
1558
+ export interface RawStreamInputDataSource extends StreamInputDataSource {
1559
+ payload?: string;
1560
+ payloadUri?: string;
1561
+ type: "Raw";
1562
+ }
1563
+
1155
1564
  // @public
1156
1565
  export interface ReferenceInputDataSource {
1157
- type: "Microsoft.Storage/Blob" | "Microsoft.Sql/Server/Database";
1566
+ type: "File" | "Microsoft.Storage/Blob" | "Raw" | "Microsoft.Sql/Server/Database";
1158
1567
  }
1159
1568
 
1160
1569
  // @public (undocumented)
1161
- export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | BlobReferenceInputDataSource | AzureSqlReferenceInputDataSource;
1570
+ export type ReferenceInputDataSourceUnion = ReferenceInputDataSource | FileReferenceInputDataSource | BlobReferenceInputDataSource | RawReferenceInputDataSource | AzureSqlReferenceInputDataSource;
1162
1571
 
1163
1572
  // @public
1164
1573
  export interface ReferenceInputProperties extends InputProperties {
@@ -1166,6 +1575,15 @@ export interface ReferenceInputProperties extends InputProperties {
1166
1575
  type: "Reference";
1167
1576
  }
1168
1577
 
1578
+ // @public
1579
+ export interface RefreshConfiguration {
1580
+ dateFormat?: string;
1581
+ pathPattern?: string;
1582
+ refreshInterval?: string;
1583
+ refreshType?: UpdatableUdfRefreshType;
1584
+ timeFormat?: string;
1585
+ }
1586
+
1169
1587
  // @public
1170
1588
  export type RefreshType = string;
1171
1589
 
@@ -1182,11 +1600,30 @@ export interface ResourceTestStatus {
1182
1600
  readonly status?: string;
1183
1601
  }
1184
1602
 
1603
+ // @public
1604
+ export type ResourceType = string;
1605
+
1606
+ // @public
1607
+ export interface SampleInput {
1608
+ compatibilityLevel?: string;
1609
+ dataLocale?: string;
1610
+ eventsUri?: string;
1611
+ input?: Input;
1612
+ }
1613
+
1614
+ // @public
1615
+ export interface SampleInputResult extends ErrorModel {
1616
+ readonly diagnostics?: string[];
1617
+ readonly eventsDownloadUrl?: string;
1618
+ readonly lastArrivalTime?: string;
1619
+ readonly status?: SampleInputResultStatus;
1620
+ }
1621
+
1622
+ // @public
1623
+ export type SampleInputResultStatus = string;
1624
+
1185
1625
  // @public
1186
1626
  export interface ScalarFunctionProperties extends FunctionProperties {
1187
- binding?: FunctionBindingUnion;
1188
- inputs?: FunctionInput[];
1189
- output?: FunctionOutput;
1190
1627
  type: "Scalar";
1191
1628
  }
1192
1629
 
@@ -1197,11 +1634,11 @@ export interface ScaleStreamingJobParameters {
1197
1634
 
1198
1635
  // @public
1199
1636
  export interface Serialization {
1200
- type: "Parquet" | "Csv" | "Json" | "Avro";
1637
+ type: "Delta" | "Parquet" | "CustomClr" | "Csv" | "Json" | "Avro";
1201
1638
  }
1202
1639
 
1203
1640
  // @public (undocumented)
1204
- export type SerializationUnion = Serialization | ParquetSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
1641
+ export type SerializationUnion = Serialization | DeltaSerialization | ParquetSerialization | CustomClrSerialization | CsvSerialization | JsonSerialization | AvroSerialization;
1205
1642
 
1206
1643
  // @public
1207
1644
  export interface ServiceBusDataSourceProperties {
@@ -1255,12 +1692,44 @@ export interface ServiceBusTopicOutputDataSourceProperties extends ServiceBusDat
1255
1692
 
1256
1693
  // @public
1257
1694
  export interface Sku {
1695
+ capacity?: number;
1258
1696
  name?: SkuName;
1259
1697
  }
1260
1698
 
1699
+ // @public
1700
+ export interface SkuCapacity {
1701
+ readonly allowedValues?: number[];
1702
+ readonly default?: number;
1703
+ readonly maximum?: number;
1704
+ readonly minimum?: number;
1705
+ readonly scaleType?: SkuCapacityScaleType;
1706
+ }
1707
+
1708
+ // @public
1709
+ export type SkuCapacityScaleType = string;
1710
+
1711
+ // @public
1712
+ export interface SkuListNextOptionalParams extends coreClient.OperationOptions {
1713
+ }
1714
+
1715
+ // @public
1716
+ export type SkuListNextResponse = GetStreamingJobSkuResults;
1717
+
1718
+ // @public
1719
+ export interface SkuListOptionalParams extends coreClient.OperationOptions {
1720
+ }
1721
+
1722
+ // @public
1723
+ export type SkuListResponse = GetStreamingJobSkuResults;
1724
+
1261
1725
  // @public
1262
1726
  export type SkuName = string;
1263
1727
 
1728
+ // @public
1729
+ export interface SkuOperations {
1730
+ list(resourceGroupName: string, jobName: string, options?: SkuListOptionalParams): PagedAsyncIterableIterator<GetStreamingJobSkuResult>;
1731
+ }
1732
+
1264
1733
  // @public
1265
1734
  export interface StartStreamingJobParameters {
1266
1735
  outputStartMode?: OutputStartMode;
@@ -1271,6 +1740,7 @@ export interface StartStreamingJobParameters {
1271
1740
  export interface StorageAccount {
1272
1741
  accountKey?: string;
1273
1742
  accountName?: string;
1743
+ authenticationMode?: AuthenticationMode;
1274
1744
  }
1275
1745
 
1276
1746
  // @public (undocumented)
@@ -1279,8 +1749,6 @@ export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
1279
1749
  $host: string;
1280
1750
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: StreamAnalyticsManagementClientOptionalParams);
1281
1751
  // (undocumented)
1282
- apiVersion: string;
1283
- // (undocumented)
1284
1752
  clusters: Clusters;
1285
1753
  // (undocumented)
1286
1754
  functions: Functions;
@@ -1293,6 +1761,8 @@ export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
1293
1761
  // (undocumented)
1294
1762
  privateEndpoints: PrivateEndpoints;
1295
1763
  // (undocumented)
1764
+ skuOperations: SkuOperations;
1765
+ // (undocumented)
1296
1766
  streamingJobs: StreamingJobs;
1297
1767
  // (undocumented)
1298
1768
  subscriptionId: string;
@@ -1305,7 +1775,6 @@ export class StreamAnalyticsManagementClient extends coreClient.ServiceClient {
1305
1775
  // @public
1306
1776
  export interface StreamAnalyticsManagementClientOptionalParams extends coreClient.ServiceClientOptions {
1307
1777
  $host?: string;
1308
- apiVersion?: string;
1309
1778
  endpoint?: string;
1310
1779
  }
1311
1780
 
@@ -1320,6 +1789,7 @@ export interface StreamingJob extends TrackedResource {
1320
1789
  eventsLateArrivalMaxDelayInSeconds?: number;
1321
1790
  eventsOutOfOrderMaxDelayInSeconds?: number;
1322
1791
  eventsOutOfOrderPolicy?: EventsOutOfOrderPolicy;
1792
+ externals?: External_2;
1323
1793
  functions?: FunctionModel[];
1324
1794
  identity?: Identity;
1325
1795
  inputs?: Input[];
@@ -1334,6 +1804,7 @@ export interface StreamingJob extends TrackedResource {
1334
1804
  outputStartTime?: Date;
1335
1805
  readonly provisioningState?: string;
1336
1806
  sku?: Sku;
1807
+ skuPropertiesSku?: Sku;
1337
1808
  transformation?: Transformation;
1338
1809
  }
1339
1810
 
@@ -1345,15 +1816,15 @@ export interface StreamingJobListResult {
1345
1816
 
1346
1817
  // @public
1347
1818
  export interface StreamingJobs {
1348
- beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<PollerLike<PollOperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
1819
+ beginCreateOrReplace(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<StreamingJobsCreateOrReplaceResponse>, StreamingJobsCreateOrReplaceResponse>>;
1349
1820
  beginCreateOrReplaceAndWait(resourceGroupName: string, jobName: string, streamingJob: StreamingJob, options?: StreamingJobsCreateOrReplaceOptionalParams): Promise<StreamingJobsCreateOrReplaceResponse>;
1350
- beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1821
+ beginDelete(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1351
1822
  beginDeleteAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsDeleteOptionalParams): Promise<void>;
1352
- beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1823
+ beginScale(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1353
1824
  beginScaleAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsScaleOptionalParams): Promise<void>;
1354
- beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1825
+ beginStart(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1355
1826
  beginStartAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStartOptionalParams): Promise<void>;
1356
- beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1827
+ beginStop(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1357
1828
  beginStopAndWait(resourceGroupName: string, jobName: string, options?: StreamingJobsStopOptionalParams): Promise<void>;
1358
1829
  get(resourceGroupName: string, jobName: string, options?: StreamingJobsGetOptionalParams): Promise<StreamingJobsGetResponse>;
1359
1830
  list(options?: StreamingJobsListOptionalParams): PagedAsyncIterableIterator<StreamingJob>;
@@ -1461,11 +1932,11 @@ export type StreamingJobsUpdateResponse = StreamingJobsUpdateHeaders & Streaming
1461
1932
 
1462
1933
  // @public
1463
1934
  export interface StreamInputDataSource {
1464
- type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs";
1935
+ type: "Microsoft.Storage/Blob" | "Microsoft.ServiceBus/EventHub" | "Microsoft.EventHub/EventHub" | "Microsoft.Devices/IotHubs" | "Raw" | "GatewayMessageBus" | "Microsoft.EventGrid/EventSubscriptions";
1465
1936
  }
1466
1937
 
1467
1938
  // @public (undocumented)
1468
- export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource;
1939
+ export type StreamInputDataSourceUnion = StreamInputDataSource | BlobStreamInputDataSource | EventHubStreamInputDataSource | EventHubV2StreamInputDataSource | IoTHubStreamInputDataSource | RawStreamInputDataSource | GatewayMessageBusStreamInputDataSource | EventGridStreamInputDataSource;
1469
1940
 
1470
1941
  // @public
1471
1942
  export interface StreamInputProperties extends InputProperties {
@@ -1493,9 +1964,25 @@ export interface SubscriptionQuotasListResult {
1493
1964
 
1494
1965
  // @public
1495
1966
  export interface Subscriptions {
1967
+ beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsSampleInputResponse>, SubscriptionsSampleInputResponse>>;
1968
+ beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SubscriptionsSampleInputResponse>;
1969
+ beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestInputResponse>, SubscriptionsTestInputResponse>>;
1970
+ beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SubscriptionsTestInputResponse>;
1971
+ beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestOutputResponse>, SubscriptionsTestOutputResponse>>;
1972
+ beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SubscriptionsTestOutputResponse>;
1973
+ beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<SubscriptionsTestQueryResponse>, SubscriptionsTestQueryResponse>>;
1974
+ beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SubscriptionsTestQueryResponse>;
1975
+ compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<SubscriptionsCompileQueryResponse>;
1496
1976
  listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionsListQuotasResponse>;
1497
1977
  }
1498
1978
 
1979
+ // @public
1980
+ export interface SubscriptionsCompileQueryOptionalParams extends coreClient.OperationOptions {
1981
+ }
1982
+
1983
+ // @public
1984
+ export type SubscriptionsCompileQueryResponse = QueryCompilationResult;
1985
+
1499
1986
  // @public
1500
1987
  export interface SubscriptionsListQuotasOptionalParams extends coreClient.OperationOptions {
1501
1988
  }
@@ -1503,6 +1990,72 @@ export interface SubscriptionsListQuotasOptionalParams extends coreClient.Operat
1503
1990
  // @public
1504
1991
  export type SubscriptionsListQuotasResponse = SubscriptionQuotasListResult;
1505
1992
 
1993
+ // @public
1994
+ export interface SubscriptionsSampleInputOptionalParams extends coreClient.OperationOptions {
1995
+ resumeFrom?: string;
1996
+ updateIntervalInMs?: number;
1997
+ }
1998
+
1999
+ // @public
2000
+ export type SubscriptionsSampleInputResponse = SampleInputResult;
2001
+
2002
+ // @public
2003
+ export interface SubscriptionsTestInputOptionalParams extends coreClient.OperationOptions {
2004
+ resumeFrom?: string;
2005
+ updateIntervalInMs?: number;
2006
+ }
2007
+
2008
+ // @public
2009
+ export type SubscriptionsTestInputResponse = TestDatasourceResult;
2010
+
2011
+ // @public
2012
+ export interface SubscriptionsTestOutputOptionalParams extends coreClient.OperationOptions {
2013
+ resumeFrom?: string;
2014
+ updateIntervalInMs?: number;
2015
+ }
2016
+
2017
+ // @public
2018
+ export type SubscriptionsTestOutputResponse = TestDatasourceResult;
2019
+
2020
+ // @public
2021
+ export interface SubscriptionsTestQueryOptionalParams extends coreClient.OperationOptions {
2022
+ resumeFrom?: string;
2023
+ updateIntervalInMs?: number;
2024
+ }
2025
+
2026
+ // @public
2027
+ export type SubscriptionsTestQueryResponse = QueryTestingResult;
2028
+
2029
+ // @public
2030
+ export interface TestDatasourceResult extends ErrorModel {
2031
+ readonly status?: TestDatasourceResultStatus;
2032
+ }
2033
+
2034
+ // @public
2035
+ export type TestDatasourceResultStatus = string;
2036
+
2037
+ // @public
2038
+ export interface TestInput {
2039
+ input: Input;
2040
+ }
2041
+
2042
+ // @public
2043
+ export interface TestOutput {
2044
+ output: Output;
2045
+ }
2046
+
2047
+ // @public
2048
+ export interface TestQuery {
2049
+ diagnostics?: TestQueryDiagnostics;
2050
+ streamingJob: StreamingJob;
2051
+ }
2052
+
2053
+ // @public
2054
+ export interface TestQueryDiagnostics {
2055
+ path?: string;
2056
+ writeUri: string;
2057
+ }
2058
+
1506
2059
  // @public
1507
2060
  export interface TrackedResource extends Resource {
1508
2061
  location?: string;
@@ -1565,6 +2118,12 @@ export interface TransformationsUpdateOptionalParams extends coreClient.Operatio
1565
2118
  // @public
1566
2119
  export type TransformationsUpdateResponse = TransformationsUpdateHeaders & Transformation;
1567
2120
 
2121
+ // @public
2122
+ export type UpdatableUdfRefreshType = string;
2123
+
2124
+ // @public
2125
+ export type UpdateMode = string;
2126
+
1568
2127
  // (No @packageDocumentation comment for this package)
1569
2128
 
1570
2129
  ```