Skip to content

Commit 105e4f1

Browse files
author
SDKAuto
committed
CodeGen from PR 15915 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.PowerBIdedicated to add version stable/2017-10-01 (#15915) * Update missing properties in PowerBIDedicated objects 2017-10-01 * Move PowerBIDedicated properties to new definitions * Realign error response to recommended schema. 202 response not necessary in older api-version.
1 parent 0f49ae3 commit 105e4f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

schemas/2017-10-01/Microsoft.PowerBIDedicated.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,17 @@
127127
"ResourceSku": {
128128
"type": "object",
129129
"properties": {
130+
"capacity": {
131+
"oneOf": [
132+
{
133+
"type": "integer"
134+
},
135+
{
136+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
137+
}
138+
],
139+
"description": "The capacity of the SKU."
140+
},
130141
"name": {
131142
"type": "string",
132143
"description": "Name of the SKU level."

0 commit comments

Comments
 (0)