Skip to content

Commit 8753415

Browse files
Fix for issue 14555 (#15578)
* Update Dataset.json * Update LinkedService.json * Update Pipeline.json
1 parent dcf9fa2 commit 8753415

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"CompressionLevel": {
283283
"title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel",
284284
"description": "All available compression levels.",
285-
"type": "object",
285+
"type": "string",
286286
"enum": [
287287
"Optimal",
288288
"Fastest"

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/LinkedService.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"Online",
375375
"OnPremisesWithIfd"
376376
],
377-
"type": "object",
377+
"type": "string",
378378
"description": "The deployment type of the Dynamics instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for Dynamics on-premises with Ifd. Type: string (or Expression with resultType string)."
379379
},
380380
"hostName": {
@@ -402,7 +402,7 @@
402402
"Office365",
403403
"Ifd"
404404
],
405-
"type": "object",
405+
"type": "string",
406406
"description": "The authentication type to connect to Dynamics server. 'Office365' for online scenario, 'Ifd' for on-premises with Ifd scenario. Type: string (or Expression with resultType string)."
407407
},
408408
"username": {

specification/datafactory/resource-manager/Microsoft.DataFactory/preview/2017-09-01-preview/entityTypes/Pipeline.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
},
372372
"readBehavior": {
373373
"description": "The read behavior for the operation. Default is Query.",
374-
"type": "object",
374+
"type": "string",
375375
"enum": [
376376
"Query",
377377
"QueryAll"
@@ -577,7 +577,7 @@
577577
},
578578
"consistencyLevel": {
579579
"description": "The consistency level specifies how many Cassandra servers must respond to a read request before returning data to the client application. Cassandra checks the specified number of Cassandra servers for data to satisfy the read request. Must be one of cassandraSourceReadConsistencyLevels. The default value is 'ONE'. It is case-insensitive.",
580-
"type": "object",
580+
"type": "string",
581581
"enum": [
582582
"ALL",
583583
"EACH_QUORUM",
@@ -1148,7 +1148,7 @@
11481148
},
11491149
"StoredProcedureParameterType": {
11501150
"description": "Stored procedure parameter type.",
1151-
"type": "object",
1151+
"type": "string",
11521152
"enum": [
11531153
"String",
11541154
"Int",
@@ -1207,7 +1207,7 @@
12071207
"properties": {
12081208
"writeBehavior": {
12091209
"description": "The write behavior for the operation. Default is 'Insert'.",
1210-
"type": "object",
1210+
"type": "string",
12111211
"enum": [
12121212
"Insert",
12131213
"Update"
@@ -1231,7 +1231,7 @@
12311231
},
12321232
"CopyBehaviorType": {
12331233
"description": "All available types of copy behavior.",
1234-
"type": "object",
1234+
"type": "string",
12351235
"enum": [
12361236
"PreserveHierarchy",
12371237
"FlattenHierarchy",
@@ -1406,7 +1406,7 @@
14061406
},
14071407
"PolybaseSettingsRejectType": {
14081408
"description": "Indicates whether the RejectValue property is specified as a literal value or a percentage.",
1409-
"type": "object",
1409+
"type": "string",
14101410
"enum": [
14111411
"value",
14121412
"percentage"
@@ -1501,7 +1501,7 @@
15011501
"properties": {
15021502
"writeBehavior": {
15031503
"description": "Specify the write behavior when upserting documents into Azure Search Index.",
1504-
"type": "object",
1504+
"type": "string",
15051505
"enum": [
15061506
"Merge",
15071507
"Upload"
@@ -1539,7 +1539,7 @@
15391539
"properties": {
15401540
"writeBehavior": {
15411541
"description": "The write behavior for the operation.",
1542-
"type": "object",
1542+
"type": "string",
15431543
"enum": [
15441544
"Upsert"
15451545
],
@@ -1568,7 +1568,7 @@
15681568
"properties": {
15691569
"writeBehavior": {
15701570
"description": "The write behavior for the operation. Default is Insert.",
1571-
"type": "object",
1571+
"type": "string",
15721572
"enum": [
15731573
"Insert",
15741574
"Upsert"

0 commit comments

Comments
 (0)