Skip to content

Commit

Permalink
[ReleasePR automation] Adding DisableLocalAuth property in PUT payload (
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Aug 27, 2021
2 parents 29b85f1 + e41d03c commit 03a5d86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/2021-06-22/Microsoft.Automation.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,17 @@
"AutomationAccountCreateOrUpdateProperties": {
"type": "object",
"properties": {
"disableLocalAuth": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Indicates whether requests using non-AAD authentication are blocked"
},
"encryption": {
"oneOf": [
{
Expand Down

0 comments on commit 03a5d86

Please sign in to comment.