From b94f21be0793b63a9ef3d833b7b39df29ac2ac3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Arg=C3=BCelles-Garc=C3=ADa?= Date: Thu, 7 Apr 2022 08:02:20 -0700 Subject: [PATCH 1/3] Update Microsoft.MixedReality swagger to fix quality issues in s360 --- .../Microsoft.MixedReality/stable/2021-01-01/proxy.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/proxy.json b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/proxy.json index 20c3d166b337..2e4678d05298 100644 --- a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/proxy.json +++ b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/proxy.json @@ -335,6 +335,10 @@ "internalName": { "description": "Internal name of the dimension.", "type": "string" + }, + "toBeExportedForShoebox": { + "description": "Whether the dimension should be included for the shoebox export scenario.", + "type": "boolean" } } }, From 9d3b03a4aa7f742309c46277a7bf529f9f9a9088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Arg=C3=BCelles-Garc=C3=ADa?= Date: Thu, 7 Apr 2022 08:34:11 -0700 Subject: [PATCH 2/3] Fixing linter issue --- .../Microsoft.MixedReality/stable/2021-01-01/common.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json index 661c10fe5627..7c961faf2cd2 100644 --- a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json +++ b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json @@ -31,6 +31,7 @@ "properties": { "serial": { "type": "integer", + "format": "int32", "enum": [ 1, 2 From 591dfb6d4e3b34195990b5854d3170d38d2c3eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Arg=C3=BCelles-Garc=C3=ADa?= Date: Thu, 7 Apr 2022 11:21:37 -0700 Subject: [PATCH 3/3] Revert "Fixing linter issue" This reverts commit 9d3b03a4aa7f742309c46277a7bf529f9f9a9088. --- .../Microsoft.MixedReality/stable/2021-01-01/common.json | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json index 7c961faf2cd2..661c10fe5627 100644 --- a/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json +++ b/specification/mixedreality/resource-manager/Microsoft.MixedReality/stable/2021-01-01/common.json @@ -31,7 +31,6 @@ "properties": { "serial": { "type": "integer", - "format": "int32", "enum": [ 1, 2