We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969a255 commit b020247Copy full SHA for b020247
specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json
@@ -632,6 +632,10 @@
632
"publicNetworkAccess": {
633
"type": "boolean",
634
"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"
639
}
640
},
641
"description": "The parameters supplied to the create or update account properties."
0 commit comments