We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44bbc3a + 7e1a9e2 commit febc3bbCopy full SHA for febc3bb
schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json
@@ -62,6 +62,17 @@
62
]
63
}
64
},
65
+ "sku": {
66
+ "oneOf": [
67
+ {
68
+ "$ref": "#/definitions/Sku"
69
+ },
70
71
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
72
+ }
73
+ ],
74
+ "description": "The properties that are associated with a SKU."
75
76
"tags": {
77
"oneOf": [
78
{
@@ -3206,6 +3217,17 @@
3206
3217
"Sku": {
3207
3218
"type": "object",
3208
3219
"properties": {
3220
+ "capacity": {
3221
3222
3223
+ "type": "integer"
3224
3225
3226
3227
3228
3229
+ "description": "The capacity of the SKU."
3230
3209
3231
"name": {
3210
3232
3211
3233
0 commit comments