Skip to content

Commit febc3bb

Browse files
author
msftbot[bot]
authored
[ReleasePR streamanalytics] [Stream Analytics] Fix S360 for auto-scale feature (Azure#2562)
Create to sync Azure/azure-rest-api-specs#20090 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/streamanalytics?expand=1)
2 parents 44bbc3a + 7e1a9e2 commit febc3bb

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json

+22
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@
6262
]
6363
}
6464
},
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+
},
6576
"tags": {
6677
"oneOf": [
6778
{
@@ -3206,6 +3217,17 @@
32063217
"Sku": {
32073218
"type": "object",
32083219
"properties": {
3220+
"capacity": {
3221+
"oneOf": [
3222+
{
3223+
"type": "integer"
3224+
},
3225+
{
3226+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3227+
}
3228+
],
3229+
"description": "The capacity of the SKU."
3230+
},
32093231
"name": {
32103232
"oneOf": [
32113233
{

0 commit comments

Comments
 (0)