From e41d03c29d3e74e20e0dca064204e0069e218d43 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 27 Aug 2021 11:40:16 +0000 Subject: [PATCH] CodeGen from PR 15819 in Azure/azure-rest-api-specs 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 --- 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": [ {