Skip to content

Commit

Permalink
CodeGen from PR 20847 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 4a584ab936b29a4dfae3c8f194165e25a21a8139 into 42f5ee0668c7a6ec7ac2b8e7a6c8c9ec069458af
  • Loading branch information
SDKAuto committed Sep 23, 2022
1 parent 97bdbbc commit 16c4e69
Show file tree
Hide file tree
Showing 4 changed files with 8,850 additions and 1 deletion.
11 changes: 11 additions & 0 deletions schemas/2022-05-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -2397,6 +2397,17 @@
"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": [
"SparkJobScalaEntry"
"SparkJobPythonEntry"
]
}
},
Expand Down
Loading

0 comments on commit 16c4e69

Please sign in to comment.