From 1a8a9d27df1c2882b62e6e81d6aa3aec951634b3 Mon Sep 17 00:00:00 2001 From: Yingying Song Date: Thu, 28 May 2020 20:40:20 -0700 Subject: [PATCH] update --- .../2020-05-15-preview/examples/createBasicAmlCompute.json | 1 + .../preview/2020-05-15-preview/examples/getAmlCompute.json | 1 + .../preview/2020-05-15-preview/machineLearningServices.json | 4 ++++ 3 files changed, 6 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/createBasicAmlCompute.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/createBasicAmlCompute.json index 4e1e97364eb7..986fb5856379 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/createBasicAmlCompute.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/createBasicAmlCompute.json @@ -16,6 +16,7 @@ "virtualMachineImage": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myImageGallery/images/myImageDefinition/versions/0.0.1" }, + "isolatedNetwork": false, "scaleSettings": { "maxNodeCount": 1, "minNodeCount": 0, diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/getAmlCompute.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/getAmlCompute.json index 43bec81a15fb..8b02e30748f0 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/getAmlCompute.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/examples/getAmlCompute.json @@ -23,6 +23,7 @@ "vmPriority": "Dedicated", "osType": "Windows", "virtualMachineImage": null, + "isolatedNetwork": null, "subnet": "test-subnet-resource-id", "scaleSettings": { "maxNodeCount": 1, diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/machineLearningServices.json index 1d2e9855d69e..7d219648567f 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-05-15-preview/machineLearningServices.json @@ -2283,6 +2283,10 @@ "description": "Virtual Machine image for AML Compute - windows only", "$ref": "#/definitions/VirtualMachineImage" }, + "isolatedNetwork": { + "description": "Network is isolated or not", + "type": "boolean" + }, "scaleSettings": { "description": "Scale settings for AML Compute", "$ref": "#/definitions/ScaleSettings"