Skip to content

Commit f42e9e8

Browse files
authored
Merge pull request #222068 from w-azure/winona-replace-versions
Changed 1.3 to 1.4, removed 1.2
2 parents 4117aef + 4d06592 commit f42e9e8

16 files changed

+37
-46
lines changed

articles/iot-edge/how-to-configure-api-proxy-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monikerRange: ">=iotedge-2020-11"
1414

1515
# Configure the API proxy module for your gateway hierarchy scenario (Preview)
1616

17-
[!INCLUDE [iot-edge-version-202011](includes/iot-edge-version-202011.md)]
17+
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
1818

1919
This article walks through the configuration options for the API proxy module, so you can customize the module to support your gateway hierarchy requirements.
2020

articles/iot-edge/how-to-configure-proxy-support.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,6 @@ This step takes place once on the IoT Edge device during initial device setup.
280280

281281
2. In the config file, find the `[agent]` section, which contains all the configuration information for the edgeAgent module to use on startup. Check and make sure that the `[agent]`section is uncommented or add it if it is not included in the `config.toml`. The IoT Edge agent definition includes an `[agent.env]` subsection where you can add environment variables.
282282

283-
:::moniker-end
284-
285-
<!-- 1.3 -->
286-
:::moniker range="=iotedge-2020-11"
287-
288283
3. Add the **https_proxy** parameter to the environment variables section, and set your proxy URL as its value.
289284

290285
```toml
@@ -293,7 +288,7 @@ This step takes place once on the IoT Edge device during initial device setup.
293288
type = "docker"
294289
295290
[agent.config]
296-
image = "mcr.microsoft.com/azureiotedge-agent:1.3"
291+
image = "mcr.microsoft.com/azureiotedge-agent:1.4"
297292
298293
[agent.env]
299294
# "RuntimeLogLevel" = "debug"
@@ -305,7 +300,7 @@ This step takes place once on the IoT Edge device during initial device setup.
305300

306301
```toml
307302
[agent.config]
308-
image = "mcr.microsoft.com/azureiotedge-agent:1.3"
303+
image = "mcr.microsoft.com/azureiotedge-agent:1.4"
309304
310305
[agent.env]
311306
# "RuntimeLogLevel" = "debug"
@@ -345,11 +340,6 @@ This step takes place once on the IoT Edge device during initial device setup.
345340
"UpstreamProtocol" = "AmqpWs"
346341
"https_proxy" = "<proxy URL>"
347342
```
348-
349-
:::moniker-end
350-
351-
<!-- >= 1.3 -->
352-
:::moniker range=">=iotedge-2020-11"
353343

354344
5. Save the changes and close the editor. Apply your latest changes.
355345

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ monikerRange: ">=iotedge-2020-11"
1414

1515
# Connect Azure IoT Edge devices together to create a hierarchy (nested edge)
1616

17-
[!INCLUDE [iot-edge-version-202011](includes/iot-edge-version-202011.md)]
17+
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
1818

1919
This article provides instructions for establishing a trusted connection between an IoT Edge gateway and a downstream IoT Edge device. This setup is also known as "nested edge".
2020

articles/iot-edge/how-to-install-iot-edge-ubuntuvm-bicep.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: pdecarlo
1111
---
1212
# Run Azure IoT Edge on Ubuntu Virtual Machines by using Bicep
1313

14-
[!INCLUDE [iot-edge-version-201806-or-202011](includes/iot-edge-version-201806-or-202011.md)]
14+
[!INCLUDE [iot-edge-version-1.1-or-1.4](includes/iot-edge-version-1.1-or-1.4.md)]
1515

1616
The Azure IoT Edge runtime is what turns a device into an IoT Edge device. The runtime can be deployed on devices as small as a Raspberry Pi or as large as an industrial server. Once a device is configured with the IoT Edge runtime, you can start deploying business logic to it from the cloud.
1717

@@ -23,9 +23,9 @@ This article lists the steps to deploy an Ubuntu 18.04 LTS virtual machine with
2323
On first boot, the virtual machine [installs the latest version of the Azure IoT Edge runtime via cloud-init](https://github.com/Azure/iotedge-vm-deploy/blob/1.1/cloud-init.txt). It also sets a supplied connection string before the runtime starts, allowing you to easily configure and connect the IoT Edge device without the need to start an SSH or remote desktop session.
2424
:::moniker-end
2525
:::moniker range=">=iotedge-2020-11"
26-
This article lists the steps to deploy an Ubuntu 20.04 LTS virtual machine with the Azure IoT Edge runtime installed and configured using a pre-supplied device connection string. The deployment is accomplished using a [cloud-init](../virtual-machines/linux/using-cloud-init.md) based [Bicep file](../azure-resource-manager/bicep/overview.md) maintained in the [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy/tree/1.3) project repository.
26+
This article lists the steps to deploy an Ubuntu 20.04 LTS virtual machine with the Azure IoT Edge runtime installed and configured using a pre-supplied device connection string. The deployment is accomplished using a [cloud-init](../virtual-machines/linux/using-cloud-init.md) based [Bicep file](../azure-resource-manager/bicep/overview.md) maintained in the [iotedge-vm-deploy](https://github.com/Azure/iotedge-vm-deploy/tree/1.4) project repository.
2727

28-
On first boot, the virtual machine [installs the latest version of the Azure IoT Edge runtime via cloud-init](https://github.com/Azure/iotedge-vm-deploy/blob/1.3/cloud-init.txt). It also sets a supplied connection string before the runtime starts, allowing you to easily configure and connect the IoT Edge device without the need to start an SSH or remote desktop session.
28+
On first boot, the virtual machine [installs the latest version of the Azure IoT Edge runtime via cloud-init](https://github.com/Azure/iotedge-vm-deploy/blob/1.4/cloud-init.txt). It also sets a supplied connection string before the runtime starts, allowing you to easily configure and connect the IoT Edge device without the need to start an SSH or remote desktop session.
2929
:::moniker-end
3030

3131
## Deploy from Azure CLI

articles/iot-edge/includes/iot-edge-version-1.1-or-1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- 1.4 -->
2525
::: moniker range=">=iotedge-2020-11"
2626

27-
**Applies to:** ![IoT Edge 1.3 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.3 ![IoT Edge 1.4 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.4
27+
**Applies to:** ![IoT Edge 1.4 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.4
2828
**Other versions:** [IoT Edge 1.1](?view=iotedge-2018-06&preserve-view=true)
2929

3030
::: moniker-end
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: IoT Edge one supported version - 1.4 only
3+
description: include file
4+
services: iot-edge
5+
author: PatAltimore
6+
ms.service: iot-edge
7+
ms.topic: include
8+
ms.author: patricka
9+
ms.custom: include file
10+
---
11+
12+
**Applies to:** ![IoT Edge 1.4 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.4

articles/iot-edge/includes/iot-edge-version-201806.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414

1515
> [!IMPORTANT]
1616
> IoT Edge 1.1 [end of support date was December 13, 2022](../support.md#releases). Check the [Microsoft Product Lifecycle](/lifecycle/policies/modern) for information about how this product, service, technology, or API is supported.
17+

articles/iot-edge/includes/iot-edge-version-202011.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

articles/iot-edge/includes/iot-edge-version-all-supported.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: IoT Edge all versions supported - 1.1 (LTS) and 1.4
2+
title: IoT Edge all versions supported
33
description: include file
44
services: iot-edge
55
author: PatAltimore
@@ -10,4 +10,4 @@
1010
ms.custom: include file
1111
---
1212

13-
**Applies to:** ![IoT Edge 1.1 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.1 ![IoT Edge 1.2 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.2 ![IoT Edge 1.3 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.3 ![IoT Edge 1.4 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.4
13+
**Applies to:** ![IoT Edge 1.1 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.1 ![IoT Edge 1.4 checkmark](./media/iot-edge-version/yes-icon.png) IoT Edge 1.4

articles/iot-edge/iot-edge-for-linux-on-windows-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following table lists the components included in each release. Each release
7777
| Release | IoT Edge | CBL-Mariner | Defender for IoT |
7878
| ------- | -------- | ----------- | ---------------- |
7979
| **1.1 LTS** | 1.1 | 2.0 | - |
80-
| **Continuous Release** | 1.3 | 2.0 | 3.12.3 |
80+
| **Continuous Release** | 1.3 | 2.0 | 3.12.3 |
8181
| **1.4 LTS** | 1.4 | 2.0 | 3.12.3 |
8282

8383

0 commit comments

Comments
 (0)