From 3f819aeca5152083bea10be8a0b5be6d20bea468 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 1 Nov 2021 02:12:50 +0000 Subject: [PATCH] CodeGen from PR 16207 in Azure/azure-rest-api-specs Fix schemas readme files (#16207) * Fix schemas readme files * fix ref --- .../2021-03-15-preview/Microsoft.Quota.json | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/schemas/2021-03-15-preview/Microsoft.Quota.json b/schemas/2021-03-15-preview/Microsoft.Quota.json index 916cf07d70..ea6c4c4c29 100644 --- a/schemas/2021-03-15-preview/Microsoft.Quota.json +++ b/schemas/2021-03-15-preview/Microsoft.Quota.json @@ -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": {