File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed
Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 1163311633 ],
1163411634 "description": "Integration runtime reference type."
1163511635 },
11636+ "queries": {
11637+ "oneOf": [
11638+ {
11639+ "type": "array",
11640+ "items": {
11641+ "$ref": "#/definitions/PowerQuerySinkMapping"
11642+ }
11643+ },
11644+ {
11645+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
11646+ }
11647+ ],
11648+ "description": "List of mapping for Power Query mashup query to sink dataset(s)."
11649+ },
1163611650 "runConcurrently": {
1163711651 "type": "object",
1163811652 "properties": {},
1165111665 "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1165211666 }
1165311667 ],
11654- "description": "List of Power Query activity sinks mapped to a queryName."
11668+ "description": "(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName."
1165511669 },
1165611670 "staging": {
1165711671 "oneOf": [
2178621800 ],
2178721801 "description": "Power query sink."
2178821802 },
21803+ "PowerQuerySinkMapping": {
21804+ "type": "object",
21805+ "properties": {
21806+ "dataflowSinks": {
21807+ "oneOf": [
21808+ {
21809+ "type": "array",
21810+ "items": {
21811+ "$ref": "#/definitions/PowerQuerySink"
21812+ }
21813+ },
21814+ {
21815+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
21816+ }
21817+ ],
21818+ "description": "List of sinks mapped to Power Query mashup query."
21819+ },
21820+ "queryName": {
21821+ "type": "string",
21822+ "description": "Name of the query in Power Query mashup document."
21823+ }
21824+ },
21825+ "description": "Map Power Query mashup query to sink dataset(s)."
21826+ },
2178921827 "PowerQuerySource": {
2179021828 "type": "object",
2179121829 "properties": {
2184321881 "PowerQueryTypeProperties": {
2184421882 "type": "object",
2184521883 "properties": {
21884+ "documentLocale": {
21885+ "type": "string",
21886+ "description": "Locale of the Power query mashup document."
21887+ },
2184621888 "script": {
2184721889 "type": "string",
2184821890 "description": "Power query mashup script."
You can’t perform that action at this time.
0 commit comments