Skip to content

Commit

Permalink
[ReleasePR streamanalytics] [Stream Analytics] Fix S360 for auto-scal…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 5, 2022
2 parents 44bbc3a + 7e1a9e2 commit febc3bb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions schemas/2021-10-01-preview/Microsoft.StreamAnalytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@
]
}
},
"sku": {
"oneOf": [
{
"$ref": "#/definitions/Sku"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The properties that are associated with a SKU."
},
"tags": {
"oneOf": [
{
Expand Down Expand Up @@ -3206,6 +3217,17 @@
"Sku": {
"type": "object",
"properties": {
"capacity": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The capacity of the SKU."
},
"name": {
"oneOf": [
{
Expand Down

0 comments on commit febc3bb

Please sign in to comment.