Skip to content

Commit

Permalink
Add WS Vnet properties for Serverless GA (#25780)
Browse files Browse the repository at this point in the history
* add serverless ws vnet properties

* add to workspace update properties

* update format

* update description

---------

Co-authored-by: Aaheli Chattopadhyay <aahelic@microsoft.com>
  • Loading branch information
ac923 and Aaheli Chattopadhyay authored Sep 20, 2023
1 parent 4513d82 commit 4427a31
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,15 @@
"read"
]
},
"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": {
"description": "Whether requests from Public Network are allowed.",
"$ref": "#/definitions/PublicNetworkAccessType"
Expand Down Expand Up @@ -3532,6 +3541,15 @@
"description": "Whether requests from Public Network are allowed.",
"$ref": "#/definitions/PublicNetworkAccessType"
},
"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"
},
"serviceManagedResourcesSettings": {
"description": "The service managed resource settings.",
"$ref": "#/definitions/ServiceManagedResourcesSettings"
Expand Down

0 comments on commit 4427a31

Please sign in to comment.