Skip to content

Commit

Permalink
[ReleasePR machinelearningservices] Add property enableNodePublicIp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] authored Sep 1, 2021
2 parents c944ef2 + b90faaa commit 0ba32d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -2832,6 +2832,18 @@
],
"description": "The Compute Instance Authorization type. Available values are personal (default)."
},
"enableNodePublicIp": {
"oneOf": [
{
"type": "boolean",
"default": true
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Enable or disable node public IP address provisioning. Possible values are: true - Indicates that the compute nodes will have public IPs provisioned. false - Indicates that the compute nodes will have a private endpoint and no public IPs."
},
"personalComputeInstanceSettings": {
"oneOf": [
{
Expand Down

0 comments on commit 0ba32d8

Please sign in to comment.