Skip to content

Commit

Permalink
CodeGen from PR 13885 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Remove all schema readme (#13885)

* Remove all schema readme

* process new rp

* Remove after_scripts
  • Loading branch information
SDKAuto committed Apr 29, 2021
1 parent ab51a5d commit 89b46c7
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions schemas/2018-06-01/Microsoft.DataFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -10820,7 +10820,8 @@
"type": "string",
"enum": [
"IntegrationRuntimeReference",
"LinkedServiceReference"
"LinkedServiceReference",
"CredentialReference"
]
},
{
Expand Down Expand Up @@ -10943,15 +10944,19 @@
"properties": {},
"description": "The partial data of one sheet. Type: string (or Expression with resultType string)."
},
"sheetIndex": {
"type": "object",
"properties": {},
"description": "The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)"
},
"sheetName": {
"type": "object",
"properties": {},
"description": "The sheet of excel file. Type: string (or Expression with resultType string)."
"description": "The sheet name of excel file. Type: string (or Expression with resultType string)."
}
},
"required": [
"location",
"sheetName"
"location"
],
"description": "Excel dataset properties."
},
Expand Down Expand Up @@ -16328,6 +16333,17 @@
],
"description": "License type for bringing your own license scenario."
},
"managedCredential": {
"oneOf": [
{
"$ref": "#/definitions/EntityReference"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The entity reference."
},
"packageStores": {
"oneOf": [
{
Expand Down

0 comments on commit 89b46c7

Please sign in to comment.