Skip to content

Commit

Permalink
CodeGen from PR 21725 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
add missing workspace properties (#21725)
  • Loading branch information
SDKAuto committed Dec 1, 2022
1 parent 7b276f5 commit ae5063e
Show file tree
Hide file tree
Showing 4 changed files with 8,856 additions and 30 deletions.
15 changes: 0 additions & 15 deletions schemas/2022-05-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -2393,25 +2393,10 @@
}
],
"properties": {
"computeLocation": {
"type": "string",
"description": "Location for the underlying compute"
},
"description": {
"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
15 changes: 0 additions & 15 deletions schemas/2022-10-01/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,25 +2548,10 @@
}
],
"properties": {
"computeLocation": {
"type": "string",
"description": "Location for the underlying compute"
},
"description": {
"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
Loading

0 comments on commit ae5063e

Please sign in to comment.