Skip to content

Commit

Permalink
set disableLocalAuth to be read-only in swagger (#20358)
Browse files Browse the repository at this point in the history
Co-authored-by: Bingchen Li <[email protected]>
  • Loading branch information
libc16 and libc16 authored Aug 26, 2022
1 parent b23f35d commit 700edef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3218,7 +3218,8 @@
},
"disableLocalAuth": {
"type": "boolean",
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication."
"description": "Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.",
"readOnly": true
}
},
"required": [
Expand Down

0 comments on commit 700edef

Please sign in to comment.