Skip to content

Commit d82f008

Browse files
author
SDKAuto
committed
CodeGen from PR 15915 in Azure/azure-rest-api-specs
Merge 76fbd052fb7bf1d274412cc39d1f26b143ef8c92 into 5d09c12c024fa7efbaca6a95b9741a46a886fe6f
1 parent 9d96184 commit d82f008

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,32 @@
120120
}
121121
],
122122
"description": "An array of administrator user identities"
123+
},
124+
"friendlyName": {
125+
"type": "string",
126+
"description": "Capacity name"
127+
},
128+
"tenantId": {
129+
"type": "string",
130+
"description": "Tenant ID for the capacity. Used for creating Pro Plus capacity."
123131
}
124132
},
125133
"description": "Properties of Dedicated Capacity resource."
126134
},
127135
"ResourceSku": {
128136
"type": "object",
129137
"properties": {
138+
"capacity": {
139+
"oneOf": [
140+
{
141+
"type": "integer"
142+
},
143+
{
144+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
145+
}
146+
],
147+
"description": "The capacity of the SKU."
148+
},
130149
"name": {
131150
"type": "string",
132151
"description": "Name of the SKU level."

0 commit comments

Comments
 (0)