Skip to content

Commit 6582fb1

Browse files
author
Autogenerator Pipeline
committed
Autogenerate schemas
1 parent 0ac5526 commit 6582fb1

File tree

1 file changed

+29
-31
lines changed

1 file changed

+29
-31
lines changed

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

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,16 @@
10801080
},
10811081
"description": "Auto-scaling properties of a Big Data pool powered by Apache Spark"
10821082
},
1083+
"BabylonConfiguration": {
1084+
"type": "object",
1085+
"properties": {
1086+
"babylonResourceId": {
1087+
"type": "string",
1088+
"description": "Babylon Resource ID"
1089+
}
1090+
},
1091+
"description": "Babylon Configuration"
1092+
},
10831093
"BigDataPoolResourceProperties": {
10841094
"type": "object",
10851095
"properties": {
@@ -2411,7 +2421,7 @@
24112421
"PrivateEndpoint": {
24122422
"type": "object",
24132423
"properties": {},
2414-
"description": "Private endpoint details"
2424+
"description": "Private Endpoint"
24152425
},
24162426
"PrivateEndpointConnection": {
24172427
"type": "object",
@@ -2425,10 +2435,9 @@
24252435
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
24262436
}
24272437
],
2428-
"description": "Properties of a private endpoint connection."
2438+
"description": "Private Endpoint Connection Properties"
24292439
}
2430-
},
2431-
"description": "A private endpoint connection"
2440+
}
24322441
},
24332442
"PrivateEndpointConnectionProperties": {
24342443
"type": "object",
@@ -2442,7 +2451,7 @@
24422451
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
24432452
}
24442453
],
2445-
"description": "Private endpoint details"
2454+
"description": "Private Endpoint"
24462455
},
24472456
"privateLinkServiceConnectionState": {
24482457
"oneOf": [
@@ -2453,10 +2462,10 @@
24532462
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
24542463
}
24552464
],
2456-
"description": "Connection state details of the private endpoint"
2465+
"description": "Private Link Service Connection State"
24572466
}
24582467
},
2459-
"description": "Properties of a private endpoint connection."
2468+
"description": "Private Endpoint Connection Properties"
24602469
},
24612470
"PrivateLinkHubProperties": {
24622471
"type": "object",
@@ -2465,30 +2474,8 @@
24652474
},
24662475
"PrivateLinkServiceConnectionState": {
24672476
"type": "object",
2468-
"properties": {
2469-
"description": {
2470-
"type": "string",
2471-
"description": "The private link service connection description."
2472-
},
2473-
"status": {
2474-
"oneOf": [
2475-
{
2476-
"type": "string",
2477-
"enum": [
2478-
"Approved",
2479-
"Pending",
2480-
"Rejected",
2481-
"Disconnected"
2482-
]
2483-
},
2484-
{
2485-
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2486-
}
2487-
],
2488-
"description": "The private link service connection status."
2489-
}
2490-
},
2491-
"description": "Connection state details of the private endpoint"
2477+
"properties": {},
2478+
"description": "Private Link Service Connection State"
24922479
},
24932480
"SecretBase": {
24942481
"type": "object",
@@ -3001,6 +2988,17 @@
30012988
"WorkspaceProperties": {
30022989
"type": "object",
30032990
"properties": {
2991+
"babylonConfiguration": {
2992+
"oneOf": [
2993+
{
2994+
"$ref": "#/definitions/BabylonConfiguration"
2995+
},
2996+
{
2997+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2998+
}
2999+
],
3000+
"description": "Babylon Configuration"
3001+
},
30043002
"connectivityEndpoints": {
30053003
"oneOf": [
30063004
{

0 commit comments

Comments
 (0)