Skip to content

Commit

Permalink
add serverless compute settings (#26007)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaheli Chattopadhyay <[email protected]>
  • Loading branch information
ac923 and Aaheli Chattopadhyay authored Oct 3, 2023
1 parent b8d173c commit 3267390
Showing 1 changed file with 21 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2984,6 +2984,20 @@
},
"x-ms-discriminator-value": "SAS"
},
"ServerlessComputeSettings": {
"type": "object",
"properties": {
"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": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -3470,19 +3484,14 @@
"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"
},
"serverlessComputeSettings": {
"description": "Settings for serverless compute created in the workspace",
"$ref": "#/definitions/ServerlessComputeSettings"
},
"serviceManagedResourcesSettings": {
"description": "The service managed resource settings.",
"$ref": "#/definitions/ServiceManagedResourcesSettings"
Expand Down Expand Up @@ -3603,14 +3612,9 @@
"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"
"serverlessComputeSettings": {
"description": "Settings for serverless compute created in the workspace",
"$ref": "#/definitions/ServerlessComputeSettings"
},
"serviceManagedResourcesSettings": {
"description": "The service managed resource settings.",
Expand Down

0 comments on commit 3267390

Please sign in to comment.