diff --git a/schemas/2021-06-01-preview/Microsoft.Synapse.json b/schemas/2021-06-01-preview/Microsoft.Synapse.json index 9abdcad881..71ea53ee43 100644 --- a/schemas/2021-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2021-06-01-preview/Microsoft.Synapse.json @@ -154,6 +154,9 @@ { "$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource" }, + { + "$ref": "#/definitions/workspaces_trustedServiceByPassConfiguration_childResource" + }, { "$ref": "#/definitions/workspaces_azureADOnlyAuthentications_childResource" } @@ -1890,6 +1893,40 @@ ], "description": "Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers" }, + "workspaces_trustedServiceByPassConfiguration": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-06-01-preview" + ] + }, + "name": { + "oneOf": [ + { + "type": "string", + "pattern": "^.*/default$" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ] + }, + "type": { + "type": "string", + "enum": [ + "Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration" + ] + } + }, + "required": [ + "apiVersion", + "name", + "type" + ], + "description": "Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration" + }, "workspaces_vulnerabilityAssessments": { "type": "object", "properties": { @@ -7414,6 +7451,35 @@ ], "description": "Microsoft.Synapse/workspaces/sqlPools/workloadGroups/workloadClassifiers" }, + "workspaces_trustedServiceByPassConfiguration_childResource": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2021-06-01-preview" + ] + }, + "name": { + "type": "string", + "enum": [ + "default" + ] + }, + "type": { + "type": "string", + "enum": [ + "trustedServiceByPassConfiguration" + ] + } + }, + "required": [ + "apiVersion", + "name", + "type" + ], + "description": "Microsoft.Synapse/workspaces/trustedServiceByPassConfiguration" + }, "workspaces_vulnerabilityAssessments_childResource": { "type": "object", "properties": { diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index 8c72ff1804..f1dcd3e324 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -19504,6 +19504,9 @@ { "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_sqlPools_workloadGroups_workloadClassifiers" }, + { + "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_trustedServiceByPassConfiguration" + }, { "$ref": "https://schema.management.azure.com/schemas/2021-06-01-preview/Microsoft.Synapse.json#/resourceDefinitions/workspaces_vulnerabilityAssessments" },