@azure/arm-streamanalytics 4.0.2-alpha.20221215.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.md +61 -10
  2. package/dist/index.js +292 -99
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/src/index.d.ts +1 -0
  7. package/dist-esm/src/index.d.ts.map +1 -1
  8. package/dist-esm/src/index.js +1 -0
  9. package/dist-esm/src/index.js.map +1 -1
  10. package/dist-esm/src/models/index.d.ts +132 -108
  11. package/dist-esm/src/models/index.d.ts.map +1 -1
  12. package/dist-esm/src/models/index.js +30 -0
  13. package/dist-esm/src/models/index.js.map +1 -1
  14. package/dist-esm/src/operations/clusters.d.ts.map +1 -1
  15. package/dist-esm/src/operations/clusters.js +55 -24
  16. package/dist-esm/src/operations/clusters.js.map +1 -1
  17. package/dist-esm/src/operations/functions.d.ts.map +1 -1
  18. package/dist-esm/src/operations/functions.js +19 -8
  19. package/dist-esm/src/operations/functions.js.map +1 -1
  20. package/dist-esm/src/operations/inputs.d.ts.map +1 -1
  21. package/dist-esm/src/operations/inputs.js +19 -8
  22. package/dist-esm/src/operations/inputs.js.map +1 -1
  23. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  24. package/dist-esm/src/operations/operations.js +19 -8
  25. package/dist-esm/src/operations/operations.js.map +1 -1
  26. package/dist-esm/src/operations/outputs.d.ts.map +1 -1
  27. package/dist-esm/src/operations/outputs.js +19 -8
  28. package/dist-esm/src/operations/outputs.js.map +1 -1
  29. package/dist-esm/src/operations/privateEndpoints.d.ts.map +1 -1
  30. package/dist-esm/src/operations/privateEndpoints.js +19 -8
  31. package/dist-esm/src/operations/privateEndpoints.js.map +1 -1
  32. package/dist-esm/src/operations/streamingJobs.d.ts.map +1 -1
  33. package/dist-esm/src/operations/streamingJobs.js +37 -16
  34. package/dist-esm/src/operations/streamingJobs.js.map +1 -1
  35. package/dist-esm/src/pagingHelper.d.ts +13 -0
  36. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  37. package/dist-esm/src/pagingHelper.js +32 -0
  38. package/dist-esm/src/pagingHelper.js.map +1 -0
  39. package/dist-esm/src/streamAnalyticsManagementClient.d.ts +2 -0
  40. package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +1 -1
  41. package/dist-esm/src/streamAnalyticsManagementClient.js +49 -18
  42. package/dist-esm/src/streamAnalyticsManagementClient.js.map +1 -1
  43. package/dist-esm/test/sampleTest.js +11 -13
  44. package/dist-esm/test/sampleTest.js.map +1 -1
  45. package/package.json +12 -8
  46. package/review/arm-streamanalytics.api.md +235 -263
  47. package/src/index.ts +1 -0
  48. package/src/models/index.ts +149 -118
  49. package/src/operations/clusters.ts +71 -32
  50. package/src/operations/functions.ts +27 -14
  51. package/src/operations/inputs.ts +27 -14
  52. package/src/operations/operations.ts +21 -9
  53. package/src/operations/outputs.ts +27 -14
  54. package/src/operations/privateEndpoints.ts +27 -14
  55. package/src/operations/streamingJobs.ts +46 -19
  56. package/src/pagingHelper.ts +39 -0
  57. package/src/streamAnalyticsManagementClient.ts +60 -20
  58. package/types/arm-streamanalytics.d.ts +143 -108
package/CHANGELOG.md CHANGED
@@ -1,15 +1,66 @@
1
1
  # Release History
2
+
3
+ ## 4.1.0 (2022-12-13)
4
+
5
+ **Features**
2
6
 
3
- ## 4.0.2 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
7
+ - Added Interface AvroSerialization
8
+ - Added Interface AzureDataLakeStoreOutputDataSource
9
+ - Added Interface AzureDataLakeStoreOutputDataSourceProperties
10
+ - Added Interface AzureMachineLearningWebServiceFunctionBinding
11
+ - Added Interface AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
12
+ - Added Interface AzureSqlDatabaseOutputDataSource
13
+ - Added Interface AzureSqlDatabaseOutputDataSourceProperties
14
+ - Added Interface AzureSqlReferenceInputDataSource
15
+ - Added Interface AzureSynapseOutputDataSource
16
+ - Added Interface AzureSynapseOutputDataSourceProperties
17
+ - Added Interface AzureTableOutputDataSource
18
+ - Added Interface BlobOutputDataSource
19
+ - Added Interface BlobOutputDataSourceProperties
20
+ - Added Interface BlobReferenceInputDataSource
21
+ - Added Interface BlobReferenceInputDataSourceProperties
22
+ - Added Interface BlobStreamInputDataSource
23
+ - Added Interface BlobStreamInputDataSourceProperties
24
+ - Added Interface Cluster
25
+ - Added Interface CsvSerialization
26
+ - Added Interface DocumentDbOutputDataSource
27
+ - Added Interface EventHubDataSourceProperties
28
+ - Added Interface EventHubOutputDataSource
29
+ - Added Interface EventHubOutputDataSourceProperties
30
+ - Added Interface EventHubStreamInputDataSource
31
+ - Added Interface EventHubStreamInputDataSourceProperties
32
+ - Added Interface EventHubV2OutputDataSource
33
+ - Added Interface EventHubV2StreamInputDataSource
34
+ - Added Interface FunctionModel
35
+ - Added Interface Input
36
+ - Added Interface IoTHubStreamInputDataSource
37
+ - Added Interface JavaScriptFunctionBinding
38
+ - Added Interface JavaScriptFunctionRetrieveDefaultDefinitionParameters
39
+ - Added Interface JobStorageAccount
40
+ - Added Interface JsonSerialization
41
+ - Added Interface Output
42
+ - Added Interface ParquetSerialization
43
+ - Added Interface PowerBIOutputDataSource
44
+ - Added Interface PowerBIOutputDataSourceProperties
45
+ - Added Interface PrivateEndpoint
46
+ - Added Interface ProxyResource
47
+ - Added Interface ReferenceInputProperties
48
+ - Added Interface ScalarFunctionProperties
49
+ - Added Interface ServiceBusQueueOutputDataSource
50
+ - Added Interface ServiceBusQueueOutputDataSourceProperties
51
+ - Added Interface ServiceBusTopicOutputDataSource
52
+ - Added Interface ServiceBusTopicOutputDataSourceProperties
53
+ - Added Interface StreamingJob
54
+ - Added Interface StreamInputProperties
55
+ - Added Interface SubscriptionQuota
56
+ - Added Interface TrackedResource
57
+ - Added Interface Transformation
58
+ - Interface FunctionsListByStreamingJobNextOptionalParams no longer has parameter select
59
+ - Interface InputsListByStreamingJobNextOptionalParams no longer has parameter select
60
+ - Interface OutputsListByStreamingJobNextOptionalParams no longer has parameter select
61
+ - Interface StreamingJobsListByResourceGroupNextOptionalParams no longer has parameter expand
62
+ - Interface StreamingJobsListNextOptionalParams no longer has parameter expand
63
+
13
64
  ## 4.0.1 (2022-05-05)
14
65
 
15
66
  **Features**