You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-02-18-preview/examples/createComputeInstance.json
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-02-18-preview/examples/getComputeInstance.json
Copy file name to clipboardExpand all lines: specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/preview/2020-02-18-preview/machineLearningServices.json
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2532,6 +2532,24 @@
2532
2532
"description": "The current state of this ComputeInstance.",
2533
2533
"$ref": "#/definitions/ComputeInstanceState",
2534
2534
"readOnly": true
2535
+
},
2536
+
"computeInstanceAuthorizationType": {
2537
+
"type": "string",
2538
+
"title": "Compute Instance Authorization type.",
2539
+
"description": "The Compute Instance Authorization type. Available values are personal (default).",
2540
+
"default": "personal",
2541
+
"enum": [
2542
+
"personal"
2543
+
],
2544
+
"x-ms-enum": {
2545
+
"name": "ComputeInstanceAuthorizationType",
2546
+
"modelAsString": true
2547
+
}
2548
+
},
2549
+
"personalComputeInstanceSettings": {
2550
+
"title": "Personal Compute Instance settings.",
2551
+
"description": "Settings for a personal compute instance.",
0 commit comments