Skip to content

Commit 333ff9a

Browse files
author
SDKAuto
committed
CodeGen from PR 16317 in Azure/azure-rest-api-specs
Modify module-name released (#16317) * add resourcemanager and add repo for go track2 * add resourcemanager * fix other
1 parent 29ac59e commit 333ff9a

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

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

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11633,6 +11633,20 @@
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": {},
@@ -11651,7 +11665,7 @@
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": [
@@ -21786,6 +21800,30 @@
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": {
@@ -21843,6 +21881,10 @@
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."

0 commit comments

Comments
 (0)