Skip to content

Commit 2a83f3c

Browse files
authored
Merge pull request #113716 from dominicbetts/central-template-version-numbers
Remove ARM template version numbers
2 parents 3776cca + 7fb1e3f commit 2a83f3c

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

articles/iot-central/core/howto-manage-iot-central-from-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az group create --location "East US" \
5050
az iot central app create \
5151
--resource-group "MyIoTCentralResourceGroup" \
5252
--name "myiotcentralapp" --subdomain "mysubdomain" \
53-
--sku ST1 --template "iotc-pnp-preview@1.0.0" \
53+
--sku ST1 --template "iotc-pnp-preview" \
5454
--display-name "My Custom Display Name"
5555
```
5656

articles/iot-central/core/howto-manage-iot-central-from-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ New-AzResourceGroup -ResourceGroupName "MyIoTCentralResourceGroup" `
5555
# Create an IoT Central application
5656
New-AzIotCentralApp -ResourceGroupName "MyIoTCentralResourceGroup" `
5757
-Name "myiotcentralapp" -Subdomain "mysubdomain" `
58-
-Sku "ST1" -Template "iotc-pnp-preview@1.0.0" `
58+
-Sku "ST1" -Template "iotc-pnp-preview" `
5959
-DisplayName "My Custom Display Name"
6060
```
6161

includes/iot-central-template-list.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
| Template | Name | Description |
1616
| ------------------------ | ----------- | ----------- |
17-
| iotc-pnp-preview@1.0.0 | Custom application | Creates an empty application for you to populate with your own device templates and devices. |
18-
| iotc-default@1.0.0 | Custom application (legacy) | Creates an empty legacy application for you to populate with your own device templates and devices.
19-
| iotc-condition@1.0.0 | In-store Analytics – Condition Monitoring | Creates an application to connect and monitor a store environment. |
20-
| iotc-consumption@1.0.0 | Water Consumption Monitoring | Creates an application to monitor and control water flow. |
21-
| iotc-distribution@1.0.0 | Digital Distribution Center | Creates an application to improve warehouse output efficiency by digitizing key assets and actions. |
22-
| iotc-inventory@1.0.0 | Smart Inventory Management | Creates an application to automate receiving, product movement, cycle counting, and tracking. |
23-
| iotc-logistics@1.0.0 | Connected Logistics | Creates an application to track your shipments in real time across air, water, and land with location and condition monitoring. |
24-
| iotc-meter@1.0.0 | Smart Meter Analytics | Creates an application to monitor energy consumption, network status, and identify trends to improve customer support and smart meter management. |
25-
| iotc-mfc@1.0.0 | Micro-fulfillment Center | Creates an application to digitally connect and manage a fully automated fulfillment center. |
26-
| iotc-patient@1.0.0 | Continuous Patient Monitoring | Creates an application to extend patient care, reduce readmissions, and manage diseases. |
27-
| iotc-power@1.0.0 | Solar Power Monitoring | Creates an application to monitor solar panel status and energy generation trends. |
28-
| iotc-quality@1.0.0 | Water Quality Monitoring | Creates an application to digitally monitor water quality. |
29-
| iotc-store@1.0.0 | In-store Analytics – Checkout | Creates an application to monitor and manage the checkout flow inside your store. |
30-
| iotc-waste@1.0.0 | Connected Waste Management | Creates an application to monitor waste bins and dispatch field operators. |
17+
| iotc-pnp-preview | Custom application | Creates an empty application for you to populate with your own device templates and devices. |
18+
| iotc-default | Custom application (legacy) | Creates an empty legacy application for you to populate with your own device templates and devices.
19+
| iotc-condition | In-store Analytics – Condition Monitoring | Creates an application to connect and monitor a store environment. |
20+
| iotc-consumption | Water Consumption Monitoring | Creates an application to monitor and control water flow. |
21+
| iotc-distribution | Digital Distribution Center | Creates an application to improve warehouse output efficiency by digitizing key assets and actions. |
22+
| iotc-inventory | Smart Inventory Management | Creates an application to automate receiving, product movement, cycle counting, and tracking. |
23+
| iotc-logistics | Connected Logistics | Creates an application to track your shipments in real time across air, water, and land with location and condition monitoring. |
24+
| iotc-meter | Smart Meter Analytics | Creates an application to monitor energy consumption, network status, and identify trends to improve customer support and smart meter management. |
25+
| iotc-mfc | Micro-fulfillment Center | Creates an application to digitally connect and manage a fully automated fulfillment center. |
26+
| iotc-patient | Continuous Patient Monitoring | Creates an application to extend patient care, reduce readmissions, and manage diseases. |
27+
| iotc-power | Solar Power Monitoring | Creates an application to monitor solar panel status and energy generation trends. |
28+
| iotc-quality | Water Quality Monitoring | Creates an application to digitally monitor water quality. |
29+
| iotc-store | In-store Analytics – Checkout | Creates an application to monitor and manage the checkout flow inside your store. |
30+
| iotc-waste | Connected Waste Management | Creates an application to monitor waste bins and dispatch field operators. |

0 commit comments

Comments
 (0)