From aeea40590616cb60829d5291a3461a635b3818f9 Mon Sep 17 00:00:00 2001 From: poanchen Date: Thu, 7 Jan 2021 12:31:20 -0800 Subject: [PATCH 1/2] made resource type camel case --- .../Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json index 24803cd2cdf1..42db8dbef6c0 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json @@ -34,7 +34,7 @@ } }, "paths": { - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}": { "get": { "tags": [ "Apps" @@ -235,7 +235,7 @@ } } }, - "/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/IoTApps": { + "/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps": { "get": { "tags": [ "Apps" @@ -275,7 +275,7 @@ "deprecated": false } }, - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps": { + "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps": { "get": { "tags": [ "Apps" From cdfecb717df9002d0ff46eeb7fcb6150bbc0723b Mon Sep 17 00:00:00 2001 From: poanchen Date: Thu, 7 Jan 2021 12:34:19 -0800 Subject: [PATCH 2/2] camel case --- .../stable/2018-09-01/examples/Apps_Get.json | 2 +- .../stable/2018-09-01/examples/Apps_ListByResourceGroup.json | 2 +- .../stable/2018-09-01/examples/Apps_ListBySubscription.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_Get.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_Get.json index 82b75ed101be..45b63e1dddd3 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_Get.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_Get.json @@ -12,7 +12,7 @@ "code": "200" }, "body": { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp", "location": "westus", "type": "Microsoft.IoTCentral/IoTApps", "name": "myIoTCentralApp", diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListByResourceGroup.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListByResourceGroup.json index c44ed4df8d63..a441ee563029 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListByResourceGroup.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListByResourceGroup.json @@ -12,7 +12,7 @@ "body": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp", "location": "westus", "type": "Microsoft.IoTCentral/IoTApps", "name": "myIoTCentralApp", diff --git a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListBySubscription.json b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListBySubscription.json index 9952cbcd8470..9a74467a20e7 100644 --- a/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListBySubscription.json +++ b/specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListBySubscription.json @@ -11,7 +11,7 @@ "body": { "value": [ { - "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp", + "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp", "location": "westus", "type": "Microsoft.IoTCentral/IoTApps", "name": "myIoTCentralApp",