From 298fee4b35a74fda9f1498b24c90b6e96a208eb7 Mon Sep 17 00:00:00 2001 From: zhaomuzhi Date: Thu, 1 Jul 2021 14:59:28 -0700 Subject: [PATCH] grab change from https://github.com/Azure/azure-rest-api-specs/pull/14705/files --- .../stable/2021-07-01/examples/VirtualMachineSize/list.json | 2 +- .../stable/2021-07-01/machineLearningServices.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/examples/VirtualMachineSize/list.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/examples/VirtualMachineSize/list.json index 5d6d4bd2af4f..4f40d0f4efb4 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/examples/VirtualMachineSize/list.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/examples/VirtualMachineSize/list.json @@ -7,7 +7,7 @@ "responses": { "200": { "body": { - "amlCompute": [ + "value": [ { "name": "Standard_D1_v2", "family": "standardDv2Family", diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json index 4326a317765e..2ab56047427b 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-07-01/machineLearningServices.json @@ -2006,7 +2006,8 @@ }, "containerRegistry": { "description": "ARM id of the container registry associated with this workspace. This cannot be changed once the workspace has been created", - "type": "string" + "type": "string", + "x-nullable": true }, "storageAccount": { "description": "ARM id of the storage account associated with this workspace. This cannot be changed once the workspace has been created", @@ -2397,7 +2398,7 @@ }, "VirtualMachineSizeListResult": { "properties": { - "amlCompute": { + "value": { "type": "array", "items": { "$ref": "#/definitions/VirtualMachineSize" @@ -4629,6 +4630,7 @@ }, "NotebookPreparationError": { "type": "object", + "x-nullable": true, "properties": { "errorMessage": { "type": "string"