Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingying Song committed May 29, 2020
1 parent 7a5edd4 commit 1a8a9d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"virtualMachineImage": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/galleries/myImageGallery/images/myImageDefinition/versions/0.0.1"
},
"isolatedNetwork": false,
"scaleSettings": {
"maxNodeCount": 1,
"minNodeCount": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"vmPriority": "Dedicated",
"osType": "Windows",
"virtualMachineImage": null,
"isolatedNetwork": null,
"subnet": "test-subnet-resource-id",
"scaleSettings": {
"maxNodeCount": 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,10 @@
"description": "Virtual Machine image for AML Compute - windows only",
"$ref": "#/definitions/VirtualMachineImage"
},
"isolatedNetwork": {
"description": "Network is isolated or not",
"type": "boolean"
},
"scaleSettings": {
"description": "Scale settings for AML Compute",
"$ref": "#/definitions/ScaleSettings"
Expand Down

0 comments on commit 1a8a9d2

Please sign in to comment.