File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments