Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WS Vnet properties for Serverless GA #25780

Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -3409,6 +3409,15 @@
"read"
]
},
"serverlessComputeCustomSubnet": {
ac923 marked this conversation as resolved.
Show resolved Hide resolved
"description": "The resource ID of an existing virtual network subnet in which serverless compute nodes should be deployed",
"type": "string",
"format": "arm-id"
},
"serverlessComputeNoPublicIP": {
ac923 marked this conversation as resolved.
Show resolved Hide resolved
"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": {
ac923 marked this conversation as resolved.
Show resolved Hide resolved
"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"
ac923 marked this conversation as resolved.
Show resolved Hide resolved
},
"serviceManagedResourcesSettings": {
"description": "The service managed resource settings.",
"$ref": "#/definitions/ServiceManagedResourcesSettings"
Expand Down