File tree Expand file tree Collapse file tree 1 file changed +20
-4
lines changed
Expand file tree Collapse file tree 1 file changed +20
-4
lines changed Original file line number Diff line number Diff line change 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 },
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 {
You can’t perform that action at this time.
0 commit comments