Skip to content

Commit 0237dcd

Browse files
authored
[Hub Generated] Review request for Microsoft.IoTCentral to add version stable/2018-09-01 (#12318)
* made resource type camel case * camel case
1 parent 718ed16 commit 0237dcd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"code": "200"
1313
},
1414
"body": {
15-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp",
1616
"location": "westus",
1717
"type": "Microsoft.IoTCentral/IoTApps",
1818
"name": "myIoTCentralApp",

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListByResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"body": {
1313
"value": [
1414
{
15-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp",
15+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp",
1616
"location": "westus",
1717
"type": "Microsoft.IoTCentral/IoTApps",
1818
"name": "myIoTCentralApp",

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/examples/Apps_ListBySubscription.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"body": {
1212
"value": [
1313
{
14-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/IoTApps/myIoTCentralApp",
14+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/resRg/providers/Microsoft.IoTCentral/iotApps/myIoTCentralApp",
1515
"location": "westus",
1616
"type": "Microsoft.IoTCentral/IoTApps",
1717
"name": "myIoTCentralApp",

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2018-09-01/iotcentral.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"paths": {
37-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps/{resourceName}": {
37+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}": {
3838
"get": {
3939
"tags": [
4040
"Apps"
@@ -235,7 +235,7 @@
235235
}
236236
}
237237
},
238-
"/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/IoTApps": {
238+
"/subscriptions/{subscriptionId}/providers/Microsoft.IoTCentral/iotApps": {
239239
"get": {
240240
"tags": [
241241
"Apps"
@@ -275,7 +275,7 @@
275275
"deprecated": false
276276
}
277277
},
278-
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/IoTApps": {
278+
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps": {
279279
"get": {
280280
"tags": [
281281
"Apps"

0 commit comments

Comments
 (0)