Skip to content

Commit

Permalink
CodeGen from PR 16207 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Fix schemas readme files (#16207)

* Fix schemas readme files

* fix ref
  • Loading branch information
SDKAuto committed Nov 1, 2021
1 parent efe4a32 commit 3f819ae
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions schemas/2021-03-15-preview/Microsoft.Quota.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,55 +48,9 @@
"definitions": {
"LimitJsonObject": {
"type": "object",
"oneOf": [
{
"$ref": "#/definitions/LimitObject"
}
],
"properties": {},
"description": "LimitJson abstract class."
},
"LimitObject": {
"type": "object",
"properties": {
"limitObjectType": {
"type": "string",
"enum": [
"LimitValue"
]
},
"limitType": {
"oneOf": [
{
"type": "string",
"enum": [
"Independent",
"Shared"
]
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"value": {
"oneOf": [
{
"type": "integer"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "The quota/limit value"
}
},
"required": [
"limitObjectType",
"value"
],
"description": "The resource quota limit value."
},
"QuotaProperties": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 3f819ae

Please sign in to comment.