From 166e6f3b161ede7a04885d7e8cf23a5bd81b1392 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 24 Aug 2022 06:22:00 +0000 Subject: [PATCH] CodeGen from PR 20358 in Azure/azure-rest-api-specs Merge c09d26615bcbb2a816f42caa196db62403e39ecb into 8c6f54ef868240d16aebb269abf56b9a1adf7ecc --- .../2022-05-01/Microsoft.MachineLearningServices.json | 11 ----------- .../Microsoft.MachineLearningServices.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/schemas/2022-05-01/Microsoft.MachineLearningServices.json b/schemas/2022-05-01/Microsoft.MachineLearningServices.json index 101d8598b9..f69f329290 100644 --- a/schemas/2022-05-01/Microsoft.MachineLearningServices.json +++ b/schemas/2022-05-01/Microsoft.MachineLearningServices.json @@ -2397,17 +2397,6 @@ "type": "string", "description": "The description of the Machine Learning compute." }, - "disableLocalAuth": { - "oneOf": [ - { - "type": "boolean" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication." - }, "resourceId": { "type": "string", "description": "ARM resource id of the underlying compute" diff --git a/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json b/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json index 545b33767d..4211d2d20c 100644 --- a/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json +++ b/schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json @@ -5708,7 +5708,7 @@ "sparkJobEntryType": { "type": "string", "enum": [ - "SparkJobPythonEntry" + "SparkJobScalaEntry" ] } },