From fa4d958532783adbfc994ac35cde84e9119365d7 Mon Sep 17 00:00:00 2001 From: Patricia Huang Date: Fri, 11 Aug 2023 16:21:29 -0700 Subject: [PATCH] s360 fixes from https://github.com/Azure/azure-rest-api-specs-pr/pull/13587/files --- .../preview/2021-07-01-preview/virtualMachines.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-07-01-preview/virtualMachines.json b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-07-01-preview/virtualMachines.json index 2f8fe8523931..1ea691fb2774 100644 --- a/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-07-01-preview/virtualMachines.json +++ b/specification/azurestackhci/resource-manager/Microsoft.AzureStackHCI/preview/2021-07-01-preview/virtualMachines.json @@ -415,7 +415,8 @@ "type": "object", "properties": { "vmSize": { - "type": "string" + "type": "string", + "default": "Default" }, "processors": { "type": "integer", @@ -610,7 +611,11 @@ "properties": { "name": { "type": "string", - "description": "Name - Name of the image" + "description": "Name - Name of the image", + "x-ms-mutability": [ + "create", + "read" + ] } }, "description": "Which Image to use for the virtual machine"