Skip to content

Commit b90faaa

Browse files
SDKAutoChris Jiang
andcommitted
CodeGen from PR 15871 in Azure/azure-rest-api-specs
Add property enableNodePublicIp (#15871) Co-authored-by: Chris Jiang <chrjia@microsoft.com>
1 parent c944ef2 commit b90faaa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

schemas/2021-03-01-preview/Microsoft.MachineLearningServices.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,6 +2832,18 @@
28322832
],
28332833
"description": "The Compute Instance Authorization type. Available values are personal (default)."
28342834
},
2835+
"enableNodePublicIp": {
2836+
"oneOf": [
2837+
{
2838+
"type": "boolean",
2839+
"default": true
2840+
},
2841+
{
2842+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2843+
}
2844+
],
2845+
"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."
2846+
},
28352847
"personalComputeInstanceSettings": {
28362848
"oneOf": [
28372849
{

0 commit comments

Comments
 (0)