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 acefaa6 + 6f43693 commit f570490Copy full SHA for f570490
schemas/2021-01-01/Microsoft.PowerBIDedicated.json
@@ -252,6 +252,17 @@
252
"CapacitySku": {
253
"type": "object",
254
"properties": {
255
+ "capacity": {
256
+ "oneOf": [
257
+ {
258
+ "type": "integer"
259
+ },
260
261
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
262
+ }
263
+ ],
264
+ "description": "The capacity of the SKU."
265
266
"name": {
267
"type": "string",
268
"description": "Name of the SKU level."
0 commit comments