File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed
schemas/2021-03-15-preview Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments