From 8e5914ec6824bc5eaaeb3627f5c498143374e7a3 Mon Sep 17 00:00:00 2001 From: anponnet Date: Tue, 4 May 2021 19:36:23 +0530 Subject: [PATCH] Additional properties not allowed: capabilities Json path: $.value[*].capabilities Additional properties not allowed: capabilities Json path: $.value[*].capabilities --- .../2021-02-01-preview/databoxedge.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json index 634314687a43..a2f2d5badd84 100644 --- a/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json +++ b/specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/preview/2021-02-01-preview/databoxedge.json @@ -5127,6 +5127,15 @@ } }, "readOnly": true + }, + "capabilities": { + "description": "The capability info of the SKU.", + "uniqueItems": false, + "type": "array", + "items": { + "$ref": "#/definitions/SkuCapability" + }, + "readOnly": true } } }, @@ -7669,6 +7678,22 @@ } } }, + "SkuCapability": { + "description": "The metadata to describe the capability.", + "type": "object", + "properties": { + "name": { + "description": "An invariant to describe the feature.", + "type": "string", + "readOnly": true + }, + "value": { + "description": "An invariant if the feature is measured by quantity.", + "type": "string", + "readOnly": true + } + } + }, "SkuCost": { "description": "The metadata for retrieving price info.", "type": "object",