|
1080 | 1080 | }, |
1081 | 1081 | "description": "Auto-scaling properties of a Big Data pool powered by Apache Spark" |
1082 | 1082 | }, |
| 1083 | + "BabylonConfiguration": { |
| 1084 | + "type": "object", |
| 1085 | + "properties": { |
| 1086 | + "babylonResourceId": { |
| 1087 | + "type": "string", |
| 1088 | + "description": "Babylon Resource ID" |
| 1089 | + } |
| 1090 | + }, |
| 1091 | + "description": "Babylon Configuration" |
| 1092 | + }, |
1083 | 1093 | "BigDataPoolResourceProperties": { |
1084 | 1094 | "type": "object", |
1085 | 1095 | "properties": { |
|
2411 | 2421 | "PrivateEndpoint": { |
2412 | 2422 | "type": "object", |
2413 | 2423 | "properties": {}, |
2414 | | - "description": "Private endpoint details" |
| 2424 | + "description": "Private Endpoint" |
2415 | 2425 | }, |
2416 | 2426 | "PrivateEndpointConnection": { |
2417 | 2427 | "type": "object", |
|
2425 | 2435 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2426 | 2436 | } |
2427 | 2437 | ], |
2428 | | - "description": "Properties of a private endpoint connection." |
| 2438 | + "description": "Private Endpoint Connection Properties" |
2429 | 2439 | } |
2430 | | - }, |
2431 | | - "description": "A private endpoint connection" |
| 2440 | + } |
2432 | 2441 | }, |
2433 | 2442 | "PrivateEndpointConnectionProperties": { |
2434 | 2443 | "type": "object", |
|
2442 | 2451 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2443 | 2452 | } |
2444 | 2453 | ], |
2445 | | - "description": "Private endpoint details" |
| 2454 | + "description": "Private Endpoint" |
2446 | 2455 | }, |
2447 | 2456 | "privateLinkServiceConnectionState": { |
2448 | 2457 | "oneOf": [ |
|
2453 | 2462 | "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" |
2454 | 2463 | } |
2455 | 2464 | ], |
2456 | | - "description": "Connection state details of the private endpoint" |
| 2465 | + "description": "Private Link Service Connection State" |
2457 | 2466 | } |
2458 | 2467 | }, |
2459 | | - "description": "Properties of a private endpoint connection." |
| 2468 | + "description": "Private Endpoint Connection Properties" |
2460 | 2469 | }, |
2461 | 2470 | "PrivateLinkHubProperties": { |
2462 | 2471 | "type": "object", |
|
2465 | 2474 | }, |
2466 | 2475 | "PrivateLinkServiceConnectionState": { |
2467 | 2476 | "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" |
2492 | 2479 | }, |
2493 | 2480 | "SecretBase": { |
2494 | 2481 | "type": "object", |
|
3001 | 2988 | "WorkspaceProperties": { |
3002 | 2989 | "type": "object", |
3003 | 2990 | "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 | + }, |
3004 | 3002 | "connectivityEndpoints": { |
3005 | 3003 | "oneOf": [ |
3006 | 3004 | { |
|
0 commit comments