Skip to content

Commit 5b50348

Browse files
author
msftbot[bot]
authored
[ReleasePR machinelearningservices] [MLC] re-mark disableLocalAuth property from readonly to mutability (#2615)
Create to sync Azure/azure-rest-api-specs#20562 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...azure-sdk:sdkAuto/machinelearningservices?expand=1)
2 parents f866075 + 9a8a2cd commit 5b50348

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,10 +2393,25 @@
23932393
}
23942394
],
23952395
"properties": {
2396+
"computeLocation": {
2397+
"type": "string",
2398+
"description": "Location for the underlying compute"
2399+
},
23962400
"description": {
23972401
"type": "string",
23982402
"description": "The description of the Machine Learning compute."
23992403
},
2404+
"disableLocalAuth": {
2405+
"oneOf": [
2406+
{
2407+
"type": "boolean"
2408+
},
2409+
{
2410+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2411+
}
2412+
],
2413+
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
2414+
},
24002415
"resourceId": {
24012416
"type": "string",
24022417
"description": "ARM resource id of the underlying compute"

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,10 +2548,25 @@
25482548
}
25492549
],
25502550
"properties": {
2551+
"computeLocation": {
2552+
"type": "string",
2553+
"description": "Location for the underlying compute"
2554+
},
25512555
"description": {
25522556
"type": "string",
25532557
"description": "The description of the Machine Learning compute."
25542558
},
2559+
"disableLocalAuth": {
2560+
"oneOf": [
2561+
{
2562+
"type": "boolean"
2563+
},
2564+
{
2565+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2566+
}
2567+
],
2568+
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
2569+
},
25552570
"resourceId": {
25562571
"type": "string",
25572572
"description": "ARM resource id of the underlying compute"

0 commit comments

Comments
 (0)