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.
2 parents 29b85f1 + e41d03c commit 03a5d86Copy full SHA for 03a5d86
schemas/2021-06-22/Microsoft.Automation.json
@@ -175,6 +175,17 @@
175
"AutomationAccountCreateOrUpdateProperties": {
176
"type": "object",
177
"properties": {
178
+ "disableLocalAuth": {
179
+ "oneOf": [
180
+ {
181
+ "type": "boolean"
182
+ },
183
184
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
185
+ }
186
+ ],
187
+ "description": "Indicates whether requests using non-AAD authentication are blocked"
188
189
"encryption": {
190
"oneOf": [
191
{
0 commit comments