Skip to content

Commit

Permalink
[ReleasePR reservations] Fix S360 Linting Errors in Microsoft.Capacity (
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Nov 24, 2021
2 parents 480dffb + 8b40aac commit caa143d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions schemas/2020-10-25/Microsoft.Capacity.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,21 @@
"description": "Additional properties for the specified resource provider."
},
"resourceType": {
"type": "object",
"properties": {},
"oneOf": [
{
"type": "string",
"enum": [
"standard",
"dedicated",
"lowPriority",
"shared",
"serviceSpecific"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The name of the resource type."
},
"unit": {
Expand Down

0 comments on commit caa143d

Please sign in to comment.