Skip to content

Commit

Permalink
CodeGen from PR 26846 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge f85dddf283968237c34e2df934f0d830eddb9270 into f0614ca75803b74019ea1208bdda48967ef44fb6
  • Loading branch information
SDKAuto committed Dec 5, 2023
1 parent 73e4774 commit 95590d4
Show file tree
Hide file tree
Showing 2 changed files with 41,804 additions and 41,788 deletions.
60 changes: 38 additions & 22 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -4400,7 +4400,7 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"method": {
"oneOf": [
Expand Down Expand Up @@ -4482,7 +4482,7 @@
"functionAppUrl": {
"type": "object",
"properties": {},
"description": "The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net."
"description": "The endpoint of the Azure Function App. URL will be in the format https://<accountName>.azurewebsites.net. Type: string (or Expression with resultType string)."
},
"functionKey": {
"oneOf": [
Expand All @@ -4498,7 +4498,7 @@
"resourceId": {
"type": "object",
"properties": {},
"description": "Allowed token audiences for azure function."
"description": "Allowed token audiences for azure function. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand Down Expand Up @@ -4812,7 +4812,7 @@
"dataPathAssignments": {
"type": "object",
"properties": {},
"description": "Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object)."
"description": "Dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object (or Expression with resultType object)."
},
"experimentName": {
"type": "object",
Expand Down Expand Up @@ -5996,7 +5996,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -7105,12 +7105,12 @@
"targetName": {
"type": "object",
"properties": {},
"description": "The server name of data source access."
"description": "The server name of data source access. Type: string."
},
"userName": {
"type": "object",
"properties": {},
"description": "The user name of data source access."
"description": "The user name of data source access. Type: string."
}
},
"required": [
Expand Down Expand Up @@ -15846,7 +15846,7 @@
"clusterSize": {
"type": "object",
"properties": {},
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: string (or Expression with resultType string)."
"description": "Number of worker/data nodes in the cluster. Suggestion value: 4. Type: int (or Expression with resultType int)."
},
"clusterSshPassword": {
"oneOf": [
Expand Down Expand Up @@ -16777,7 +16777,7 @@
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: key value pairs (value should be string type)."
},
"certThumbprint": {
"type": "object",
Expand Down Expand Up @@ -21602,7 +21602,7 @@
"authHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object)."
"description": "The additional HTTP headers in the request to RESTful API used for authorization. Type: key value pairs (value should be string type)."
},
"azureCloudType": {
"type": "object",
Expand Down Expand Up @@ -25065,12 +25065,12 @@
"additionalHeaders": {
"type": "object",
"properties": {},
"description": "The additional HTTP headers in the request to the RESTful API. Type: string (or Expression with resultType string)."
"description": "The additional HTTP headers in the request to the RESTful API. Type: key value pairs (value should be string type)."
},
"httpCompressionType": {
"type": "object",
"properties": {},
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. "
"description": "Http Compression Type to Send data in compressed format with Optimal Compression Level, Default is None. And The Only Supported option is Gzip. Type: string (or Expression with resultType string)."
},
"httpRequestTimeout": {
"type": "object",
Expand Down Expand Up @@ -25105,7 +25105,7 @@
"additionalColumns": {
"type": "object",
"properties": {},
"description": "Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects)."
"description": "Specifies the additional columns to be added to source data. Type: key value pairs (value should be string type)."
},
"additionalHeaders": {
"type": "object",
Expand Down Expand Up @@ -28796,7 +28796,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -28910,7 +28910,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "White behavior when copying data into azure SQL MI. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "White behavior when copying data into azure SQL MI. Type: string (or Expression with resultType string)"
}
},
"required": [
Expand All @@ -28929,7 +28929,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -29125,7 +29125,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Write behavior when copying data into sql server. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "Write behavior when copying data into sql server. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand All @@ -29144,7 +29144,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -29340,7 +29340,7 @@
"writeBehavior": {
"type": "object",
"properties": {},
"description": "Write behavior when copying data into sql. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)"
"description": "Write behavior when copying data into sql. Type: string (or Expression with resultType string)."
}
},
"required": [
Expand All @@ -29359,7 +29359,7 @@
"partitionOption": {
"type": "object",
"properties": {},
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\"."
"description": "The partition mechanism that will be used for Sql read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\". Type: string (or Expression with resultType string)."
},
"partitionSettings": {
"oneOf": [
Expand Down Expand Up @@ -32149,7 +32149,12 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"httpRequestTimeout": {
"type": "object",
"properties": {},
"description": "Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes"
},
"linkedServices": {
"oneOf": [
Expand Down Expand Up @@ -32182,6 +32187,17 @@
],
"description": "Rest API method for target endpoint."
},
"turnOffAsync": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Option to disable invoking HTTP GET on location given in response header of a HTTP 202 Response. If set true, it stops invoking HTTP GET on http location given in response header. If set false then continues to invoke HTTP GET call on location given in http response headers."
},
"url": {
"type": "object",
"properties": {},
Expand Down Expand Up @@ -32341,7 +32357,7 @@
"headers": {
"type": "object",
"properties": {},
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: string (or Expression with resultType string)."
"description": "Represents the headers that will be sent to the request. For example, to set the language and type on a request: \"headers\" : { \"Accept-Language\": \"en-us\", \"Content-Type\": \"application/json\" }. Type: dictionary (or Expression with resultType dictionary)."
},
"method": {
"oneOf": [
Expand Down
Loading

0 comments on commit 95590d4

Please sign in to comment.