From a40cc7c2f4f8e9140546f47683c1fcb9b74f5442 Mon Sep 17 00:00:00 2001 From: Justin Emgarten Date: Tue, 5 Jun 2018 15:50:51 -0700 Subject: [PATCH] Remove subscriptionId uuid format for IotCentral --- .../2017-07-01-privatepreview/iotcentral.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/preview/2017-07-01-privatepreview/iotcentral.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/preview/2017-07-01-privatepreview/iotcentral.json index 7a27c0f6441f..bda79764bf93 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/preview/2017-07-01-privatepreview/iotcentral.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/preview/2017-07-01-privatepreview/iotcentral.json @@ -680,19 +680,14 @@ "in": "path", "description": "The subscription identifier.", "required": true, - "type": "string", - "format": "uuid" + "type": "string" }, "api-version": { "name": "api-version", - "enum": [ - "2017-07-01-privatepreview" - ], "in": "query", "description": "The version of the API.", "required": true, - "type": "string", - "minLength": 10 + "type": "string" }, "resourceGroupName": { "name": "resourceGroupName", @@ -700,9 +695,7 @@ "description": "The name of the resource group that contains the IoT Central application.", "required": true, "type": "string", - "x-ms-parameter-location": "method", - "minLength": 1, - "maxLength": 64 + "x-ms-parameter-location": "method" }, "resourceName": { "name": "resourceName", @@ -711,8 +704,6 @@ "required": true, "type": "string", "x-ms-parameter-location": "method", - "minLength": 1, - "maxLength": 100, "x-comment": "validation must match #/definitions/Resource" } }