Skip to content

Commit

Permalink
add ws vnet properties (Azure#25882)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaheli Chattopadhyay <[email protected]>
  • Loading branch information
2 people authored and Kayla Ames committed Oct 6, 2023
1 parent 1ef690f commit 4ab465d
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2498,6 +2498,15 @@
],
"description": "The list of private endpoint connections in the workspace."
},
"serverlessComputeCustomSubnet": {
"description": "The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed",
"type": "string",
"format": "arm-id"
},
"serverlessComputeNoPublicIP": {
"description": "The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint",
"type": "boolean"
},
"sharedPrivateLinkResources": {
"type": "array",
"items": {
Expand Down Expand Up @@ -2596,6 +2605,15 @@
"description": "The user assigned identity resource id that represents the workspace identity.",
"type": "string"
},
"serverlessComputeCustomSubnet": {
"description": "The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed",
"type": "string",
"format": "arm-id"
},
"serverlessComputeNoPublicIP": {
"description": "The flag to signal if serverless compute nodes deployed in custom vNet would have no public IP addresses for a workspace with private endpoint",
"type": "boolean"
},
"publicNetworkAccess": {
"type": "string",
"description": "Whether requests from Public Network are allowed.",
Expand Down

0 comments on commit 4ab465d

Please sign in to comment.