Skip to content

Commit 83b9be3

Browse files
authored
Merge pull request #9 from SubaMoorthy/jopet/mlc-swagger-fixes
MLC swagger fixes
2 parents c411877 + 0088b8c commit 83b9be3

1 file changed

Lines changed: 50 additions & 3 deletions

File tree

specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2021-04-01/machineLearningServices.json

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@
873873
}
874874
],
875875
"responses": {
876-
"200": {
876+
"202": {
877877
"description": "Compute update initiated.",
878878
"schema": {
879879
"$ref": "#/definitions/ComputeResource"
@@ -3222,6 +3222,18 @@
32223222
"type": "string",
32233223
"description": "The description of the Machine Learning compute."
32243224
},
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+
},
32253237
"resourceId": {
32263238
"type": "string",
32273239
"description": "ARM resource id of the underlying compute"
@@ -3273,7 +3285,7 @@
32733285
"description": "Number of agents",
32743286
"type": "integer",
32753287
"format": "int32",
3276-
"minimum": 1
3288+
"minimum": 0
32773289
},
32783290
"agentVmSize": {
32793291
"description": "Agent virtual machine size",
@@ -3300,6 +3312,23 @@
33003312
"aksNetworkingConfiguration": {
33013313
"description": "AKS networking configuration for vnet",
33023314
"$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"
33033332
}
33043333
}
33053334
}
@@ -3584,6 +3613,10 @@
35843613
"administratorAccount": {
35853614
"description": "Admin credentials for virtual machine",
35863615
"$ref": "#/definitions/VirtualMachineSshCredentials"
3616+
},
3617+
"isNotebookInstanceCompute": {
3618+
"description": "Indicates whether this compute will be used for running notebooks.",
3619+
"type": "boolean"
35873620
}
35883621
}
35893622
}
@@ -3746,6 +3779,14 @@
37463779
"cname": {
37473780
"description": "CNAME of the cert",
37483781
"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"
37493790
}
37503791
}
37513792
},
@@ -4111,7 +4152,8 @@
41114152
"VirtualMachine",
41124153
"HDInsight",
41134154
"Databricks",
4114-
"DataLakeAnalytics"
4155+
"DataLakeAnalytics",
4156+
"SynapseSpark"
41154157
],
41164158
"x-ms-enum": {
41174159
"name": "ComputeType",
@@ -4159,6 +4201,11 @@
41594201
"description": "Error message.",
41604202
"readOnly": true
41614203
},
4204+
"target": {
4205+
"type": "string",
4206+
"description": "The target of the particular error",
4207+
"readOnly": true
4208+
},
41624209
"details": {
41634210
"type": "array",
41644211
"description": "An array of error detail objects.",

0 commit comments

Comments
 (0)