Skip to content

Commit

Permalink
fix public swagger issues (Azure#6396)
Browse files Browse the repository at this point in the history
* Modify the public swagger by reference to private swagger

* modify swagger

* Change XxxSetting to XxxSettings in private swagger
  • Loading branch information
Yiliu-microsoft authored and celikcigdem committed Jul 17, 2019
1 parent 464996c commit 404f1eb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 216 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1182,36 +1182,6 @@
}
}
},
"TeradataTableDatasetTypeProperties": {
"description": "Teradata dataset properties.",
"properties": {
"database": {
"type": "object",
"description": "The database name of Teradata. Type: string (or Expression with resultType string)."
},
"table": {
"type": "object",
"description": "The table name of Teradata. Type: string (or Expression with resultType string)."
}
}
},
"TeradataTableDataset": {
"x-ms-discriminator-value": "TeradataTable",
"description": "The Teradata database dataset.",
"type": "object",
"allOf": [
{
"$ref": "#/definitions/Dataset"
}
],
"properties": {
"typeProperties": {
"description": "Teradata dataset properties.",
"x-ms-client-flatten": true,
"$ref": "#/definitions/TeradataTableDatasetTypeProperties"
}
}
},
"AzureMySqlTableDataset": {
"x-ms-discriminator-value": "AzureMySqlTable",
"description": "The Azure MySQL database dataset.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -937,10 +937,6 @@
"TeradataLinkedServiceTypeProperties": {
"description": "Teradata linked service properties.",
"properties": {
"connectionString": {
"description": "Teradata ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.",
"type": "object"
},
"server": {
"type": "object",
"description": "Server name for connection. Type: string (or Expression with resultType string)."
Expand Down Expand Up @@ -969,7 +965,10 @@
"type": "object",
"description": "The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string)."
}
}
},
"required": [
"server"
]
},
"AzureMLLinkedService": {
"x-ms-discriminator-value": "AzureML",
Expand Down
Loading

0 comments on commit 404f1eb

Please sign in to comment.