@azure/arm-datafactory 10.8.1-alpha.20221003.1 → 10.9.0-alpha.20221018.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -10
- package/dist/index.js +81 -77
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js +48 -2
- package/dist-esm/samples-dev/dataFlowsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/src/dataFactoryManagementClient.js +1 -1
- package/dist-esm/src/models/index.d.ts +58 -68
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +18 -18
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +1 -1
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +61 -57
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/test/datafactory_examples.spec.js +2 -2
- package/package.json +2 -2
- package/review/arm-datafactory.api.md +14 -28
- package/src/dataFactoryManagementClient.ts +1 -1
- package/src/models/index.ts +61 -71
- package/src/models/mappers.ts +65 -58
- package/types/arm-datafactory.d.ts +20 -30
|
@@ -78,7 +78,7 @@ describe("Datafactory test", () => {
|
|
|
78
78
|
}
|
|
79
79
|
finally { if (e_1) throw e_1.error; }
|
|
80
80
|
}
|
|
81
|
-
assert.equal(resArray.length,
|
|
81
|
+
assert.equal(resArray.length, 1);
|
|
82
82
|
});
|
|
83
83
|
});
|
|
84
84
|
it("datafactory delete test", function () {
|
|
@@ -99,7 +99,7 @@ describe("Datafactory test", () => {
|
|
|
99
99
|
}
|
|
100
100
|
finally { if (e_2) throw e_2.error; }
|
|
101
101
|
}
|
|
102
|
-
assert.equal(resArray.length,
|
|
102
|
+
assert.equal(resArray.length, 0);
|
|
103
103
|
});
|
|
104
104
|
});
|
|
105
105
|
});
|
package/package.json
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for DataFactoryManagementClient.",
|
|
6
|
-
"version": "10.
|
|
6
|
+
"version": "10.9.0-alpha.20221018.1",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@azure/core-lro": "^2.2.0",
|
|
@@ -174,9 +174,7 @@ export interface AmazonRdsForSqlServerSource extends TabularSource {
|
|
|
174
174
|
produceAdditionalTypes?: any;
|
|
175
175
|
sqlReaderQuery?: any;
|
|
176
176
|
sqlReaderStoredProcedureName?: any;
|
|
177
|
-
storedProcedureParameters?:
|
|
178
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
179
|
-
};
|
|
177
|
+
storedProcedureParameters?: any;
|
|
180
178
|
type: "AmazonRdsForSqlServerSource";
|
|
181
179
|
}
|
|
182
180
|
|
|
@@ -1001,9 +999,7 @@ export interface AzureSqlSink extends CopySink {
|
|
|
1001
999
|
sqlWriterStoredProcedureName?: any;
|
|
1002
1000
|
sqlWriterTableType?: any;
|
|
1003
1001
|
sqlWriterUseTableLock?: any;
|
|
1004
|
-
storedProcedureParameters?:
|
|
1005
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
1006
|
-
};
|
|
1002
|
+
storedProcedureParameters?: any;
|
|
1007
1003
|
storedProcedureTableTypeParameterName?: any;
|
|
1008
1004
|
tableOption?: any;
|
|
1009
1005
|
type: "AzureSqlSink";
|
|
@@ -1018,9 +1014,7 @@ export interface AzureSqlSource extends TabularSource {
|
|
|
1018
1014
|
produceAdditionalTypes?: any;
|
|
1019
1015
|
sqlReaderQuery?: any;
|
|
1020
1016
|
sqlReaderStoredProcedureName?: any;
|
|
1021
|
-
storedProcedureParameters?:
|
|
1022
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
1023
|
-
};
|
|
1017
|
+
storedProcedureParameters?: any;
|
|
1024
1018
|
type: "AzureSqlSource";
|
|
1025
1019
|
}
|
|
1026
1020
|
|
|
@@ -1047,6 +1041,7 @@ export interface AzureSynapseArtifactsLinkedService extends LinkedService {
|
|
|
1047
1041
|
authentication?: any;
|
|
1048
1042
|
endpoint: any;
|
|
1049
1043
|
type: "AzureSynapseArtifacts";
|
|
1044
|
+
workspaceResourceId?: any;
|
|
1050
1045
|
}
|
|
1051
1046
|
|
|
1052
1047
|
// @public
|
|
@@ -2729,6 +2724,7 @@ export interface FactoryListResponse {
|
|
|
2729
2724
|
export interface FactoryRepoConfiguration {
|
|
2730
2725
|
accountName: string;
|
|
2731
2726
|
collaborationBranch: string;
|
|
2727
|
+
disablePublish?: boolean;
|
|
2732
2728
|
lastCommitId?: string;
|
|
2733
2729
|
repositoryName: string;
|
|
2734
2730
|
rootFolder: string;
|
|
@@ -7240,9 +7236,7 @@ export interface SqlMISink extends CopySink {
|
|
|
7240
7236
|
sqlWriterStoredProcedureName?: any;
|
|
7241
7237
|
sqlWriterTableType?: any;
|
|
7242
7238
|
sqlWriterUseTableLock?: any;
|
|
7243
|
-
storedProcedureParameters?:
|
|
7244
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7245
|
-
};
|
|
7239
|
+
storedProcedureParameters?: any;
|
|
7246
7240
|
storedProcedureTableTypeParameterName?: any;
|
|
7247
7241
|
tableOption?: any;
|
|
7248
7242
|
type: "SqlMISink";
|
|
@@ -7257,9 +7251,7 @@ export interface SqlMISource extends TabularSource {
|
|
|
7257
7251
|
produceAdditionalTypes?: any;
|
|
7258
7252
|
sqlReaderQuery?: any;
|
|
7259
7253
|
sqlReaderStoredProcedureName?: any;
|
|
7260
|
-
storedProcedureParameters?:
|
|
7261
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7262
|
-
};
|
|
7254
|
+
storedProcedureParameters?: any;
|
|
7263
7255
|
type: "SqlMISource";
|
|
7264
7256
|
}
|
|
7265
7257
|
|
|
@@ -7289,9 +7281,7 @@ export interface SqlServerSink extends CopySink {
|
|
|
7289
7281
|
sqlWriterStoredProcedureName?: any;
|
|
7290
7282
|
sqlWriterTableType?: any;
|
|
7291
7283
|
sqlWriterUseTableLock?: any;
|
|
7292
|
-
storedProcedureParameters?:
|
|
7293
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7294
|
-
};
|
|
7284
|
+
storedProcedureParameters?: any;
|
|
7295
7285
|
storedProcedureTableTypeParameterName?: any;
|
|
7296
7286
|
tableOption?: any;
|
|
7297
7287
|
type: "SqlServerSink";
|
|
@@ -7306,9 +7296,7 @@ export interface SqlServerSource extends TabularSource {
|
|
|
7306
7296
|
produceAdditionalTypes?: any;
|
|
7307
7297
|
sqlReaderQuery?: any;
|
|
7308
7298
|
sqlReaderStoredProcedureName?: any;
|
|
7309
|
-
storedProcedureParameters?:
|
|
7310
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7311
|
-
};
|
|
7299
|
+
storedProcedureParameters?: any;
|
|
7312
7300
|
type: "SqlServerSource";
|
|
7313
7301
|
}
|
|
7314
7302
|
|
|
@@ -7333,9 +7321,7 @@ export interface SqlSink extends CopySink {
|
|
|
7333
7321
|
sqlWriterStoredProcedureName?: any;
|
|
7334
7322
|
sqlWriterTableType?: any;
|
|
7335
7323
|
sqlWriterUseTableLock?: any;
|
|
7336
|
-
storedProcedureParameters?:
|
|
7337
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7338
|
-
};
|
|
7324
|
+
storedProcedureParameters?: any;
|
|
7339
7325
|
storedProcedureTableTypeParameterName?: any;
|
|
7340
7326
|
tableOption?: any;
|
|
7341
7327
|
type: "SqlSink";
|
|
@@ -7350,9 +7336,7 @@ export interface SqlSource extends TabularSource {
|
|
|
7350
7336
|
partitionSettings?: SqlPartitionSettings;
|
|
7351
7337
|
sqlReaderQuery?: any;
|
|
7352
7338
|
sqlReaderStoredProcedureName?: any;
|
|
7353
|
-
storedProcedureParameters?:
|
|
7354
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
7355
|
-
};
|
|
7339
|
+
storedProcedureParameters?: any;
|
|
7356
7340
|
type: "SqlSource";
|
|
7357
7341
|
}
|
|
7358
7342
|
|
|
@@ -7669,7 +7653,9 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
7669
7653
|
executorSize?: any;
|
|
7670
7654
|
file?: any;
|
|
7671
7655
|
files?: any[];
|
|
7656
|
+
filesV2?: any[];
|
|
7672
7657
|
numExecutors?: number;
|
|
7658
|
+
pythonCodeReference?: any[];
|
|
7673
7659
|
sparkJob: SynapseSparkJobReference;
|
|
7674
7660
|
targetBigDataPool?: BigDataPoolParametrizationReference;
|
|
7675
7661
|
type: "SparkJob";
|
|
@@ -7677,7 +7663,7 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
7677
7663
|
|
|
7678
7664
|
// @public
|
|
7679
7665
|
export interface SynapseSparkJobReference {
|
|
7680
|
-
referenceName:
|
|
7666
|
+
referenceName: any;
|
|
7681
7667
|
type: SparkJobReferenceType;
|
|
7682
7668
|
}
|
|
7683
7669
|
|
|
@@ -94,7 +94,7 @@ export class DataFactoryManagementClient extends coreClient.ServiceClient {
|
|
|
94
94
|
credential: credentials
|
|
95
95
|
};
|
|
96
96
|
|
|
97
|
-
const packageDetails = `azsdk-js-arm-datafactory/10.
|
|
97
|
+
const packageDetails = `azsdk-js-arm-datafactory/10.9.0`;
|
|
98
98
|
const userAgentPrefix =
|
|
99
99
|
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
100
100
|
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
package/src/models/index.ts
CHANGED
|
@@ -697,6 +697,8 @@ export interface FactoryRepoConfiguration {
|
|
|
697
697
|
rootFolder: string;
|
|
698
698
|
/** Last commit id. */
|
|
699
699
|
lastCommitId?: string;
|
|
700
|
+
/** Disable manual publish operation in ADF studio to favor automated publish. */
|
|
701
|
+
disablePublish?: boolean;
|
|
700
702
|
}
|
|
701
703
|
|
|
702
704
|
/** Definition of a single parameter for an entity. */
|
|
@@ -3208,14 +3210,6 @@ export interface SapTablePartitionSettings {
|
|
|
3208
3210
|
maxPartitionsNumber?: any;
|
|
3209
3211
|
}
|
|
3210
3212
|
|
|
3211
|
-
/** SQL stored procedure parameter. */
|
|
3212
|
-
export interface StoredProcedureParameter {
|
|
3213
|
-
/** Stored procedure parameter value. Type: string (or Expression with resultType string). */
|
|
3214
|
-
value?: any;
|
|
3215
|
-
/** Stored procedure parameter type. */
|
|
3216
|
-
type?: StoredProcedureParameterType;
|
|
3217
|
-
}
|
|
3218
|
-
|
|
3219
3213
|
/** The settings that will be leveraged for Sql source partitioning. */
|
|
3220
3214
|
export interface SqlPartitionSettings {
|
|
3221
3215
|
/** The name of the column in integer or datetime type that will be used for proceeding partitioning. If not specified, the primary key of the table is auto-detected and used as the partition column. Type: string (or Expression with resultType string). */
|
|
@@ -3308,6 +3302,14 @@ export interface ImportSettings {
|
|
|
3308
3302
|
[property: string]: any;
|
|
3309
3303
|
}
|
|
3310
3304
|
|
|
3305
|
+
/** SQL stored procedure parameter. */
|
|
3306
|
+
export interface StoredProcedureParameter {
|
|
3307
|
+
/** Stored procedure parameter value. Type: string (or Expression with resultType string). */
|
|
3308
|
+
value?: any;
|
|
3309
|
+
/** Stored procedure parameter type. */
|
|
3310
|
+
type?: StoredProcedureParameterType;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3311
3313
|
/** Specify the name and value of custom metadata item. */
|
|
3312
3314
|
export interface MetadataItem {
|
|
3313
3315
|
/** Metadata item key name. Type: string (or Expression with resultType string). */
|
|
@@ -3624,8 +3626,8 @@ export interface NotebookParameter {
|
|
|
3624
3626
|
export interface SynapseSparkJobReference {
|
|
3625
3627
|
/** Synapse spark job reference type. */
|
|
3626
3628
|
type: SparkJobReferenceType;
|
|
3627
|
-
/** Reference spark job name. */
|
|
3628
|
-
referenceName:
|
|
3629
|
+
/** Reference spark job name. Expression with resultType string. */
|
|
3630
|
+
referenceName: any;
|
|
3629
3631
|
}
|
|
3630
3632
|
|
|
3631
3633
|
/** The workflow trigger recurrence. */
|
|
@@ -6327,6 +6329,8 @@ export interface AzureSynapseArtifactsLinkedService extends LinkedService {
|
|
|
6327
6329
|
endpoint: any;
|
|
6328
6330
|
/** Required to specify MSI, if using system assigned managed identity as authentication method. Type: string (or Expression with resultType string). */
|
|
6329
6331
|
authentication?: any;
|
|
6332
|
+
/** The resource ID of the Synapse workspace. The format should be: /subscriptions/{subscriptionID}/resourceGroups/{resourceGroup}/providers/Microsoft.Synapse/workspaces/{workspaceName}. Type: string (or Expression with resultType string). */
|
|
6333
|
+
workspaceResourceId?: any;
|
|
6330
6334
|
}
|
|
6331
6335
|
|
|
6332
6336
|
/** A single Amazon Simple Storage Service (S3) object or a set of S3 objects. */
|
|
@@ -9013,9 +9017,7 @@ export interface SqlSink extends CopySink {
|
|
|
9013
9017
|
/** SQL pre-copy script. Type: string (or Expression with resultType string). */
|
|
9014
9018
|
preCopyScript?: any;
|
|
9015
9019
|
/** SQL stored procedure parameters. */
|
|
9016
|
-
storedProcedureParameters?:
|
|
9017
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
9018
|
-
};
|
|
9020
|
+
storedProcedureParameters?: any;
|
|
9019
9021
|
/** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
|
|
9020
9022
|
storedProcedureTableTypeParameterName?: any;
|
|
9021
9023
|
/** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
|
|
@@ -9039,9 +9041,7 @@ export interface SqlServerSink extends CopySink {
|
|
|
9039
9041
|
/** SQL pre-copy script. Type: string (or Expression with resultType string). */
|
|
9040
9042
|
preCopyScript?: any;
|
|
9041
9043
|
/** SQL stored procedure parameters. */
|
|
9042
|
-
storedProcedureParameters?:
|
|
9043
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
9044
|
-
};
|
|
9044
|
+
storedProcedureParameters?: any;
|
|
9045
9045
|
/** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
|
|
9046
9046
|
storedProcedureTableTypeParameterName?: any;
|
|
9047
9047
|
/** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
|
|
@@ -9065,9 +9065,7 @@ export interface AzureSqlSink extends CopySink {
|
|
|
9065
9065
|
/** SQL pre-copy script. Type: string (or Expression with resultType string). */
|
|
9066
9066
|
preCopyScript?: any;
|
|
9067
9067
|
/** SQL stored procedure parameters. */
|
|
9068
|
-
storedProcedureParameters?:
|
|
9069
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
9070
|
-
};
|
|
9068
|
+
storedProcedureParameters?: any;
|
|
9071
9069
|
/** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
|
|
9072
9070
|
storedProcedureTableTypeParameterName?: any;
|
|
9073
9071
|
/** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
|
|
@@ -9091,9 +9089,7 @@ export interface SqlMISink extends CopySink {
|
|
|
9091
9089
|
/** SQL pre-copy script. Type: string (or Expression with resultType string). */
|
|
9092
9090
|
preCopyScript?: any;
|
|
9093
9091
|
/** SQL stored procedure parameters. */
|
|
9094
|
-
storedProcedureParameters?:
|
|
9095
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
9096
|
-
};
|
|
9092
|
+
storedProcedureParameters?: any;
|
|
9097
9093
|
/** The stored procedure parameter name of the table type. Type: string (or Expression with resultType string). */
|
|
9098
9094
|
storedProcedureTableTypeParameterName?: any;
|
|
9099
9095
|
/** The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string). */
|
|
@@ -10010,8 +10006,12 @@ export interface SynapseSparkJobDefinitionActivity extends ExecutionActivity {
|
|
|
10010
10006
|
file?: any;
|
|
10011
10007
|
/** The fully-qualified identifier or the main class that is in the main definition file, which will override the 'className' of the spark job definition you provide. Type: string (or Expression with resultType string). */
|
|
10012
10008
|
className?: any;
|
|
10013
|
-
/** Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
|
|
10009
|
+
/** (Deprecated. Please use pythonCodeReference and filesV2) Additional files used for reference in the main definition file, which will override the 'files' of the spark job definition you provide. */
|
|
10014
10010
|
files?: any[];
|
|
10011
|
+
/** Additional python code files used for reference in the main definition file, which will override the 'pyFiles' of the spark job definition you provide. */
|
|
10012
|
+
pythonCodeReference?: any[];
|
|
10013
|
+
/** Additional files used for reference in the main definition file, which will override the 'jars' and 'files' of the spark job definition you provide. */
|
|
10014
|
+
filesV2?: any[];
|
|
10015
10015
|
/** The name of the big data pool which will be used to execute the spark batch job, which will override the 'targetBigDataPool' of the spark job definition you provide. */
|
|
10016
10016
|
targetBigDataPool?: BigDataPoolParametrizationReference;
|
|
10017
10017
|
/** Number of core and memory to be used for executors allocated in the specified Spark pool for the job, which will be used for overriding 'executorCores' and 'executorMemory' of the spark job definition you provide. Type: string (or Expression with resultType string). */
|
|
@@ -10257,9 +10257,7 @@ export interface SqlSource extends TabularSource {
|
|
|
10257
10257
|
/** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
|
|
10258
10258
|
sqlReaderStoredProcedureName?: any;
|
|
10259
10259
|
/** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
|
|
10260
|
-
storedProcedureParameters?:
|
|
10261
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
10262
|
-
};
|
|
10260
|
+
storedProcedureParameters?: any;
|
|
10263
10261
|
/** Specifies the transaction locking behavior for the SQL source. Allowed values: ReadCommitted/ReadUncommitted/RepeatableRead/Serializable/Snapshot. The default value is ReadCommitted. Type: string (or Expression with resultType string). */
|
|
10264
10262
|
isolationLevel?: any;
|
|
10265
10263
|
/** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
|
|
@@ -10277,9 +10275,7 @@ export interface SqlServerSource extends TabularSource {
|
|
|
10277
10275
|
/** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
|
|
10278
10276
|
sqlReaderStoredProcedureName?: any;
|
|
10279
10277
|
/** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
|
|
10280
|
-
storedProcedureParameters?:
|
|
10281
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
10282
|
-
};
|
|
10278
|
+
storedProcedureParameters?: any;
|
|
10283
10279
|
/** Which additional types to produce. */
|
|
10284
10280
|
produceAdditionalTypes?: any;
|
|
10285
10281
|
/** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
|
|
@@ -10297,9 +10293,7 @@ export interface AmazonRdsForSqlServerSource extends TabularSource {
|
|
|
10297
10293
|
/** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
|
|
10298
10294
|
sqlReaderStoredProcedureName?: any;
|
|
10299
10295
|
/** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
|
|
10300
|
-
storedProcedureParameters?:
|
|
10301
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
10302
|
-
};
|
|
10296
|
+
storedProcedureParameters?: any;
|
|
10303
10297
|
/** Which additional types to produce. */
|
|
10304
10298
|
produceAdditionalTypes?: any;
|
|
10305
10299
|
/** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
|
|
@@ -10317,9 +10311,7 @@ export interface AzureSqlSource extends TabularSource {
|
|
|
10317
10311
|
/** Name of the stored procedure for a SQL Database source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
|
|
10318
10312
|
sqlReaderStoredProcedureName?: any;
|
|
10319
10313
|
/** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
|
|
10320
|
-
storedProcedureParameters?:
|
|
10321
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
10322
|
-
};
|
|
10314
|
+
storedProcedureParameters?: any;
|
|
10323
10315
|
/** Which additional types to produce. */
|
|
10324
10316
|
produceAdditionalTypes?: any;
|
|
10325
10317
|
/** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
|
|
@@ -10337,9 +10329,7 @@ export interface SqlMISource extends TabularSource {
|
|
|
10337
10329
|
/** Name of the stored procedure for a Azure SQL Managed Instance source. This cannot be used at the same time as SqlReaderQuery. Type: string (or Expression with resultType string). */
|
|
10338
10330
|
sqlReaderStoredProcedureName?: any;
|
|
10339
10331
|
/** Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}". */
|
|
10340
|
-
storedProcedureParameters?:
|
|
10341
|
-
[propertyName: string]: StoredProcedureParameter;
|
|
10342
|
-
};
|
|
10332
|
+
storedProcedureParameters?: any;
|
|
10343
10333
|
/** Which additional types to produce. */
|
|
10344
10334
|
produceAdditionalTypes?: any;
|
|
10345
10335
|
/** The partition mechanism that will be used for Sql read in parallel. Possible values include: "None", "PhysicalPartitionsOfTable", "DynamicRange". */
|
|
@@ -12070,39 +12060,6 @@ export enum KnownSalesforceSourceReadBehavior {
|
|
|
12070
12060
|
*/
|
|
12071
12061
|
export type SalesforceSourceReadBehavior = string;
|
|
12072
12062
|
|
|
12073
|
-
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
12074
|
-
export enum KnownStoredProcedureParameterType {
|
|
12075
|
-
/** String */
|
|
12076
|
-
String = "String",
|
|
12077
|
-
/** Int */
|
|
12078
|
-
Int = "Int",
|
|
12079
|
-
/** Int64 */
|
|
12080
|
-
Int64 = "Int64",
|
|
12081
|
-
/** Decimal */
|
|
12082
|
-
Decimal = "Decimal",
|
|
12083
|
-
/** Guid */
|
|
12084
|
-
Guid = "Guid",
|
|
12085
|
-
/** Boolean */
|
|
12086
|
-
Boolean = "Boolean",
|
|
12087
|
-
/** Date */
|
|
12088
|
-
Date = "Date"
|
|
12089
|
-
}
|
|
12090
|
-
|
|
12091
|
-
/**
|
|
12092
|
-
* Defines values for StoredProcedureParameterType. \
|
|
12093
|
-
* {@link KnownStoredProcedureParameterType} can be used interchangeably with StoredProcedureParameterType,
|
|
12094
|
-
* this enum contains the known values that the service supports.
|
|
12095
|
-
* ### Known values supported by the service
|
|
12096
|
-
* **String** \
|
|
12097
|
-
* **Int** \
|
|
12098
|
-
* **Int64** \
|
|
12099
|
-
* **Decimal** \
|
|
12100
|
-
* **Guid** \
|
|
12101
|
-
* **Boolean** \
|
|
12102
|
-
* **Date**
|
|
12103
|
-
*/
|
|
12104
|
-
export type StoredProcedureParameterType = string;
|
|
12105
|
-
|
|
12106
12063
|
/** Known values of {@link CassandraSourceReadConsistencyLevels} that the service accepts. */
|
|
12107
12064
|
export enum KnownCassandraSourceReadConsistencyLevels {
|
|
12108
12065
|
/** ALL */
|
|
@@ -12145,6 +12102,39 @@ export enum KnownCassandraSourceReadConsistencyLevels {
|
|
|
12145
12102
|
*/
|
|
12146
12103
|
export type CassandraSourceReadConsistencyLevels = string;
|
|
12147
12104
|
|
|
12105
|
+
/** Known values of {@link StoredProcedureParameterType} that the service accepts. */
|
|
12106
|
+
export enum KnownStoredProcedureParameterType {
|
|
12107
|
+
/** String */
|
|
12108
|
+
String = "String",
|
|
12109
|
+
/** Int */
|
|
12110
|
+
Int = "Int",
|
|
12111
|
+
/** Int64 */
|
|
12112
|
+
Int64 = "Int64",
|
|
12113
|
+
/** Decimal */
|
|
12114
|
+
Decimal = "Decimal",
|
|
12115
|
+
/** Guid */
|
|
12116
|
+
Guid = "Guid",
|
|
12117
|
+
/** Boolean */
|
|
12118
|
+
Boolean = "Boolean",
|
|
12119
|
+
/** Date */
|
|
12120
|
+
Date = "Date"
|
|
12121
|
+
}
|
|
12122
|
+
|
|
12123
|
+
/**
|
|
12124
|
+
* Defines values for StoredProcedureParameterType. \
|
|
12125
|
+
* {@link KnownStoredProcedureParameterType} can be used interchangeably with StoredProcedureParameterType,
|
|
12126
|
+
* this enum contains the known values that the service supports.
|
|
12127
|
+
* ### Known values supported by the service
|
|
12128
|
+
* **String** \
|
|
12129
|
+
* **Int** \
|
|
12130
|
+
* **Int64** \
|
|
12131
|
+
* **Decimal** \
|
|
12132
|
+
* **Guid** \
|
|
12133
|
+
* **Boolean** \
|
|
12134
|
+
* **Date**
|
|
12135
|
+
*/
|
|
12136
|
+
export type StoredProcedureParameterType = string;
|
|
12137
|
+
|
|
12148
12138
|
/** Known values of {@link SapCloudForCustomerSinkWriteBehavior} that the service accepts. */
|
|
12149
12139
|
export enum KnownSapCloudForCustomerSinkWriteBehavior {
|
|
12150
12140
|
/** Insert */
|
package/src/models/mappers.ts
CHANGED
|
@@ -463,6 +463,12 @@ export const FactoryRepoConfiguration: coreClient.CompositeMapper = {
|
|
|
463
463
|
type: {
|
|
464
464
|
name: "String"
|
|
465
465
|
}
|
|
466
|
+
},
|
|
467
|
+
disablePublish: {
|
|
468
|
+
serializedName: "disablePublish",
|
|
469
|
+
type: {
|
|
470
|
+
name: "Boolean"
|
|
471
|
+
}
|
|
466
472
|
}
|
|
467
473
|
}
|
|
468
474
|
}
|
|
@@ -5620,27 +5626,6 @@ export const SapTablePartitionSettings: coreClient.CompositeMapper = {
|
|
|
5620
5626
|
}
|
|
5621
5627
|
};
|
|
5622
5628
|
|
|
5623
|
-
export const StoredProcedureParameter: coreClient.CompositeMapper = {
|
|
5624
|
-
type: {
|
|
5625
|
-
name: "Composite",
|
|
5626
|
-
className: "StoredProcedureParameter",
|
|
5627
|
-
modelProperties: {
|
|
5628
|
-
value: {
|
|
5629
|
-
serializedName: "value",
|
|
5630
|
-
type: {
|
|
5631
|
-
name: "any"
|
|
5632
|
-
}
|
|
5633
|
-
},
|
|
5634
|
-
type: {
|
|
5635
|
-
serializedName: "type",
|
|
5636
|
-
type: {
|
|
5637
|
-
name: "String"
|
|
5638
|
-
}
|
|
5639
|
-
}
|
|
5640
|
-
}
|
|
5641
|
-
}
|
|
5642
|
-
};
|
|
5643
|
-
|
|
5644
5629
|
export const SqlPartitionSettings: coreClient.CompositeMapper = {
|
|
5645
5630
|
type: {
|
|
5646
5631
|
name: "Composite",
|
|
@@ -5891,6 +5876,27 @@ export const ImportSettings: coreClient.CompositeMapper = {
|
|
|
5891
5876
|
}
|
|
5892
5877
|
};
|
|
5893
5878
|
|
|
5879
|
+
export const StoredProcedureParameter: coreClient.CompositeMapper = {
|
|
5880
|
+
type: {
|
|
5881
|
+
name: "Composite",
|
|
5882
|
+
className: "StoredProcedureParameter",
|
|
5883
|
+
modelProperties: {
|
|
5884
|
+
value: {
|
|
5885
|
+
serializedName: "value",
|
|
5886
|
+
type: {
|
|
5887
|
+
name: "any"
|
|
5888
|
+
}
|
|
5889
|
+
},
|
|
5890
|
+
type: {
|
|
5891
|
+
serializedName: "type",
|
|
5892
|
+
type: {
|
|
5893
|
+
name: "String"
|
|
5894
|
+
}
|
|
5895
|
+
}
|
|
5896
|
+
}
|
|
5897
|
+
}
|
|
5898
|
+
};
|
|
5899
|
+
|
|
5894
5900
|
export const MetadataItem: coreClient.CompositeMapper = {
|
|
5895
5901
|
type: {
|
|
5896
5902
|
name: "Composite",
|
|
@@ -6822,7 +6828,7 @@ export const SynapseSparkJobReference: coreClient.CompositeMapper = {
|
|
|
6822
6828
|
serializedName: "referenceName",
|
|
6823
6829
|
required: true,
|
|
6824
6830
|
type: {
|
|
6825
|
-
name: "
|
|
6831
|
+
name: "any"
|
|
6826
6832
|
}
|
|
6827
6833
|
}
|
|
6828
6834
|
}
|
|
@@ -14648,6 +14654,12 @@ export const AzureSynapseArtifactsLinkedService: coreClient.CompositeMapper = {
|
|
|
14648
14654
|
type: {
|
|
14649
14655
|
name: "any"
|
|
14650
14656
|
}
|
|
14657
|
+
},
|
|
14658
|
+
workspaceResourceId: {
|
|
14659
|
+
serializedName: "typeProperties.workspaceResourceId",
|
|
14660
|
+
type: {
|
|
14661
|
+
name: "any"
|
|
14662
|
+
}
|
|
14651
14663
|
}
|
|
14652
14664
|
}
|
|
14653
14665
|
}
|
|
@@ -21697,10 +21709,7 @@ export const SqlSink: coreClient.CompositeMapper = {
|
|
|
21697
21709
|
storedProcedureParameters: {
|
|
21698
21710
|
serializedName: "storedProcedureParameters",
|
|
21699
21711
|
type: {
|
|
21700
|
-
name: "
|
|
21701
|
-
value: {
|
|
21702
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
21703
|
-
}
|
|
21712
|
+
name: "any"
|
|
21704
21713
|
}
|
|
21705
21714
|
},
|
|
21706
21715
|
storedProcedureTableTypeParameterName: {
|
|
@@ -21769,10 +21778,7 @@ export const SqlServerSink: coreClient.CompositeMapper = {
|
|
|
21769
21778
|
storedProcedureParameters: {
|
|
21770
21779
|
serializedName: "storedProcedureParameters",
|
|
21771
21780
|
type: {
|
|
21772
|
-
name: "
|
|
21773
|
-
value: {
|
|
21774
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
21775
|
-
}
|
|
21781
|
+
name: "any"
|
|
21776
21782
|
}
|
|
21777
21783
|
},
|
|
21778
21784
|
storedProcedureTableTypeParameterName: {
|
|
@@ -21841,10 +21847,7 @@ export const AzureSqlSink: coreClient.CompositeMapper = {
|
|
|
21841
21847
|
storedProcedureParameters: {
|
|
21842
21848
|
serializedName: "storedProcedureParameters",
|
|
21843
21849
|
type: {
|
|
21844
|
-
name: "
|
|
21845
|
-
value: {
|
|
21846
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
21847
|
-
}
|
|
21850
|
+
name: "any"
|
|
21848
21851
|
}
|
|
21849
21852
|
},
|
|
21850
21853
|
storedProcedureTableTypeParameterName: {
|
|
@@ -21913,10 +21916,7 @@ export const SqlMISink: coreClient.CompositeMapper = {
|
|
|
21913
21916
|
storedProcedureParameters: {
|
|
21914
21917
|
serializedName: "storedProcedureParameters",
|
|
21915
21918
|
type: {
|
|
21916
|
-
name: "
|
|
21917
|
-
value: {
|
|
21918
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
21919
|
-
}
|
|
21919
|
+
name: "any"
|
|
21920
21920
|
}
|
|
21921
21921
|
},
|
|
21922
21922
|
storedProcedureTableTypeParameterName: {
|
|
@@ -24746,6 +24746,28 @@ export const SynapseSparkJobDefinitionActivity: coreClient.CompositeMapper = {
|
|
|
24746
24746
|
}
|
|
24747
24747
|
}
|
|
24748
24748
|
},
|
|
24749
|
+
pythonCodeReference: {
|
|
24750
|
+
serializedName: "typeProperties.pythonCodeReference",
|
|
24751
|
+
type: {
|
|
24752
|
+
name: "Sequence",
|
|
24753
|
+
element: {
|
|
24754
|
+
type: {
|
|
24755
|
+
name: "any"
|
|
24756
|
+
}
|
|
24757
|
+
}
|
|
24758
|
+
}
|
|
24759
|
+
},
|
|
24760
|
+
filesV2: {
|
|
24761
|
+
serializedName: "typeProperties.filesV2",
|
|
24762
|
+
type: {
|
|
24763
|
+
name: "Sequence",
|
|
24764
|
+
element: {
|
|
24765
|
+
type: {
|
|
24766
|
+
name: "any"
|
|
24767
|
+
}
|
|
24768
|
+
}
|
|
24769
|
+
}
|
|
24770
|
+
},
|
|
24749
24771
|
targetBigDataPool: {
|
|
24750
24772
|
serializedName: "typeProperties.targetBigDataPool",
|
|
24751
24773
|
type: {
|
|
@@ -25422,10 +25444,7 @@ export const SqlSource: coreClient.CompositeMapper = {
|
|
|
25422
25444
|
storedProcedureParameters: {
|
|
25423
25445
|
serializedName: "storedProcedureParameters",
|
|
25424
25446
|
type: {
|
|
25425
|
-
name: "
|
|
25426
|
-
value: {
|
|
25427
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
25428
|
-
}
|
|
25447
|
+
name: "any"
|
|
25429
25448
|
}
|
|
25430
25449
|
},
|
|
25431
25450
|
isolationLevel: {
|
|
@@ -25476,10 +25495,7 @@ export const SqlServerSource: coreClient.CompositeMapper = {
|
|
|
25476
25495
|
storedProcedureParameters: {
|
|
25477
25496
|
serializedName: "storedProcedureParameters",
|
|
25478
25497
|
type: {
|
|
25479
|
-
name: "
|
|
25480
|
-
value: {
|
|
25481
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
25482
|
-
}
|
|
25498
|
+
name: "any"
|
|
25483
25499
|
}
|
|
25484
25500
|
},
|
|
25485
25501
|
produceAdditionalTypes: {
|
|
@@ -25530,10 +25546,7 @@ export const AmazonRdsForSqlServerSource: coreClient.CompositeMapper = {
|
|
|
25530
25546
|
storedProcedureParameters: {
|
|
25531
25547
|
serializedName: "storedProcedureParameters",
|
|
25532
25548
|
type: {
|
|
25533
|
-
name: "
|
|
25534
|
-
value: {
|
|
25535
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
25536
|
-
}
|
|
25549
|
+
name: "any"
|
|
25537
25550
|
}
|
|
25538
25551
|
},
|
|
25539
25552
|
produceAdditionalTypes: {
|
|
@@ -25584,10 +25597,7 @@ export const AzureSqlSource: coreClient.CompositeMapper = {
|
|
|
25584
25597
|
storedProcedureParameters: {
|
|
25585
25598
|
serializedName: "storedProcedureParameters",
|
|
25586
25599
|
type: {
|
|
25587
|
-
name: "
|
|
25588
|
-
value: {
|
|
25589
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
25590
|
-
}
|
|
25600
|
+
name: "any"
|
|
25591
25601
|
}
|
|
25592
25602
|
},
|
|
25593
25603
|
produceAdditionalTypes: {
|
|
@@ -25638,10 +25648,7 @@ export const SqlMISource: coreClient.CompositeMapper = {
|
|
|
25638
25648
|
storedProcedureParameters: {
|
|
25639
25649
|
serializedName: "storedProcedureParameters",
|
|
25640
25650
|
type: {
|
|
25641
|
-
name: "
|
|
25642
|
-
value: {
|
|
25643
|
-
type: { name: "Composite", className: "StoredProcedureParameter" }
|
|
25644
|
-
}
|
|
25651
|
+
name: "any"
|
|
25645
25652
|
}
|
|
25646
25653
|
},
|
|
25647
25654
|
produceAdditionalTypes: {
|