Skip to content

Commit 03a5d86

Browse files
author
msftbot[bot]
authored
[ReleasePR automation] Adding DisableLocalAuth property in PUT payload (#1869)
Create to sync Azure/azure-rest-api-specs#15819 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/main...AzureSDKAutomation:sdkAuto/automation?expand=1)
2 parents 29b85f1 + e41d03c commit 03a5d86

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)