Skip to content

Commit 0bfc1a4

Browse files
author
msftbot[bot]
authored
[ReleasePR machinelearningservices] set disableLocalAuth to be read-only in swagger (#2535)
Create to sync Azure/azure-rest-api-specs#20358 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/machinelearningservices?expand=1)
2 parents 45b2b39 + 90759c3 commit 0bfc1a4

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

schemas/2022-05-01/Microsoft.MachineLearningServices.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,17 +2397,6 @@
23972397
"type": "string",
23982398
"description": "The description of the Machine Learning compute."
23992399
},
2400-
"disableLocalAuth": {
2401-
"oneOf": [
2402-
{
2403-
"type": "boolean"
2404-
},
2405-
{
2406-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2407-
}
2408-
],
2409-
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
2410-
},
24112400
"resourceId": {
24122401
"type": "string",
24132402
"description": "ARM resource id of the underlying compute"

schemas/2022-06-01-preview/Microsoft.MachineLearningServices.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5708,7 +5708,7 @@
57085708
"sparkJobEntryType": {
57095709
"type": "string",
57105710
"enum": [
5711-
"SparkJobPythonEntry"
5711+
"SparkJobScalaEntry"
57125712
]
57135713
}
57145714
},

0 commit comments

Comments
 (0)