Skip to content

Commit 9e657c0

Browse files
committed
update template in example to use M3 template name
1 parent df9dc3b commit 9e657c0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_CreateOrUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"properties": {
1313
"displayName": "My IoT Central App",
1414
"subdomain": "my-iot-central-app",
15-
"template": "iotc-default@1.0.0"
15+
"template": "iotc-pnp-preview@1.0.0"
1616
}
1717
}
1818
},
@@ -34,7 +34,7 @@
3434
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
3535
"displayName": "My IoT Central App 2",
3636
"subdomain": "my-iot-central-app-2",
37-
"template": "iotc-default@1.0.0"
37+
"template": "iotc-pnp-preview@1.0.0"
3838
},
3939
"sku": {
4040
"name": "F1"
@@ -59,7 +59,7 @@
5959
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
6060
"displayName": "My IoT Central App",
6161
"subdomain": "my-iot-central-app",
62-
"template": "iotc-default@1.0.0"
62+
"template": "iotc-pnp-preview@1.0.0"
6363
},
6464
"sku": {
6565
"name": "F1"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
2424
"displayName": "My IoT Central App",
2525
"subdomain": "my-iot-central-app",
26-
"template": "iotc-default@1.0.0"
26+
"template": "iotc-pnp-preview@1.0.0"
2727
},
2828
"sku": {
2929
"name": "F1"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_ListByResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
2424
"displayName": "My IoT Central App",
2525
"subdomain": "my-iot-central-app",
26-
"template": "iotc-default@1.0.0"
26+
"template": "iotc-pnp-preview@1.0.0"
2727
},
2828
"sku": {
2929
"name": "F1"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_ListBySubscription.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
2323
"displayName": "My IoT Central App",
2424
"subdomain": "my-iot-central-app",
25-
"template": "iotc-default@1.0.0"
25+
"template": "iotc-pnp-preview@1.0.0"
2626
},
2727
"sku": {
2828
"name": "F1"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"applicationId": "6ebd8fd3-6e34-419e-908f-9be61ec6f6d6",
3030
"displayName": "My IoT Central App 2",
3131
"subdomain": "my-iot-central-app-2",
32-
"template": "iotc-default@1.0.0"
32+
"template": "iotc-pnp-preview@1.0.0"
3333
},
3434
"sku": {
3535
"name": "F1"

0 commit comments

Comments
 (0)