From e61e745a10ab320b588e406dc480e2ec91c305be Mon Sep 17 00:00:00 2001 From: Bingchen Li Date: Thu, 6 Jan 2022 15:32:21 +0800 Subject: [PATCH] add nullable for subnet of AmlComputeProperties --- .../stable/2021-10-01/machineLearningServices.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json index 2a80be932300..906d874657cf 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-10-01/machineLearningServices.json @@ -3321,7 +3321,8 @@ "subnet": { "title": "Subnet.", "description": "Virtual network subnet resource ID the compute nodes belong to.", - "$ref": "#/definitions/ResourceId" + "$ref": "#/definitions/ResourceId", + "x-nullable": true }, "remoteLoginPortPublicAccess": { "type": "string",