|
873 | 873 | } |
874 | 874 | ], |
875 | 875 | "responses": { |
876 | | - "200": { |
| 876 | + "202": { |
877 | 877 | "description": "Compute update initiated.", |
878 | 878 | "schema": { |
879 | 879 | "$ref": "#/definitions/ComputeResource" |
|
3222 | 3222 | "type": "string", |
3223 | 3223 | "description": "The description of the Machine Learning compute." |
3224 | 3224 | }, |
| 3225 | + "createdOn": { |
| 3226 | + "type": "string", |
| 3227 | + "readOnly": true, |
| 3228 | + "format": "date-time", |
| 3229 | + "description": "The time at which the compute was created." |
| 3230 | + }, |
| 3231 | + "modifiedOn": { |
| 3232 | + "type": "string", |
| 3233 | + "readOnly": true, |
| 3234 | + "format": "date-time", |
| 3235 | + "description": "The time at which the compute was last modified." |
| 3236 | + }, |
3225 | 3237 | "resourceId": { |
3226 | 3238 | "type": "string", |
3227 | 3239 | "description": "ARM resource id of the underlying compute" |
|
3273 | 3285 | "description": "Number of agents", |
3274 | 3286 | "type": "integer", |
3275 | 3287 | "format": "int32", |
3276 | | - "minimum": 1 |
| 3288 | + "minimum": 0 |
3277 | 3289 | }, |
3278 | 3290 | "agentVmSize": { |
3279 | 3291 | "description": "Agent virtual machine size", |
|
3300 | 3312 | "aksNetworkingConfiguration": { |
3301 | 3313 | "description": "AKS networking configuration for vnet", |
3302 | 3314 | "$ref": "#/definitions/AksNetworkingConfiguration" |
| 3315 | + }, |
| 3316 | + "LoadBalancerType": { |
| 3317 | + "description": "Load Balancer Type", |
| 3318 | + "type": "string", |
| 3319 | + "default": "PublicIp", |
| 3320 | + "enum": [ |
| 3321 | + "PublicIp", |
| 3322 | + "InternalLoadBalancer" |
| 3323 | + ], |
| 3324 | + "x-ms-enum": { |
| 3325 | + "name": "LoadBalancerType", |
| 3326 | + "modelAsString": true |
| 3327 | + } |
| 3328 | + }, |
| 3329 | + "LoadBalancerSubnet": { |
| 3330 | + "description": "Load Balancer Subnet", |
| 3331 | + "type": "string" |
3303 | 3332 | } |
3304 | 3333 | } |
3305 | 3334 | } |
|
3584 | 3613 | "administratorAccount": { |
3585 | 3614 | "description": "Admin credentials for virtual machine", |
3586 | 3615 | "$ref": "#/definitions/VirtualMachineSshCredentials" |
| 3616 | + }, |
| 3617 | + "isNotebookInstanceCompute": { |
| 3618 | + "description": "Indicates whether this compute will be used for running notebooks.", |
| 3619 | + "type": "boolean" |
3587 | 3620 | } |
3588 | 3621 | } |
3589 | 3622 | } |
|
3746 | 3779 | "cname": { |
3747 | 3780 | "description": "CNAME of the cert", |
3748 | 3781 | "type": "string" |
| 3782 | + }, |
| 3783 | + "leafDomainLabel": { |
| 3784 | + "description": "Leaf domain label of public endpoint", |
| 3785 | + "type": "string" |
| 3786 | + }, |
| 3787 | + "overwriteExistingDomain": { |
| 3788 | + "description": "Indicates whether to overwrite existing domain label.", |
| 3789 | + "type": "boolean" |
3749 | 3790 | } |
3750 | 3791 | } |
3751 | 3792 | }, |
|
4111 | 4152 | "VirtualMachine", |
4112 | 4153 | "HDInsight", |
4113 | 4154 | "Databricks", |
4114 | | - "DataLakeAnalytics" |
| 4155 | + "DataLakeAnalytics", |
| 4156 | + "SynapseSpark" |
4115 | 4157 | ], |
4116 | 4158 | "x-ms-enum": { |
4117 | 4159 | "name": "ComputeType", |
|
4159 | 4201 | "description": "Error message.", |
4160 | 4202 | "readOnly": true |
4161 | 4203 | }, |
| 4204 | + "target": { |
| 4205 | + "type": "string", |
| 4206 | + "description": "The target of the particular error", |
| 4207 | + "readOnly": true |
| 4208 | + }, |
4162 | 4209 | "details": { |
4163 | 4210 | "type": "array", |
4164 | 4211 | "description": "An array of error detail objects.", |
|
0 commit comments