We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f49ae3 + 105e4f1 commit a639719Copy full SHA for a639719
schemas/2017-10-01/Microsoft.PowerBIDedicated.json
@@ -127,6 +127,17 @@
127
"ResourceSku": {
128
"type": "object",
129
"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
141
"name": {
142
"type": "string",
143
"description": "Name of the SKU level."
0 commit comments