Skip to content

Commit

Permalink
Adding DisableLocalAuth property in PUT payload (#15819)
Browse files Browse the repository at this point in the history
* Adding diable local auth in PUT payload

* Adding diable local auth in PUT payload

Co-authored-by: Sekhar Samala <[email protected]>
  • Loading branch information
chsamala2 and chsamala authored Aug 27, 2021
1 parent 969a255 commit b020247
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,10 @@
"publicNetworkAccess": {
"type": "boolean",
"description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet"
},
"disableLocalAuth": {
"type": "boolean",
"description": "Indicates whether requests using non-AAD authentication are blocked"
}
},
"description": "The parameters supplied to the create or update account properties."
Expand Down

0 comments on commit b020247

Please sign in to comment.