From c1bc73925b5523c88cc842a92fcef0009b125710 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 19 Oct 2021 02:56:35 +0000 Subject: [PATCH] CodeGen from PR 15777 in Azure/azure-rest-api-specs Enable SDK automation for track-2 SDKs (#15777) * Add blockchain to latest profile * Add additional types * Enable SDK automation for track-2 SDKs * Revert extra changes * Revert * Revert * Revert Co-authored-by: Mark Cowlishaw --- .../Microsoft.MachineLearningServices.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json b/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json index 2aeebeb82a..dd58eed844 100644 --- a/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json +++ b/schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json @@ -2832,18 +2832,6 @@ ], "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": [ {