@azure/arm-streamanalytics 3.0.0-beta.1 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{LICENSE → LICENSE.txt} +1 -1
- package/README.md +84 -66
- package/dist/arm-streamanalytics.js +7772 -0
- package/dist/arm-streamanalytics.js.map +1 -0
- package/dist/arm-streamanalytics.min.js +1 -0
- package/dist/arm-streamanalytics.min.js.map +1 -0
- package/esm/models/clustersMappers.d.ts +2 -0
- package/esm/models/clustersMappers.d.ts.map +1 -0
- package/esm/models/clustersMappers.js +9 -0
- package/esm/models/clustersMappers.js.map +1 -0
- package/esm/models/functionsMappers.d.ts +2 -0
- package/esm/models/functionsMappers.d.ts.map +1 -0
- package/esm/models/functionsMappers.js +9 -0
- package/esm/models/functionsMappers.js.map +1 -0
- package/esm/models/index.d.ts +4514 -0
- package/esm/models/index.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces/inputs.js → esm/models/index.js} +1 -2
- package/esm/models/index.js.map +1 -0
- package/esm/models/inputsMappers.d.ts +2 -0
- package/esm/models/inputsMappers.d.ts.map +1 -0
- package/esm/models/inputsMappers.js +9 -0
- package/esm/models/inputsMappers.js.map +1 -0
- package/esm/models/mappers.d.ts +185 -0
- package/esm/models/mappers.d.ts.map +1 -0
- package/{dist-esm/src → esm}/models/mappers.js +2184 -2272
- package/esm/models/mappers.js.map +1 -0
- package/esm/models/operationsMappers.d.ts +2 -0
- package/esm/models/operationsMappers.d.ts.map +1 -0
- package/esm/models/operationsMappers.js +9 -0
- package/esm/models/operationsMappers.js.map +1 -0
- package/esm/models/outputsMappers.d.ts +2 -0
- package/esm/models/outputsMappers.d.ts.map +1 -0
- package/esm/models/outputsMappers.js +9 -0
- package/esm/models/outputsMappers.js.map +1 -0
- package/esm/models/parameters.d.ts +20 -0
- package/esm/models/parameters.d.ts.map +1 -0
- package/esm/models/parameters.js +216 -0
- package/esm/models/parameters.js.map +1 -0
- package/esm/models/privateEndpointsMappers.d.ts +2 -0
- package/esm/models/privateEndpointsMappers.d.ts.map +1 -0
- package/esm/models/privateEndpointsMappers.js +9 -0
- package/esm/models/privateEndpointsMappers.js.map +1 -0
- package/esm/models/streamingJobsMappers.d.ts +2 -0
- package/esm/models/streamingJobsMappers.d.ts.map +1 -0
- package/esm/models/streamingJobsMappers.js +9 -0
- package/esm/models/streamingJobsMappers.js.map +1 -0
- package/esm/models/subscriptionsMappers.d.ts +2 -0
- package/esm/models/subscriptionsMappers.d.ts.map +1 -0
- package/esm/models/subscriptionsMappers.js +9 -0
- package/esm/models/subscriptionsMappers.js.map +1 -0
- package/esm/models/transformationsMappers.d.ts +2 -0
- package/esm/models/transformationsMappers.d.ts.map +1 -0
- package/esm/models/transformationsMappers.js +9 -0
- package/esm/models/transformationsMappers.js.map +1 -0
- package/esm/operations/clusters.d.ts +201 -0
- package/esm/operations/clusters.d.ts.map +1 -0
- package/esm/operations/clusters.js +406 -0
- package/esm/operations/clusters.js.map +1 -0
- package/esm/operations/functions.d.ts +215 -0
- package/esm/operations/functions.d.ts.map +1 -0
- package/esm/operations/functions.js +348 -0
- package/esm/operations/functions.js.map +1 -0
- package/{dist-esm/src → esm}/operations/index.d.ts +0 -0
- package/esm/operations/index.d.ts.map +1 -0
- package/{dist-esm/src/operationsInterfaces → esm/operations}/index.js +2 -1
- package/esm/operations/index.js.map +1 -0
- package/esm/operations/inputs.d.ts +189 -0
- package/esm/operations/inputs.d.ts.map +1 -0
- package/esm/operations/inputs.js +306 -0
- package/esm/operations/inputs.js.map +1 -0
- package/esm/operations/operations.d.ts +46 -0
- package/esm/operations/operations.d.ts.map +1 -0
- package/esm/operations/operations.js +79 -0
- package/esm/operations/operations.js.map +1 -0
- package/esm/operations/outputs.d.ts +189 -0
- package/esm/operations/outputs.d.ts.map +1 -0
- package/esm/operations/outputs.js +306 -0
- package/esm/operations/outputs.js.map +1 -0
- package/esm/operations/privateEndpoints.d.ts +125 -0
- package/esm/operations/privateEndpoints.d.ts.map +1 -0
- package/esm/operations/privateEndpoints.js +216 -0
- package/esm/operations/privateEndpoints.js.map +1 -0
- package/esm/operations/streamingJobs.d.ts +210 -0
- package/esm/operations/streamingJobs.d.ts.map +1 -0
- package/esm/operations/streamingJobs.js +440 -0
- package/esm/operations/streamingJobs.js.map +1 -0
- package/esm/operations/subscriptions.d.ts +138 -0
- package/esm/operations/subscriptions.d.ts.map +1 -0
- package/esm/operations/subscriptions.js +311 -0
- package/esm/operations/subscriptions.js.map +1 -0
- package/esm/operations/transformations.d.ts +106 -0
- package/esm/operations/transformations.d.ts.map +1 -0
- package/esm/operations/transformations.js +149 -0
- package/esm/operations/transformations.js.map +1 -0
- package/esm/streamAnalyticsManagementClient.d.ts +32 -0
- package/esm/streamAnalyticsManagementClient.d.ts.map +1 -0
- package/esm/streamAnalyticsManagementClient.js +45 -0
- package/esm/streamAnalyticsManagementClient.js.map +1 -0
- package/esm/streamAnalyticsManagementClientContext.d.ts +21 -0
- package/esm/streamAnalyticsManagementClientContext.d.ts.map +1 -0
- package/esm/streamAnalyticsManagementClientContext.js +59 -0
- package/esm/streamAnalyticsManagementClientContext.js.map +1 -0
- package/package.json +32 -64
- package/rollup.config.js +30 -181
- package/src/models/clustersMappers.ts +96 -0
- package/src/models/functionsMappers.ts +104 -0
- package/src/models/index.ts +4273 -2134
- package/src/models/inputsMappers.ts +99 -0
- package/src/models/mappers.ts +2193 -2349
- package/{dist-esm/src/operationsInterfaces/operations.js → src/models/operationsMappers.ts} +13 -2
- package/src/models/outputsMappers.ts +99 -0
- package/src/models/parameters.ts +92 -218
- package/src/models/privateEndpointsMappers.ts +94 -0
- package/src/models/streamingJobsMappers.ts +98 -0
- package/src/models/subscriptionsMappers.ts +104 -0
- package/src/models/transformationsMappers.ts +96 -0
- package/src/operations/clusters.ts +390 -637
- package/src/operations/functions.ts +372 -363
- package/src/operations/index.ts +2 -1
- package/src/operations/inputs.ts +323 -334
- package/src/operations/operations.ts +70 -82
- package/src/operations/outputs.ts +322 -334
- package/src/operations/privateEndpoints.ts +206 -273
- package/src/operations/streamingJobs.ts +410 -596
- package/src/operations/subscriptions.ts +282 -466
- package/src/operations/transformations.ts +159 -101
- package/src/streamAnalyticsManagementClient.ts +47 -52
- package/src/streamAnalyticsManagementClientContext.ts +40 -43
- package/tsconfig.json +3 -3
- package/CHANGELOG.md +0 -14
- package/dist/index.js +0 -8017
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -16
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -2307
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -152
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -194
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -39
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -287
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts +0 -137
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -627
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/functions.d.ts +0 -107
- package/dist-esm/src/operations/functions.d.ts.map +0 -1
- package/dist-esm/src/operations/functions.js +0 -416
- package/dist-esm/src/operations/functions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -17
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/inputs.d.ts +0 -94
- package/dist-esm/src/operations/inputs.d.ts.map +0 -1
- package/dist-esm/src/operations/inputs.js +0 -377
- package/dist-esm/src/operations/inputs.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -120
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/outputs.d.ts +0 -95
- package/dist-esm/src/operations/outputs.d.ts.map +0 -1
- package/dist-esm/src/operations/outputs.js +0 -378
- package/dist-esm/src/operations/outputs.js.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.d.ts +0 -73
- package/dist-esm/src/operations/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpoints.js +0 -295
- package/dist-esm/src/operations/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operations/streamingJobs.d.ts +0 -137
- package/dist-esm/src/operations/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operations/streamingJobs.js +0 -619
- package/dist-esm/src/operations/streamingJobs.js.map +0 -1
- package/dist-esm/src/operations/subscriptions.d.ts +0 -96
- package/dist-esm/src/operations/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/subscriptions.js +0 -422
- package/dist-esm/src/operations/subscriptions.js.map +0 -1
- package/dist-esm/src/operations/transformations.d.ts +0 -46
- package/dist-esm/src/operations/transformations.d.ts.map +0 -1
- package/dist-esm/src/operations/transformations.js +0 -160
- package/dist-esm/src/operations/transformations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +0 -84
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js +0 -9
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.d.ts +0 -82
- package/dist-esm/src/operationsInterfaces/functions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/functions.js +0 -9
- package/dist-esm/src/operationsInterfaces/functions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.d.ts +0 -69
- package/dist-esm/src/operationsInterfaces/inputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/inputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.d.ts +0 -70
- package/dist-esm/src/operationsInterfaces/outputs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/outputs.js +0 -9
- package/dist-esm/src/operationsInterfaces/outputs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts +0 -48
- package/dist-esm/src/operationsInterfaces/privateEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js +0 -9
- package/dist-esm/src/operationsInterfaces/privateEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts +0 -101
- package/dist-esm/src/operationsInterfaces/streamingJobs.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/streamingJobs.js +0 -9
- package/dist-esm/src/operationsInterfaces/streamingJobs.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts +0 -88
- package/dist-esm/src/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/subscriptions.js +0 -9
- package/dist-esm/src/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/transformations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/transformations.js +0 -9
- package/dist-esm/src/operationsInterfaces/transformations.js.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts +0 -23
- package/dist-esm/src/streamAnalyticsManagementClient.d.ts.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClient.js +0 -30
- package/dist-esm/src/streamAnalyticsManagementClient.js.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts +0 -15
- package/dist-esm/src/streamAnalyticsManagementClientContext.d.ts.map +0 -1
- package/dist-esm/src/streamAnalyticsManagementClientContext.js +0 -48
- package/dist-esm/src/streamAnalyticsManagementClientContext.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -40
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-streamanalytics.api.md +0 -1865
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -34
- package/src/operationsInterfaces/clusters.ts +0 -157
- package/src/operationsInterfaces/functions.ts +0 -148
- package/src/operationsInterfaces/index.ts +0 -17
- package/src/operationsInterfaces/inputs.ts +0 -128
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/outputs.ts +0 -129
- package/src/operationsInterfaces/privateEndpoints.ts +0 -90
- package/src/operationsInterfaces/streamingJobs.ts +0 -176
- package/src/operationsInterfaces/subscriptions.ts +0 -173
- package/src/operationsInterfaces/transformations.ts +0 -71
- package/types/arm-streamanalytics.d.ts +0 -3207
- package/types/tsdoc-metadata.json +0 -11
|
@@ -5,5 +5,16 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
discriminators,
|
|
11
|
+
ErrorDetails,
|
|
12
|
+
ErrorError,
|
|
13
|
+
ErrorModel,
|
|
14
|
+
Operation,
|
|
15
|
+
OperationDisplay,
|
|
16
|
+
OperationListResult,
|
|
17
|
+
QueryTestingResult,
|
|
18
|
+
SampleInputResult,
|
|
19
|
+
TestDatasourceResult
|
|
20
|
+
} from "../models/mappers";
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
discriminators,
|
|
11
|
+
AggregateFunctionProperties,
|
|
12
|
+
AvroSerialization,
|
|
13
|
+
AzureDataLakeStoreOutputDataSource,
|
|
14
|
+
AzureFunctionOutputDataSource,
|
|
15
|
+
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
+
AzureMachineLearningServiceInputColumn,
|
|
17
|
+
AzureMachineLearningServiceOutputColumn,
|
|
18
|
+
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
+
AzureMachineLearningStudioInputColumn,
|
|
20
|
+
AzureMachineLearningStudioInputs,
|
|
21
|
+
AzureMachineLearningStudioOutputColumn,
|
|
22
|
+
AzureSqlDatabaseOutputDataSource,
|
|
23
|
+
AzureSqlReferenceInputDataSource,
|
|
24
|
+
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
+
AzureSynapseOutputDataSource,
|
|
26
|
+
AzureTableOutputDataSource,
|
|
27
|
+
BaseResource,
|
|
28
|
+
BlobOutputDataSource,
|
|
29
|
+
BlobReferenceInputDataSource,
|
|
30
|
+
BlobStreamInputDataSource,
|
|
31
|
+
Cluster,
|
|
32
|
+
ClusterInfo,
|
|
33
|
+
ClusterProperties,
|
|
34
|
+
ClusterSku,
|
|
35
|
+
Compression,
|
|
36
|
+
CSharpFunctionBinding,
|
|
37
|
+
CsvSerialization,
|
|
38
|
+
CustomClrSerialization,
|
|
39
|
+
DiagnosticCondition,
|
|
40
|
+
Diagnostics,
|
|
41
|
+
DocumentDbOutputDataSource,
|
|
42
|
+
ErrorDetails,
|
|
43
|
+
ErrorError,
|
|
44
|
+
ErrorModel,
|
|
45
|
+
ErrorResponse,
|
|
46
|
+
EventHubOutputDataSource,
|
|
47
|
+
EventHubStreamInputDataSource,
|
|
48
|
+
EventHubV2OutputDataSource,
|
|
49
|
+
EventHubV2StreamInputDataSource,
|
|
50
|
+
External,
|
|
51
|
+
FunctionBinding,
|
|
52
|
+
FunctionInput,
|
|
53
|
+
FunctionModel,
|
|
54
|
+
FunctionOutput,
|
|
55
|
+
FunctionProperties,
|
|
56
|
+
Identity,
|
|
57
|
+
Input,
|
|
58
|
+
InputProperties,
|
|
59
|
+
IoTHubStreamInputDataSource,
|
|
60
|
+
JavaScriptFunctionBinding,
|
|
61
|
+
JobStorageAccount,
|
|
62
|
+
JsonSerialization,
|
|
63
|
+
Output,
|
|
64
|
+
OutputDataSource,
|
|
65
|
+
OutputListResult,
|
|
66
|
+
OutputsCreateOrReplaceHeaders,
|
|
67
|
+
OutputsGetHeaders,
|
|
68
|
+
OutputsUpdateHeaders,
|
|
69
|
+
ParquetSerialization,
|
|
70
|
+
PowerBIOutputDataSource,
|
|
71
|
+
PrivateEndpoint,
|
|
72
|
+
PrivateEndpointProperties,
|
|
73
|
+
PrivateLinkConnectionState,
|
|
74
|
+
PrivateLinkServiceConnection,
|
|
75
|
+
ProxyResource,
|
|
76
|
+
QueryTestingResult,
|
|
77
|
+
RawOutputDatasource,
|
|
78
|
+
RawReferenceInputDataSource,
|
|
79
|
+
RawStreamInputDataSource,
|
|
80
|
+
ReferenceInputDataSource,
|
|
81
|
+
ReferenceInputProperties,
|
|
82
|
+
Resource,
|
|
83
|
+
ResourceTestStatus,
|
|
84
|
+
SampleInputResult,
|
|
85
|
+
ScalarFunctionProperties,
|
|
86
|
+
Serialization,
|
|
87
|
+
ServiceBusQueueOutputDataSource,
|
|
88
|
+
ServiceBusTopicOutputDataSource,
|
|
89
|
+
StorageAccount,
|
|
90
|
+
StreamingJob,
|
|
91
|
+
StreamingJobSku,
|
|
92
|
+
StreamInputDataSource,
|
|
93
|
+
StreamInputProperties,
|
|
94
|
+
SubResource,
|
|
95
|
+
SubscriptionQuota,
|
|
96
|
+
TestDatasourceResult,
|
|
97
|
+
TrackedResource,
|
|
98
|
+
Transformation
|
|
99
|
+
} from "../models/mappers";
|
package/src/models/parameters.ts
CHANGED
|
@@ -3,340 +3,214 @@
|
|
|
3
3
|
* Licensed under the MIT License.
|
|
4
4
|
*
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is
|
|
7
|
+
* regenerated.
|
|
7
8
|
*/
|
|
8
9
|
|
|
9
|
-
import
|
|
10
|
-
OperationParameter,
|
|
11
|
-
OperationURLParameter,
|
|
12
|
-
OperationQueryParameter
|
|
13
|
-
} from "@azure/core-client";
|
|
14
|
-
import {
|
|
15
|
-
FunctionModel as FunctionModelMapper,
|
|
16
|
-
FunctionRetrieveDefaultDefinitionParameters as FunctionRetrieveDefaultDefinitionParametersMapper,
|
|
17
|
-
Input as InputMapper,
|
|
18
|
-
Output as OutputMapper,
|
|
19
|
-
StreamingJob as StreamingJobMapper,
|
|
20
|
-
StartStreamingJobParameters as StartStreamingJobParametersMapper,
|
|
21
|
-
TestQuery as TestQueryMapper,
|
|
22
|
-
CompileQuery as CompileQueryMapper,
|
|
23
|
-
SampleInput as SampleInputMapper,
|
|
24
|
-
TestInput as TestInputMapper,
|
|
25
|
-
TestOutput as TestOutputMapper,
|
|
26
|
-
Transformation as TransformationMapper,
|
|
27
|
-
Cluster as ClusterMapper,
|
|
28
|
-
PrivateEndpoint as PrivateEndpointMapper
|
|
29
|
-
} from "../models/mappers";
|
|
10
|
+
import * as msRest from "@azure/ms-rest-js";
|
|
30
11
|
|
|
31
|
-
export const
|
|
32
|
-
parameterPath:
|
|
12
|
+
export const acceptLanguage: msRest.OperationParameter = {
|
|
13
|
+
parameterPath: "acceptLanguage",
|
|
33
14
|
mapper: {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
serializedName: "Content-Type",
|
|
15
|
+
serializedName: "accept-language",
|
|
16
|
+
defaultValue: 'en-US',
|
|
37
17
|
type: {
|
|
38
18
|
name: "String"
|
|
39
19
|
}
|
|
40
20
|
}
|
|
41
21
|
};
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
parameterPath: "functionParam",
|
|
45
|
-
mapper: FunctionModelMapper
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export const accept: OperationParameter = {
|
|
49
|
-
parameterPath: "accept",
|
|
22
|
+
export const apiVersion0: msRest.OperationQueryParameter = {
|
|
23
|
+
parameterPath: "apiVersion",
|
|
50
24
|
mapper: {
|
|
51
|
-
|
|
25
|
+
required: true,
|
|
52
26
|
isConstant: true,
|
|
53
|
-
serializedName: "
|
|
27
|
+
serializedName: "api-version",
|
|
28
|
+
defaultValue: '2017-04-01-preview',
|
|
29
|
+
constraints: {
|
|
30
|
+
MinLength: 1
|
|
31
|
+
},
|
|
54
32
|
type: {
|
|
55
33
|
name: "String"
|
|
56
34
|
}
|
|
57
35
|
}
|
|
58
36
|
};
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
parameterPath: "$host",
|
|
37
|
+
export const apiVersion1: msRest.OperationQueryParameter = {
|
|
38
|
+
parameterPath: "apiVersion",
|
|
62
39
|
mapper: {
|
|
63
|
-
serializedName: "$host",
|
|
64
40
|
required: true,
|
|
41
|
+
isConstant: true,
|
|
42
|
+
serializedName: "api-version",
|
|
43
|
+
defaultValue: '2020-03-01-preview',
|
|
44
|
+
constraints: {
|
|
45
|
+
MinLength: 1
|
|
46
|
+
},
|
|
65
47
|
type: {
|
|
66
48
|
name: "String"
|
|
67
49
|
}
|
|
68
|
-
}
|
|
69
|
-
skipEncoding: true
|
|
50
|
+
}
|
|
70
51
|
};
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
parameterPath: ["options", "ifMatch"],
|
|
52
|
+
export const clusterName: msRest.OperationURLParameter = {
|
|
53
|
+
parameterPath: "clusterName",
|
|
74
54
|
mapper: {
|
|
75
|
-
|
|
55
|
+
required: true,
|
|
56
|
+
serializedName: "clusterName",
|
|
76
57
|
type: {
|
|
77
58
|
name: "String"
|
|
78
59
|
}
|
|
79
60
|
}
|
|
80
61
|
};
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
62
|
+
export const expand: msRest.OperationQueryParameter = {
|
|
63
|
+
parameterPath: [
|
|
64
|
+
"options",
|
|
65
|
+
"expand"
|
|
66
|
+
],
|
|
84
67
|
mapper: {
|
|
85
|
-
serializedName: "
|
|
68
|
+
serializedName: "$expand",
|
|
86
69
|
type: {
|
|
87
70
|
name: "String"
|
|
88
71
|
}
|
|
89
72
|
}
|
|
90
73
|
};
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
parameterPath: "apiVersion",
|
|
74
|
+
export const functionName: msRest.OperationURLParameter = {
|
|
75
|
+
parameterPath: "functionName",
|
|
94
76
|
mapper: {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
serializedName: "api-version",
|
|
77
|
+
required: true,
|
|
78
|
+
serializedName: "functionName",
|
|
98
79
|
type: {
|
|
99
80
|
name: "String"
|
|
100
81
|
}
|
|
101
82
|
}
|
|
102
83
|
};
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
84
|
+
export const ifMatch: msRest.OperationParameter = {
|
|
85
|
+
parameterPath: [
|
|
86
|
+
"options",
|
|
87
|
+
"ifMatch"
|
|
88
|
+
],
|
|
106
89
|
mapper: {
|
|
107
|
-
|
|
108
|
-
MinLength: 1
|
|
109
|
-
},
|
|
110
|
-
serializedName: "subscriptionId",
|
|
111
|
-
required: true,
|
|
90
|
+
serializedName: "If-Match",
|
|
112
91
|
type: {
|
|
113
92
|
name: "String"
|
|
114
93
|
}
|
|
115
94
|
}
|
|
116
95
|
};
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
96
|
+
export const ifNoneMatch: msRest.OperationParameter = {
|
|
97
|
+
parameterPath: [
|
|
98
|
+
"options",
|
|
99
|
+
"ifNoneMatch"
|
|
100
|
+
],
|
|
120
101
|
mapper: {
|
|
121
|
-
|
|
122
|
-
Pattern: new RegExp("^[-\\w\\._\\(\\)]+$"),
|
|
123
|
-
MaxLength: 90,
|
|
124
|
-
MinLength: 1
|
|
125
|
-
},
|
|
126
|
-
serializedName: "resourceGroupName",
|
|
127
|
-
required: true,
|
|
102
|
+
serializedName: "If-None-Match",
|
|
128
103
|
type: {
|
|
129
104
|
name: "String"
|
|
130
105
|
}
|
|
131
106
|
}
|
|
132
107
|
};
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
parameterPath: "jobName",
|
|
108
|
+
export const inputName: msRest.OperationURLParameter = {
|
|
109
|
+
parameterPath: "inputName",
|
|
136
110
|
mapper: {
|
|
137
|
-
serializedName: "jobName",
|
|
138
111
|
required: true,
|
|
112
|
+
serializedName: "inputName",
|
|
139
113
|
type: {
|
|
140
114
|
name: "String"
|
|
141
115
|
}
|
|
142
116
|
}
|
|
143
117
|
};
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
parameterPath: "functionName",
|
|
118
|
+
export const jobName: msRest.OperationURLParameter = {
|
|
119
|
+
parameterPath: "jobName",
|
|
147
120
|
mapper: {
|
|
148
|
-
serializedName: "functionName",
|
|
149
121
|
required: true,
|
|
122
|
+
serializedName: "jobName",
|
|
150
123
|
type: {
|
|
151
124
|
name: "String"
|
|
152
125
|
}
|
|
153
126
|
}
|
|
154
127
|
};
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
parameterPath: ["options", "select"],
|
|
128
|
+
export const location: msRest.OperationURLParameter = {
|
|
129
|
+
parameterPath: "location",
|
|
158
130
|
mapper: {
|
|
159
|
-
|
|
131
|
+
required: true,
|
|
132
|
+
serializedName: "location",
|
|
160
133
|
type: {
|
|
161
134
|
name: "String"
|
|
162
135
|
}
|
|
163
136
|
}
|
|
164
137
|
};
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
parameterPath: ["options", "functionParam"],
|
|
168
|
-
mapper: FunctionModelMapper
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
export const functionRetrieveDefaultDefinitionParameters: OperationParameter = {
|
|
172
|
-
parameterPath: ["options", "functionRetrieveDefaultDefinitionParameters"],
|
|
173
|
-
mapper: FunctionRetrieveDefaultDefinitionParametersMapper
|
|
174
|
-
};
|
|
175
|
-
|
|
176
|
-
export const nextLink: OperationURLParameter = {
|
|
177
|
-
parameterPath: "nextLink",
|
|
138
|
+
export const nextPageLink: msRest.OperationURLParameter = {
|
|
139
|
+
parameterPath: "nextPageLink",
|
|
178
140
|
mapper: {
|
|
179
|
-
serializedName: "nextLink",
|
|
180
141
|
required: true,
|
|
142
|
+
serializedName: "nextLink",
|
|
181
143
|
type: {
|
|
182
144
|
name: "String"
|
|
183
145
|
}
|
|
184
146
|
},
|
|
185
147
|
skipEncoding: true
|
|
186
148
|
};
|
|
187
|
-
|
|
188
|
-
export const input: OperationParameter = {
|
|
189
|
-
parameterPath: "input",
|
|
190
|
-
mapper: InputMapper
|
|
191
|
-
};
|
|
192
|
-
|
|
193
|
-
export const inputName: OperationURLParameter = {
|
|
194
|
-
parameterPath: "inputName",
|
|
195
|
-
mapper: {
|
|
196
|
-
serializedName: "inputName",
|
|
197
|
-
required: true,
|
|
198
|
-
type: {
|
|
199
|
-
name: "String"
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
export const input1: OperationParameter = {
|
|
205
|
-
parameterPath: ["options", "input"],
|
|
206
|
-
mapper: InputMapper
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
export const output: OperationParameter = {
|
|
210
|
-
parameterPath: "output",
|
|
211
|
-
mapper: OutputMapper
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
export const outputName: OperationURLParameter = {
|
|
149
|
+
export const outputName: msRest.OperationURLParameter = {
|
|
215
150
|
parameterPath: "outputName",
|
|
216
151
|
mapper: {
|
|
217
|
-
serializedName: "outputName",
|
|
218
152
|
required: true,
|
|
153
|
+
serializedName: "outputName",
|
|
219
154
|
type: {
|
|
220
155
|
name: "String"
|
|
221
156
|
}
|
|
222
157
|
}
|
|
223
158
|
};
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
parameterPath: ["options", "output"],
|
|
227
|
-
mapper: OutputMapper
|
|
228
|
-
};
|
|
229
|
-
|
|
230
|
-
export const streamingJob: OperationParameter = {
|
|
231
|
-
parameterPath: "streamingJob",
|
|
232
|
-
mapper: StreamingJobMapper
|
|
233
|
-
};
|
|
234
|
-
|
|
235
|
-
export const expand: OperationQueryParameter = {
|
|
236
|
-
parameterPath: ["options", "expand"],
|
|
237
|
-
mapper: {
|
|
238
|
-
serializedName: "$expand",
|
|
239
|
-
type: {
|
|
240
|
-
name: "String"
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
};
|
|
244
|
-
|
|
245
|
-
export const startJobParameters: OperationParameter = {
|
|
246
|
-
parameterPath: ["options", "startJobParameters"],
|
|
247
|
-
mapper: StartStreamingJobParametersMapper
|
|
248
|
-
};
|
|
249
|
-
|
|
250
|
-
export const location: OperationURLParameter = {
|
|
251
|
-
parameterPath: "location",
|
|
159
|
+
export const privateEndpointName: msRest.OperationURLParameter = {
|
|
160
|
+
parameterPath: "privateEndpointName",
|
|
252
161
|
mapper: {
|
|
253
|
-
serializedName: "location",
|
|
254
162
|
required: true,
|
|
163
|
+
serializedName: "privateEndpointName",
|
|
255
164
|
type: {
|
|
256
165
|
name: "String"
|
|
257
166
|
}
|
|
258
167
|
}
|
|
259
168
|
};
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
parameterPath: "testQuery",
|
|
263
|
-
mapper: TestQueryMapper
|
|
264
|
-
};
|
|
265
|
-
|
|
266
|
-
export const compileQuery: OperationParameter = {
|
|
267
|
-
parameterPath: "compileQuery",
|
|
268
|
-
mapper: CompileQueryMapper
|
|
269
|
-
};
|
|
270
|
-
|
|
271
|
-
export const sampleInput: OperationParameter = {
|
|
272
|
-
parameterPath: "sampleInput",
|
|
273
|
-
mapper: SampleInputMapper
|
|
274
|
-
};
|
|
275
|
-
|
|
276
|
-
export const testInput: OperationParameter = {
|
|
277
|
-
parameterPath: "testInput",
|
|
278
|
-
mapper: TestInputMapper
|
|
279
|
-
};
|
|
280
|
-
|
|
281
|
-
export const testOutput: OperationParameter = {
|
|
282
|
-
parameterPath: "testOutput",
|
|
283
|
-
mapper: TestOutputMapper
|
|
284
|
-
};
|
|
285
|
-
|
|
286
|
-
export const transformation: OperationParameter = {
|
|
287
|
-
parameterPath: "transformation",
|
|
288
|
-
mapper: TransformationMapper
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
export const transformationName: OperationURLParameter = {
|
|
292
|
-
parameterPath: "transformationName",
|
|
169
|
+
export const resourceGroupName: msRest.OperationURLParameter = {
|
|
170
|
+
parameterPath: "resourceGroupName",
|
|
293
171
|
mapper: {
|
|
294
|
-
serializedName: "transformationName",
|
|
295
172
|
required: true,
|
|
173
|
+
serializedName: "resourceGroupName",
|
|
174
|
+
constraints: {
|
|
175
|
+
MaxLength: 90,
|
|
176
|
+
MinLength: 1,
|
|
177
|
+
Pattern: /^[-\w\._\(\)]+$/
|
|
178
|
+
},
|
|
296
179
|
type: {
|
|
297
180
|
name: "String"
|
|
298
181
|
}
|
|
299
182
|
}
|
|
300
183
|
};
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
export const clusterName: OperationURLParameter = {
|
|
308
|
-
parameterPath: "clusterName",
|
|
184
|
+
export const select: msRest.OperationQueryParameter = {
|
|
185
|
+
parameterPath: [
|
|
186
|
+
"options",
|
|
187
|
+
"select"
|
|
188
|
+
],
|
|
309
189
|
mapper: {
|
|
310
|
-
serializedName: "
|
|
311
|
-
required: true,
|
|
190
|
+
serializedName: "$select",
|
|
312
191
|
type: {
|
|
313
192
|
name: "String"
|
|
314
193
|
}
|
|
315
194
|
}
|
|
316
195
|
};
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
parameterPath: "apiVersion",
|
|
196
|
+
export const subscriptionId: msRest.OperationURLParameter = {
|
|
197
|
+
parameterPath: "subscriptionId",
|
|
320
198
|
mapper: {
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
199
|
+
required: true,
|
|
200
|
+
serializedName: "subscriptionId",
|
|
201
|
+
constraints: {
|
|
202
|
+
MinLength: 1
|
|
203
|
+
},
|
|
324
204
|
type: {
|
|
325
205
|
name: "String"
|
|
326
206
|
}
|
|
327
207
|
}
|
|
328
208
|
};
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
parameterPath: "privateEndpoint",
|
|
332
|
-
mapper: PrivateEndpointMapper
|
|
333
|
-
};
|
|
334
|
-
|
|
335
|
-
export const privateEndpointName: OperationURLParameter = {
|
|
336
|
-
parameterPath: "privateEndpointName",
|
|
209
|
+
export const transformationName: msRest.OperationURLParameter = {
|
|
210
|
+
parameterPath: "transformationName",
|
|
337
211
|
mapper: {
|
|
338
|
-
serializedName: "privateEndpointName",
|
|
339
212
|
required: true,
|
|
213
|
+
serializedName: "transformationName",
|
|
340
214
|
type: {
|
|
341
215
|
name: "String"
|
|
342
216
|
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
export {
|
|
10
|
+
discriminators,
|
|
11
|
+
AggregateFunctionProperties,
|
|
12
|
+
AvroSerialization,
|
|
13
|
+
AzureDataLakeStoreOutputDataSource,
|
|
14
|
+
AzureFunctionOutputDataSource,
|
|
15
|
+
AzureMachineLearningServiceFunctionBinding,
|
|
16
|
+
AzureMachineLearningServiceInputColumn,
|
|
17
|
+
AzureMachineLearningServiceOutputColumn,
|
|
18
|
+
AzureMachineLearningStudioFunctionBinding,
|
|
19
|
+
AzureMachineLearningStudioInputColumn,
|
|
20
|
+
AzureMachineLearningStudioInputs,
|
|
21
|
+
AzureMachineLearningStudioOutputColumn,
|
|
22
|
+
AzureSqlDatabaseOutputDataSource,
|
|
23
|
+
AzureSqlReferenceInputDataSource,
|
|
24
|
+
AzureSqlReferenceInputDataSourceProperties,
|
|
25
|
+
AzureSynapseOutputDataSource,
|
|
26
|
+
AzureTableOutputDataSource,
|
|
27
|
+
BaseResource,
|
|
28
|
+
BlobOutputDataSource,
|
|
29
|
+
BlobReferenceInputDataSource,
|
|
30
|
+
BlobStreamInputDataSource,
|
|
31
|
+
Cluster,
|
|
32
|
+
ClusterInfo,
|
|
33
|
+
ClusterProperties,
|
|
34
|
+
ClusterSku,
|
|
35
|
+
Compression,
|
|
36
|
+
CSharpFunctionBinding,
|
|
37
|
+
CsvSerialization,
|
|
38
|
+
CustomClrSerialization,
|
|
39
|
+
DiagnosticCondition,
|
|
40
|
+
Diagnostics,
|
|
41
|
+
DocumentDbOutputDataSource,
|
|
42
|
+
ErrorDetails,
|
|
43
|
+
ErrorError,
|
|
44
|
+
ErrorModel,
|
|
45
|
+
EventHubOutputDataSource,
|
|
46
|
+
EventHubStreamInputDataSource,
|
|
47
|
+
EventHubV2OutputDataSource,
|
|
48
|
+
EventHubV2StreamInputDataSource,
|
|
49
|
+
External,
|
|
50
|
+
FunctionBinding,
|
|
51
|
+
FunctionInput,
|
|
52
|
+
FunctionModel,
|
|
53
|
+
FunctionOutput,
|
|
54
|
+
FunctionProperties,
|
|
55
|
+
Identity,
|
|
56
|
+
Input,
|
|
57
|
+
InputProperties,
|
|
58
|
+
IoTHubStreamInputDataSource,
|
|
59
|
+
JavaScriptFunctionBinding,
|
|
60
|
+
JobStorageAccount,
|
|
61
|
+
JsonSerialization,
|
|
62
|
+
Output,
|
|
63
|
+
OutputDataSource,
|
|
64
|
+
ParquetSerialization,
|
|
65
|
+
PowerBIOutputDataSource,
|
|
66
|
+
PrivateEndpoint,
|
|
67
|
+
PrivateEndpointListResult,
|
|
68
|
+
PrivateEndpointProperties,
|
|
69
|
+
PrivateLinkConnectionState,
|
|
70
|
+
PrivateLinkServiceConnection,
|
|
71
|
+
ProxyResource,
|
|
72
|
+
QueryTestingResult,
|
|
73
|
+
RawOutputDatasource,
|
|
74
|
+
RawReferenceInputDataSource,
|
|
75
|
+
RawStreamInputDataSource,
|
|
76
|
+
ReferenceInputDataSource,
|
|
77
|
+
ReferenceInputProperties,
|
|
78
|
+
Resource,
|
|
79
|
+
SampleInputResult,
|
|
80
|
+
ScalarFunctionProperties,
|
|
81
|
+
Serialization,
|
|
82
|
+
ServiceBusQueueOutputDataSource,
|
|
83
|
+
ServiceBusTopicOutputDataSource,
|
|
84
|
+
StorageAccount,
|
|
85
|
+
StreamingJob,
|
|
86
|
+
StreamingJobSku,
|
|
87
|
+
StreamInputDataSource,
|
|
88
|
+
StreamInputProperties,
|
|
89
|
+
SubResource,
|
|
90
|
+
SubscriptionQuota,
|
|
91
|
+
TestDatasourceResult,
|
|
92
|
+
TrackedResource,
|
|
93
|
+
Transformation
|
|
94
|
+
} from "../models/mappers";
|