From b90faaac452ec9a9e53aa5157ad546031f541b13 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 1 Sep 2021 01:47:55 +0000 Subject: [PATCH] CodeGen from PR 15871 in Azure/azure-rest-api-specs Add property enableNodePublicIp (#15871) Co-authored-by: Chris Jiang --- .../Microsoft.MachineLearningServices.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json b/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json index dd58eed844..2aeebeb82a 100644 --- a/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json +++ b/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json @@ -2832,6 +2832,18 @@ ], "description": "The Compute Instance Authorization type. Available values are personal (default)." }, + "enableNodePublicIp": { + "oneOf": [ + { + "type": "boolean", + "default": true + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Enable or disable node public IP address provisioning. Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs." + }, "personalComputeInstanceSettings": { "oneOf": [ {