From fc0728f9ed4332fda284a3a7688f05381e6f1a4b Mon Sep 17 00:00:00 2001 From: Aaheli Chattopadhyay Date: Wed, 20 Sep 2023 14:52:49 -0400 Subject: [PATCH] add ws vnet properties --- .../2023-10-01/machineLearningServices.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json index f8ac21152ae3..e58d6f94dc8c 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2023-10-01/machineLearningServices.json @@ -2172,6 +2172,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": { @@ -2267,6 +2276,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.",