Skip to content

Commit 3f819ae

Browse files
author
SDKAuto
committed
CodeGen from PR 16207 in Azure/azure-rest-api-specs
Fix schemas readme files (#16207) * Fix schemas readme files * fix ref
1 parent efe4a32 commit 3f819ae

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

schemas/2021-03-15-preview/Microsoft.Quota.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -48,55 +48,9 @@
4848
"definitions": {
4949
"LimitJsonObject": {
5050
"type": "object",
51-
"oneOf": [
52-
{
53-
"$ref": "#/definitions/LimitObject"
54-
}
55-
],
5651
"properties": {},
5752
"description": "LimitJson abstract class."
5853
},
59-
"LimitObject": {
60-
"type": "object",
61-
"properties": {
62-
"limitObjectType": {
63-
"type": "string",
64-
"enum": [
65-
"LimitValue"
66-
]
67-
},
68-
"limitType": {
69-
"oneOf": [
70-
{
71-
"type": "string",
72-
"enum": [
73-
"Independent",
74-
"Shared"
75-
]
76-
},
77-
{
78-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
79-
}
80-
]
81-
},
82-
"value": {
83-
"oneOf": [
84-
{
85-
"type": "integer"
86-
},
87-
{
88-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
89-
}
90-
],
91-
"description": "The quota/limit value"
92-
}
93-
},
94-
"required": [
95-
"limitObjectType",
96-
"value"
97-
],
98-
"description": "The resource quota limit value."
99-
},
10054
"QuotaProperties": {
10155
"type": "object",
10256
"properties": {

0 commit comments

Comments
 (0)