Skip to content

Commit b020247

Browse files
chsamala2chsamala
andauthored
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]>
1 parent 969a255 commit b020247

File tree

1 file changed

+4
-0
lines changed
  • specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22

1 file changed

+4
-0
lines changed

specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@
632632
"publicNetworkAccess": {
633633
"type": "boolean",
634634
"description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet"
635+
},
636+
"disableLocalAuth": {
637+
"type": "boolean",
638+
"description": "Indicates whether requests using non-AAD authentication are blocked"
635639
}
636640
},
637641
"description": "The parameters supplied to the create or update account properties."

0 commit comments

Comments
 (0)