Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue 14555 #15578

Merged
merged 3 commits into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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