Skip to content

Commit

Permalink
CodeGen from PR 15279 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 6d5fdd648e31c66bb08d05860f90216893d93fb4 into 44017a20d8c022217b31e15643595fc7aff87926
  • Loading branch information
SDKAuto committed Aug 24, 2021
1 parent 8840c59 commit b0009fb
Show file tree
Hide file tree
Showing 4 changed files with 5,948 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,17 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"cleanup": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true."
},
"computeType": {
"oneOf": [
{
Expand Down
154 changes: 154 additions & 0 deletions schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@
{
"$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource"
},
{
"$ref": "#/definitions/workspaces_azureADOnlyAuthentications_childResource"
},
{
"$ref": "#/definitions/workspaces_kustoPools_childResource"
}
Expand Down Expand Up @@ -278,6 +281,53 @@
],
"description": "Microsoft.Synapse/workspaces/auditingSettings"
},
"workspaces_azureADOnlyAuthentications": {
"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"
}
],
"description": "name of the property"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AzureADOnlyAuthenticationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Azure Active Directory Only Authentication properties"
},
"type": {
"type": "string",
"enum": [
"Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
},
"workspaces_bigDataPools": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1991,6 +2041,26 @@
},
"description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
},
"AzureADOnlyAuthenticationProperties": {
"type": "object",
"properties": {
"azureADOnlyAuthentication": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Azure Active Directory Only Authentication enabled"
}
},
"required": [
"azureADOnlyAuthentication"
],
"description": "Azure Active Directory Only Authentication properties"
},
"AzureSku": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -2529,9 +2599,24 @@
"type": "string",
"description": "Account URL"
},
"createManagedPrivateEndpoint": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Create managed private endpoint to this storage account or not"
},
"filesystem": {
"type": "string",
"description": "Filesystem name"
},
"resourceId": {
"type": "string",
"description": "ARM resource Id of this storage account"
}
},
"description": "Details of the data lake storage account associated with the workspace"
Expand Down Expand Up @@ -3426,6 +3511,17 @@
],
"description": "Unmatched properties from the message are deserialized this collection"
},
"cleanup": {
"oneOf": [
{
"type": "boolean"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true."
},
"computeType": {
"oneOf": [
{
Expand Down Expand Up @@ -5125,6 +5221,11 @@
"format": "date-time",
"description": "Snapshot time to restore"
},
"sourceDatabaseDeletionDate": {
"type": "string",
"format": "date-time",
"description": "Specifies the time that the sql pool was deleted"
},
"sourceDatabaseId": {
"type": "string",
"description": "Source database to create from"
Expand Down Expand Up @@ -5516,6 +5617,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": [
{
Expand Down Expand Up @@ -5789,6 +5901,48 @@
],
"description": "Microsoft.Synapse/workspaces/auditingSettings"
},
"workspaces_azureADOnlyAuthentications_childResource": {
"type": "object",
"properties": {
"apiVersion": {
"type": "string",
"enum": [
"2021-06-01-preview"
]
},
"name": {
"type": "string",
"enum": [
"default"
],
"description": "name of the property"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/AzureADOnlyAuthenticationProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Azure Active Directory Only Authentication properties"
},
"type": {
"type": "string",
"enum": [
"azureADOnlyAuthentications"
]
}
},
"required": [
"apiVersion",
"name",
"properties",
"type"
],
"description": "Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
},
"workspaces_bigDataPools_childResource": {
"type": "object",
"properties": {
Expand Down
Loading

0 comments on commit b0009fb

Please sign in to comment.