Skip to content

Commit

Permalink
Adding NoPublicIP feature back (#9306)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvvsubbu authored May 6, 2020
1 parent 8e9ac0b commit e314415
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,10 @@
"customPrivateSubnetName": {
"$ref": "#/definitions/WorkspaceCustomStringParameter",
"description": "The name of the Private Subnet within the Virtual Network"
},
"enableNoPublicIp": {
"$ref": "#/definitions/WorkspaceCustomBooleanParameter",
"description": "Should the Public IP be Disabled?"
}
},
"description": "Custom Parameters used for Cluster Creation."
Expand Down

0 comments on commit e314415

Please sign in to comment.