Skip to content

Commit 700edef

Browse files
authored
set disableLocalAuth to be read-only in swagger (#20358)
Co-authored-by: Bingchen Li <[email protected]>
1 parent b23f35d commit 700edef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2022-05-01/machineLearningServices.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3218,7 +3218,8 @@
32183218
},
32193219
"disableLocalAuth": {
32203220
"type": "boolean",
3221-
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
3221+
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.",
3222+
"readOnly": true
32223223
}
32233224
},
32243225
"required": [

0 commit comments

Comments
 (0)