From f1178dccd7ebd21c2a4e11ea05cbac1332586cdb Mon Sep 17 00:00:00 2001 From: Sekhar Samala Date: Fri, 27 Aug 2021 15:15:03 +0530 Subject: [PATCH 1/2] Adding diable local auth in PUT payload --- .../Microsoft.Automation/stable/2021-06-22/account.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json index ea04b59e89ce..825bd08d722f 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json @@ -632,7 +632,11 @@ "publicNetworkAccess": { "type": "boolean", "description": "Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet" - } + }, + "disableLocalAuth": { + "type": "boolean", + "description": "Indicates whether requests using non-AAD authentication are blocked" + } }, "description": "The parameters supplied to the create or update account properties." }, From 1057b283b8cf3cde34c39b8dd5ebf057714a1aa4 Mon Sep 17 00:00:00 2001 From: Sekhar Samala Date: Fri, 27 Aug 2021 16:45:08 +0530 Subject: [PATCH 2/2] Adding diable local auth in PUT payload --- .../Microsoft.Automation/stable/2021-06-22/account.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json b/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json index 825bd08d722f..89b1edb9ed07 100644 --- a/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json +++ b/specification/automation/resource-manager/Microsoft.Automation/stable/2021-06-22/account.json @@ -636,7 +636,7 @@ "disableLocalAuth": { "type": "boolean", "description": "Indicates whether requests using non-AAD authentication are blocked" - } + } }, "description": "The parameters supplied to the create or update account properties." },