From a3604366df0c1a234911b9b24f43efd33ca013dd Mon Sep 17 00:00:00 2001 From: Daniel Galdames Grunberg Date: Tue, 13 Nov 2018 14:11:44 -0800 Subject: [PATCH] remove unused param --- .../stable/2018-11-19/machineLearningServices.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json index d00c6e623ead..9345eb39e8a0 100644 --- a/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json +++ b/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/stable/2018-11-19/machineLearningServices.json @@ -1761,11 +1761,6 @@ "description": "Virtual network subnet resource ID the compute nodes belong to", "type": "string" }, - "podCidr": { - "pattern": "^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$", - "description": "A CIDR notation IP range from which to assign pod IPs when kubenet is used.", - "type": "string" - }, "serviceCidr": { "pattern": "^([0-9]{1,3}\\.){3}[0-9]{1,3}(\\/([0-9]|[1-2][0-9]|3[0-2]))?$", "description": "A CIDR notation IP range from which to assign service cluster IPs. It must not overlap with any Subnet IP ranges.",