Skip to content

Commit

Permalink
[MLC] re-mark disableLocalAuth property from readonly to mutability
Browse files Browse the repository at this point in the history
  • Loading branch information
libc16 committed Sep 2, 2022
1 parent 164cda3 commit a7804e4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3219,7 +3219,10 @@
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.",
"readOnly": true
"x-ms-mutability": [
"read",
"create"
]
}
},
"required": [
Expand Down

0 comments on commit a7804e4

Please sign in to comment.