From f25b8f9e5dae0d661ade78b594361e533d2e211d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 24 Aug 2021 17:12:01 +0000 Subject: [PATCH] CodeGen from PR 15763 in Azure/azure-rest-api-specs Merge 44db5d144edf9ef838600e07d53902f26984a5c6 into 44017a20d8c022217b31e15643595fc7aff87926 --- .../Microsoft.MixedReality.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/schemas/2021-03-01-preview/Microsoft.MixedReality.json b/schemas/2021-03-01-preview/Microsoft.MixedReality.json index 298bb84d22..b8527e5895 100644 --- a/schemas/2021-03-01-preview/Microsoft.MixedReality.json +++ b/schemas/2021-03-01-preview/Microsoft.MixedReality.json @@ -23,6 +23,17 @@ } ] }, + "kind": { + "oneOf": [ + { + "$ref": "#/definitions/Sku" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The resource model definition representing SKU" + }, "location": { "type": "string", "description": "The geo-location where the resource lives" @@ -41,6 +52,17 @@ ], "description": "Name of an Mixed Reality Account." }, + "plan": { + "oneOf": [ + { + "$ref": "#/definitions/Identity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Identity for the resource." + }, "properties": { "oneOf": [ { @@ -52,6 +74,17 @@ ], "description": "Common Properties shared by Mixed Reality Accounts" }, + "sku": { + "oneOf": [ + { + "$ref": "#/definitions/Sku" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The resource model definition representing SKU" + }, "tags": { "oneOf": [ {