Skip to content

Commit 4a2fcf0

Browse files
SDKAutoDongwei Wang
andcommitted
CodeGen from PR 15765 in Azure/azure-rest-api-specs
Remove readonly for uploadtimestamp (#15765) Co-authored-by: Dongwei Wang <dongwwa@microsoft.com>
1 parent c3f6983 commit 4a2fcf0

File tree

4 files changed

+5958
-0
lines changed

4 files changed

+5958
-0
lines changed

schemas/2019-06-01-preview/Microsoft.Synapse.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,6 +2495,17 @@
24952495
],
24962496
"description": "Unmatched properties from the message are deserialized this collection"
24972497
},
2498+
"cleanup": {
2499+
"oneOf": [
2500+
{
2501+
"type": "boolean"
2502+
},
2503+
{
2504+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2505+
}
2506+
],
2507+
"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."
2508+
},
24982509
"computeType": {
24992510
"oneOf": [
25002511
{
@@ -2825,6 +2836,11 @@
28252836
"type": {
28262837
"type": "string",
28272838
"description": "Type of the library."
2839+
},
2840+
"uploadedTimestamp": {
2841+
"type": "string",
2842+
"format": "date-time",
2843+
"description": "The last update time of the library."
28282844
}
28292845
},
28302846
"description": "Library/package information of a Big Data pool powered by Apache Spark"

schemas/2021-06-01-preview/Microsoft.Synapse.json

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
{
149149
"$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource"
150150
},
151+
{
152+
"$ref": "#/definitions/workspaces_azureADOnlyAuthentications_childResource"
153+
},
151154
{
152155
"$ref": "#/definitions/workspaces_kustoPools_childResource"
153156
}
@@ -278,6 +281,53 @@
278281
],
279282
"description": "Microsoft.Synapse/workspaces/auditingSettings"
280283
},
284+
"workspaces_azureADOnlyAuthentications": {
285+
"type": "object",
286+
"properties": {
287+
"apiVersion": {
288+
"type": "string",
289+
"enum": [
290+
"2021-06-01-preview"
291+
]
292+
},
293+
"name": {
294+
"oneOf": [
295+
{
296+
"type": "string",
297+
"pattern": "^.*/default$"
298+
},
299+
{
300+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
301+
}
302+
],
303+
"description": "name of the property"
304+
},
305+
"properties": {
306+
"oneOf": [
307+
{
308+
"$ref": "#/definitions/AzureADOnlyAuthenticationProperties"
309+
},
310+
{
311+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
312+
}
313+
],
314+
"description": "Azure Active Directory Only Authentication properties"
315+
},
316+
"type": {
317+
"type": "string",
318+
"enum": [
319+
"Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
320+
]
321+
}
322+
},
323+
"required": [
324+
"apiVersion",
325+
"name",
326+
"properties",
327+
"type"
328+
],
329+
"description": "Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
330+
},
281331
"workspaces_bigDataPools": {
282332
"type": "object",
283333
"properties": {
@@ -1991,6 +2041,26 @@
19912041
},
19922042
"description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
19932043
},
2044+
"AzureADOnlyAuthenticationProperties": {
2045+
"type": "object",
2046+
"properties": {
2047+
"azureADOnlyAuthentication": {
2048+
"oneOf": [
2049+
{
2050+
"type": "boolean"
2051+
},
2052+
{
2053+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2054+
}
2055+
],
2056+
"description": "Azure Active Directory Only Authentication enabled"
2057+
}
2058+
},
2059+
"required": [
2060+
"azureADOnlyAuthentication"
2061+
],
2062+
"description": "Azure Active Directory Only Authentication properties"
2063+
},
19942064
"AzureSku": {
19952065
"type": "object",
19962066
"properties": {
@@ -2529,9 +2599,24 @@
25292599
"type": "string",
25302600
"description": "Account URL"
25312601
},
2602+
"createManagedPrivateEndpoint": {
2603+
"oneOf": [
2604+
{
2605+
"type": "boolean"
2606+
},
2607+
{
2608+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2609+
}
2610+
],
2611+
"description": "Create managed private endpoint to this storage account or not"
2612+
},
25322613
"filesystem": {
25332614
"type": "string",
25342615
"description": "Filesystem name"
2616+
},
2617+
"resourceId": {
2618+
"type": "string",
2619+
"description": "ARM resource Id of this storage account"
25352620
}
25362621
},
25372622
"description": "Details of the data lake storage account associated with the workspace"
@@ -3426,6 +3511,17 @@
34263511
],
34273512
"description": "Unmatched properties from the message are deserialized this collection"
34283513
},
3514+
"cleanup": {
3515+
"oneOf": [
3516+
{
3517+
"type": "boolean"
3518+
},
3519+
{
3520+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
3521+
}
3522+
],
3523+
"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."
3524+
},
34293525
"computeType": {
34303526
"oneOf": [
34313527
{
@@ -3960,6 +4056,11 @@
39604056
"type": {
39614057
"type": "string",
39624058
"description": "Type of the library."
4059+
},
4060+
"uploadedTimestamp": {
4061+
"type": "string",
4062+
"format": "date-time",
4063+
"description": "The last update time of the library."
39634064
}
39644065
},
39654066
"description": "Library/package information of a Big Data pool powered by Apache Spark"
@@ -5125,6 +5226,11 @@
51255226
"format": "date-time",
51265227
"description": "Snapshot time to restore"
51275228
},
5229+
"sourceDatabaseDeletionDate": {
5230+
"type": "string",
5231+
"format": "date-time",
5232+
"description": "Specifies the time that the sql pool was deleted"
5233+
},
51285234
"sourceDatabaseId": {
51295235
"type": "string",
51305236
"description": "Source database to create from"
@@ -5516,6 +5622,17 @@
55165622
"WorkspaceProperties": {
55175623
"type": "object",
55185624
"properties": {
5625+
"azureADOnlyAuthentication": {
5626+
"oneOf": [
5627+
{
5628+
"type": "boolean"
5629+
},
5630+
{
5631+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
5632+
}
5633+
],
5634+
"description": "Enable or Disable AzureADOnlyAuthentication on All Workspace subresource"
5635+
},
55195636
"connectivityEndpoints": {
55205637
"oneOf": [
55215638
{
@@ -5789,6 +5906,48 @@
57895906
],
57905907
"description": "Microsoft.Synapse/workspaces/auditingSettings"
57915908
},
5909+
"workspaces_azureADOnlyAuthentications_childResource": {
5910+
"type": "object",
5911+
"properties": {
5912+
"apiVersion": {
5913+
"type": "string",
5914+
"enum": [
5915+
"2021-06-01-preview"
5916+
]
5917+
},
5918+
"name": {
5919+
"type": "string",
5920+
"enum": [
5921+
"default"
5922+
],
5923+
"description": "name of the property"
5924+
},
5925+
"properties": {
5926+
"oneOf": [
5927+
{
5928+
"$ref": "#/definitions/AzureADOnlyAuthenticationProperties"
5929+
},
5930+
{
5931+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
5932+
}
5933+
],
5934+
"description": "Azure Active Directory Only Authentication properties"
5935+
},
5936+
"type": {
5937+
"type": "string",
5938+
"enum": [
5939+
"azureADOnlyAuthentications"
5940+
]
5941+
}
5942+
},
5943+
"required": [
5944+
"apiVersion",
5945+
"name",
5946+
"properties",
5947+
"type"
5948+
],
5949+
"description": "Microsoft.Synapse/workspaces/azureADOnlyAuthentications"
5950+
},
57925951
"workspaces_bigDataPools_childResource": {
57935952
"type": "object",
57945953
"properties": {

0 commit comments

Comments
 (0)