Skip to content

Commit

Permalink
CodeGen from PR 15765 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Remove readonly for uploadtimestamp (#15765)

Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
  • Loading branch information
SDKAuto and Dongwei Wang committed Aug 27, 2021
1 parent c3f6983 commit 4a2fcf0
Show file tree
Hide file tree
Showing 4 changed files with 5,958 additions and 0 deletions.
16 changes: 16 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 Expand Up @@ -2825,6 +2836,11 @@
"type": {
"type": "string",
"description": "Type of the library."
},
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The last update time of the library."
}
},
"description": "Library/package information of a Big Data pool powered by Apache Spark"
Expand Down
159 changes: 159 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 @@ -3960,6 +4056,11 @@
"type": {
"type": "string",
"description": "Type of the library."
},
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"description": "The last update time of the library."
}
},
"description": "Library/package information of a Big Data pool powered by Apache Spark"
Expand Down Expand Up @@ -5125,6 +5226,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 +5622,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 +5906,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 4a2fcf0

Please sign in to comment.