Skip to content

Commit 89b46c7

Browse files
author
SDKAuto
committed
CodeGen from PR 13885 in Azure/azure-rest-api-specs
Remove all schema readme (#13885) * Remove all schema readme * process new rp * Remove after_scripts
1 parent ab51a5d commit 89b46c7

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10820,7 +10820,8 @@
1082010820
"type": "string",
1082110821
"enum": [
1082210822
"IntegrationRuntimeReference",
10823-
"LinkedServiceReference"
10823+
"LinkedServiceReference",
10824+
"CredentialReference"
1082410825
]
1082510826
},
1082610827
{
@@ -10943,15 +10944,19 @@
1094310944
"properties": {},
1094410945
"description": "The partial data of one sheet. Type: string (or Expression with resultType string)."
1094510946
},
10947+
"sheetIndex": {
10948+
"type": "object",
10949+
"properties": {},
10950+
"description": "The sheet index of excel file and default value is 0. Type: integer (or Expression with resultType integer)"
10951+
},
1094610952
"sheetName": {
1094710953
"type": "object",
1094810954
"properties": {},
10949-
"description": "The sheet of excel file. Type: string (or Expression with resultType string)."
10955+
"description": "The sheet name of excel file. Type: string (or Expression with resultType string)."
1095010956
}
1095110957
},
1095210958
"required": [
10953-
"location",
10954-
"sheetName"
10959+
"location"
1095510960
],
1095610961
"description": "Excel dataset properties."
1095710962
},
@@ -16328,6 +16333,17 @@
1632816333
],
1632916334
"description": "License type for bringing your own license scenario."
1633016335
},
16336+
"managedCredential": {
16337+
"oneOf": [
16338+
{
16339+
"$ref": "#/definitions/EntityReference"
16340+
},
16341+
{
16342+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
16343+
}
16344+
],
16345+
"description": "The entity reference."
16346+
},
1633116347
"packageStores": {
1633216348
"oneOf": [
1633316349
{

0 commit comments

Comments
 (0)