Skip to content

Commit

Permalink
[Hub Generated] Publish private branch 'datafactory/dev/wangbow/Updat…
Browse files Browse the repository at this point in the history
…eSwagger' (#26507)

* [AutoSync] b2e188ef0d Update Swagger data type

* [AutoSync] 5824affc79 Updated LinkedService.json

* [AutoSync] b8b8dd4b81 Updated LinkedService.json

---------

Co-authored-by: swagger-automation <[email protected]>
  • Loading branch information
2 people authored and zman-ms committed Jan 9, 2024
1 parent 0a93531 commit f265515
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"properties": {
"servicePrincipalId": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The app ID of the service principal used to authenticate"
},
"servicePrincipalKey": {
Expand All @@ -69,6 +70,7 @@
},
"tenant": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The ID of the tenant to which the service principal belongs"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@
},
"compressionLevel": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "The data compression method used for DelimitedText."
},
"quoteChar": {
Expand Down Expand Up @@ -1092,6 +1093,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"schema": {
Expand Down Expand Up @@ -1128,6 +1130,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"schema": {
Expand Down Expand Up @@ -1164,6 +1167,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"schema": {
Expand Down Expand Up @@ -1727,6 +1731,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"schema": {
Expand Down Expand Up @@ -1863,6 +1868,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"table": {
Expand Down Expand Up @@ -1899,6 +1905,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"schema": {
Expand Down Expand Up @@ -2043,6 +2050,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"table": {
Expand Down Expand Up @@ -3304,6 +3312,7 @@
"properties": {
"tableName": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "This property will be retired. Please consider using schema + table properties instead."
},
"table": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1757,7 +1757,8 @@
"properties": {
"connectionString": {
"description": "Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"server": {
"type": "object",
Expand Down Expand Up @@ -4673,7 +4674,7 @@
},
"requestGoogleDriveScope": {
"description": "Whether to request access to Google Drive. Allowing Google Drive access enables support for federated tables that combine BigQuery data with data from Google Drive. The default value is false. Type: string (or Expression with resultType string).",
"x-ms-format": "dfe-string",
"x-ms-format": "dfe-bool",
"type": "object"
},
"authenticationType": {
Expand Down Expand Up @@ -4757,7 +4758,8 @@
"properties": {
"connectionString": {
"description": "An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"pwd": {
"$ref": "../datafactory.json#/definitions/AzureKeyVaultSecretReference",
Expand Down Expand Up @@ -5777,7 +5779,8 @@
"properties": {
"endpoint": {
"description": "The endpoint of the ServiceNow server. (i.e. <instance>.service-now.com)",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"authenticationType": {
"description": "The authentication type to use.",
Expand Down Expand Up @@ -6860,6 +6863,7 @@
"type": "object",
"properties": {
"endpoint": {
"x-ms-format": "dfe-string",
"description": "The endpoint of the Responsys server.",
"type": "object"
},
Expand Down Expand Up @@ -6923,6 +6927,7 @@
"type": "object",
"properties": {
"url": {
"x-ms-format": "dfe-string",
"description": "The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.",
"type": "object"
},
Expand Down Expand Up @@ -6985,11 +6990,13 @@
"properties": {
"host": {
"description": "The URL of the Oracle Service Cloud instance.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"username": {
"description": "The user name that you use to access Oracle Service Cloud server.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"password": {
"description": "The password corresponding to the user name that you provided in the username key.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,8 @@
},
"copyBehavior": {
"description": "The type of copy behavior for copy sink.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
}
},
"additionalProperties": {
Expand Down Expand Up @@ -1351,6 +1352,7 @@
},
"namespacePrefixes": {
"type": "object",
"x-ms-format": "dfe-key-value-pairs",
"description": "Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: \"{\"http://www.example.com/xml\":\"prefix\"}\" Type: object (or Expression with resultType object)."
}
}
Expand Down Expand Up @@ -1503,6 +1505,7 @@
"properties": {
"filePattern": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive."
}
}
Expand Down Expand Up @@ -2396,7 +2399,8 @@
},
"partitionOption": {
"description": "The partition mechanism that will be used for SAP HANA read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"SapHanaDynamicRange\". ",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"partitionSettings": {
"description": "The settings that will be leveraged for SAP HANA source partitioning.",
Expand Down Expand Up @@ -3032,7 +3036,8 @@
},
"partitionOption": {
"description": "The partition mechanism that will be used for Oracle read in parallel. Possible values include: \"None\", \"PhysicalPartitionsOfTable\", \"DynamicRange\".",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"partitionSettings": {
"description": "The settings that will be leveraged for Oracle source partitioning.",
Expand Down Expand Up @@ -3166,7 +3171,8 @@
},
"partitionOption": {
"description": "The partition mechanism that will be used for teradata read in parallel. Possible values include: \"None\", \"Hash\", \"DynamicRange\".",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"partitionSettings": {
"description": "The settings that will be leveraged for teradata source partitioning.",
Expand Down Expand Up @@ -3987,7 +3993,8 @@
},
"partitionOption": {
"description": "The partition mechanism that will be used for Netezza read in parallel. Possible values include: \"None\", \"DataSlice\", \"DynamicRange\".",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
},
"partitionSettings": {
"description": "The settings that will be leveraged for Netezza source partitioning.",
Expand Down Expand Up @@ -4570,7 +4577,8 @@
"properties": {
"copyBehavior": {
"description": "The type of copy behavior for copy sink.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-string"
}
}
},
Expand Down Expand Up @@ -4871,11 +4879,13 @@
},
"writeBehavior": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)"
},
"upsertSettings": {
"description": "SQL DW upsert settings.",
"type": "object",
"x-ms-format": "dfe-list-string",
"$ref": "#/definitions/SqlDWUpsertSettings"
}
}
Expand All @@ -4890,6 +4900,7 @@
},
"rejectValue": {
"type": "object",
"x-ms-format": "dfe-int",
"description": "Specifies the value or the percentage of rows that can be rejected before the query fails. Type: number (or Expression with resultType number), minimum: 0."
},
"rejectSampleValue": {
Expand Down Expand Up @@ -5282,7 +5293,8 @@
},
"enableAdlsSingleFileParallel": {
"description": "Single File Parallel.",
"type": "object"
"type": "object",
"x-ms-format": "dfe-bool"
}
}
},
Expand Down

0 comments on commit f265515

Please sign in to comment.