Skip to content

Commit

Permalink
CodeGen from PR 20772 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 869a512635b4c823e81d9fa2fadc31952e68e781 into 33870e2c01e1d14cdf2c0cc9455cee833130e7de
  • Loading branch information
SDKAuto committed Sep 19, 2022
1 parent b1ef147 commit 03acf2f
Show file tree
Hide file tree
Showing 4 changed files with 7,997 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 03acf2f

Please sign in to comment.