Skip to content

Commit 885f6f2

Browse files
author
SDKAuto
committed
CodeGen from PR 15819 in Azure/azure-rest-api-specs
Merge 1057b283b8cf3cde34c39b8dd5ebf057714a1aa4 into 969a255137c3e1b1cf86eba31220430e87a07f9b
1 parent 29b85f1 commit 885f6f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

schemas/2021-06-22/Microsoft.Automation.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,17 @@
175175
"AutomationAccountCreateOrUpdateProperties": {
176176
"type": "object",
177177
"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+
},
178189
"encryption": {
179190
"oneOf": [
180191
{

0 commit comments

Comments
 (0)