Skip to content

Commit

Permalink
Fix for issue 14555 (#15578)
Browse files Browse the repository at this point in the history
* Update Dataset.json

* Update LinkedService.json

* Update Pipeline.json
  • Loading branch information
anthony-c-martin authored Aug 11, 2021
1 parent dcf9fa2 commit 8753415
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"CompressionLevel": {
"title": "Microsoft.Azure.Management.DataFactories.Models.CompressionLevel",
"description": "All available compression levels.",
"type": "object",
"type": "string",
"enum": [
"Optimal",
"Fastest"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
"Online",
"OnPremisesWithIfd"
],
"type": "object",
"type": "string",
"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)."
},
"hostName": {
Expand Down Expand Up @@ -402,7 +402,7 @@
"Office365",
"Ifd"
],
"type": "object",
"type": "string",
"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)."
},
"username": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
},
"readBehavior": {
"description": "The read behavior for the operation. Default is Query.",
"type": "object",
"type": "string",
"enum": [
"Query",
"QueryAll"
Expand Down Expand Up @@ -577,7 +577,7 @@
},
"consistencyLevel": {
"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.",
"type": "object",
"type": "string",
"enum": [
"ALL",
"EACH_QUORUM",
Expand Down Expand Up @@ -1148,7 +1148,7 @@
},
"StoredProcedureParameterType": {
"description": "Stored procedure parameter type.",
"type": "object",
"type": "string",
"enum": [
"String",
"Int",
Expand Down Expand Up @@ -1207,7 +1207,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation. Default is 'Insert'.",
"type": "object",
"type": "string",
"enum": [
"Insert",
"Update"
Expand All @@ -1231,7 +1231,7 @@
},
"CopyBehaviorType": {
"description": "All available types of copy behavior.",
"type": "object",
"type": "string",
"enum": [
"PreserveHierarchy",
"FlattenHierarchy",
Expand Down Expand Up @@ -1406,7 +1406,7 @@
},
"PolybaseSettingsRejectType": {
"description": "Indicates whether the RejectValue property is specified as a literal value or a percentage.",
"type": "object",
"type": "string",
"enum": [
"value",
"percentage"
Expand Down Expand Up @@ -1501,7 +1501,7 @@
"properties": {
"writeBehavior": {
"description": "Specify the write behavior when upserting documents into Azure Search Index.",
"type": "object",
"type": "string",
"enum": [
"Merge",
"Upload"
Expand Down Expand Up @@ -1539,7 +1539,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation.",
"type": "object",
"type": "string",
"enum": [
"Upsert"
],
Expand Down Expand Up @@ -1568,7 +1568,7 @@
"properties": {
"writeBehavior": {
"description": "The write behavior for the operation. Default is Insert.",
"type": "object",
"type": "string",
"enum": [
"Insert",
"Upsert"
Expand Down

0 comments on commit 8753415

Please sign in to comment.