Skip to content

Commit

Permalink
[ReleasePR machinelearningservices] set disableLocalAuth to be read-o…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Aug 26, 2022
2 parents 45b2b39 + 90759c3 commit 0bfc1a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions schemas/2022-05-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5708,7 +5708,7 @@
"sparkJobEntryType": {
"type": "string",
"enum": [
"SparkJobPythonEntry"
"SparkJobScalaEntry"
]
}
},
Expand Down

0 comments on commit 0bfc1a4

Please sign in to comment.