Skip to content

Commit

Permalink
CodeGen from PR 15819 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Adding DisableLocalAuth property in PUT payload (#15819)

* Adding diable local auth in PUT payload

* Adding diable local auth in PUT payload

Co-authored-by: Sekhar Samala <[email protected]>
  • Loading branch information
SDKAuto and chsamala committed Aug 27, 2021
1 parent 29b85f1 commit e41d03c
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 e41d03c

Please sign in to comment.