Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json
Original file line number Diff line number Diff line change
Expand Up @@ -2832,18 +2832,6 @@
],
"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