From 885f6f2fbdee3037a8c62fc67d12b75afe09ed90 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 27 Aug 2021 11:20:46 +0000 Subject: [PATCH] CodeGen from PR 15819 in Azure/azure-rest-api-specs Merge 1057b283b8cf3cde34c39b8dd5ebf057714a1aa4 into 969a255137c3e1b1cf86eba31220430e87a07f9b --- schemas/2021-06-22/Microsoft.Automation.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schemas/2021-06-22/Microsoft.Automation.json b/schemas/2021-06-22/Microsoft.Automation.json index d31dcc9cc4..afb8bb0da3 100644 --- a/schemas/2021-06-22/Microsoft.Automation.json +++ b/schemas/2021-06-22/Microsoft.Automation.json @@ -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": [ {