From 1cf223aadf86f1d39e58b7bdc8121bf13f2ec313 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 6 Aug 2021 20:40:09 +0000 Subject: [PATCH] CodeGen from PR 15086 in Azure/azure-rest-api-specs Merge 2643895d209db59f461e7597c051ad0f6fc1ac09 into dba6ed1f03bda88ac6884c0a883246446cc72495 --- schemas/2021-06-01-preview/Microsoft.Synapse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schemas/2021-06-01-preview/Microsoft.Synapse.json b/schemas/2021-06-01-preview/Microsoft.Synapse.json index e590d80a35..a237c4572d 100644 --- a/schemas/2021-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2021-06-01-preview/Microsoft.Synapse.json @@ -5516,6 +5516,17 @@ "WorkspaceProperties": { "type": "object", "properties": { + "azureADOnlyAuthentication": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource" + }, "connectivityEndpoints": { "oneOf": [ {