|
189 | 189 | "Retry-After": { |
190 | 190 | "description": "Duration the client should wait between requests, in seconds.", |
191 | 191 | "type": "integer", |
192 | | - "format": "int32", |
193 | | - "maximum": 600, |
194 | | - "minimum": 10 |
| 192 | + "format": "int32" |
195 | 193 | } |
196 | 194 | } |
197 | 195 | }, |
|
758 | 756 | "Retry-After": { |
759 | 757 | "description": "Duration the client should wait between requests, in seconds.", |
760 | 758 | "type": "integer", |
761 | | - "format": "int32", |
762 | | - "maximum": 600, |
763 | | - "minimum": 10 |
| 759 | + "format": "int32" |
764 | 760 | } |
765 | 761 | } |
766 | 762 | }, |
|
2429 | 2425 | "additionalProperties": { |
2430 | 2426 | "description": "Outbound Rule for the managed network of a machine learning workspace.", |
2431 | 2427 | "$ref": "#/definitions/OutboundRule" |
2432 | | - }, |
2433 | | - "x-nullable": true |
| 2428 | + } |
2434 | 2429 | }, |
2435 | 2430 | "status": { |
2436 | 2431 | "description": "Status of the Provisioning for the managed network of a machine learning workspace.", |
2437 | 2432 | "$ref": "#/definitions/ManagedNetworkProvisionStatus" |
2438 | 2433 | } |
2439 | 2434 | } |
2440 | 2435 | }, |
2441 | | - "ManagedNetworkSettingsEx": { |
2442 | | - "type": "object", |
2443 | | - "allOf": [ |
2444 | | - { |
2445 | | - "$ref": "#/definitions/ManagedNetworkSettings" |
2446 | | - } |
2447 | | - ], |
2448 | | - "properties": { |
2449 | | - "changeableIsolationModes": { |
2450 | | - "type": "array", |
2451 | | - "items": { |
2452 | | - "$ref": "#/definitions/IsolationMode" |
2453 | | - }, |
2454 | | - "readOnly": true |
2455 | | - } |
2456 | | - } |
2457 | | - }, |
2458 | 2436 | "ManagedNetworkStatus": { |
2459 | 2437 | "description": "Status for the managed network of a machine learning workspace.", |
2460 | 2438 | "enum": [ |
|
2572 | 2550 | } |
2573 | 2551 | }, |
2574 | 2552 | "OutboundRule": { |
2575 | | - "description": "Outbound Rule for the managed network of a machine learning workspace.", |
| 2553 | + "description": "Outbound rule for the managed network of a machine learning workspace.", |
2576 | 2554 | "required": [ |
2577 | 2555 | "type" |
2578 | 2556 | ], |
2579 | 2557 | "type": "object", |
2580 | 2558 | "properties": { |
2581 | 2559 | "category": { |
2582 | | - "description": "Category of a managed network Outbound Rule of a machine learning workspace.", |
| 2560 | + "description": "Category of a managed network outbound rule of a machine learning workspace.", |
2583 | 2561 | "$ref": "#/definitions/RuleCategory" |
2584 | 2562 | }, |
2585 | 2563 | "status": { |
2586 | | - "description": "Type of a managed network Outbound Rule of a machine learning workspace.", |
| 2564 | + "description": "Type of a managed network outbound rule of a machine learning workspace.", |
2587 | 2565 | "$ref": "#/definitions/RuleStatus" |
2588 | 2566 | }, |
2589 | 2567 | "type": { |
2590 | | - "description": "Type of a managed network Outbound Rule of a machine learning workspace.", |
| 2568 | + "description": "Type of a managed network outbound rule of a machine learning workspace.", |
2591 | 2569 | "$ref": "#/definitions/RuleType" |
2592 | 2570 | } |
2593 | 2571 | }, |
|
2743 | 2721 | "type": "object", |
2744 | 2722 | "properties": { |
2745 | 2723 | "serviceResourceId": { |
2746 | | - "type": "string" |
| 2724 | + "type": "string", |
| 2725 | + "format": "arm-id" |
2747 | 2726 | }, |
2748 | 2727 | "sparkEnabled": { |
2749 | 2728 | "type": "boolean" |
|
3203 | 3182 | "$ref": "#/definitions/ConnectionCategory" |
3204 | 3183 | }, |
3205 | 3184 | "createdByWorkspaceArmId": { |
3206 | | - "type": "string" |
| 3185 | + "description": "The arm id of the workspace which created this connection", |
| 3186 | + "type": "string", |
| 3187 | + "format": "arm-id", |
| 3188 | + "readOnly": true |
3207 | 3189 | }, |
3208 | 3190 | "expiryTime": { |
3209 | 3191 | "format": "date-time", |
3210 | 3192 | "type": "string" |
3211 | 3193 | }, |
3212 | 3194 | "isSharedToAll": { |
| 3195 | + "description": "whether this connection will be shared to all the project workspace under the hub", |
3213 | 3196 | "type": "boolean" |
3214 | 3197 | }, |
3215 | 3198 | "metadata": { |
|
3219 | 3202 | } |
3220 | 3203 | }, |
3221 | 3204 | "sharedUserList": { |
| 3205 | + "description": "list of user id who can access this connection", |
3222 | 3206 | "type": "array", |
3223 | 3207 | "items": { |
3224 | 3208 | "type": "string" |
|
3435 | 3419 | } |
3436 | 3420 | }, |
3437 | 3421 | "managedNetwork": { |
3438 | | - "$ref": "#/definitions/ManagedNetworkSettingsEx" |
| 3422 | + "$ref": "#/definitions/ManagedNetworkSettings" |
3439 | 3423 | }, |
3440 | 3424 | "mlFlowTrackingUri": { |
3441 | 3425 | "description": "The URI associated with this workspace that machine learning flow must point at to set up tracking.", |
|
3602 | 3586 | "type": "string" |
3603 | 3587 | }, |
3604 | 3588 | "managedNetwork": { |
3605 | | - "$ref": "#/definitions/ManagedNetworkSettingsEx" |
| 3589 | + "$ref": "#/definitions/ManagedNetworkSettings" |
3606 | 3590 | }, |
3607 | 3591 | "primaryUserAssignedIdentity": { |
3608 | 3592 | "description": "The user assigned identity resource id that represents the workspace identity.", |
|
0 commit comments