Skip to content

Commit 3c4426f

Browse files
committed
Fix moniker
1 parent be0ce33 commit 3c4426f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Run the following PowerShell commands on the target device where you want to dep
149149
<!-- end iotedge-2020-11 -->
150150

151151
<!-- iotedge-1.4 -->
152-
:::version 1.4
152+
:::moniker range=">=iotedge-1.4"
153153
* **X64/AMD64**
154154
```powershell
155155
$msiPath = $([io.Path]::Combine($env:TEMP, 'AzureIoTEdge.msi'))
@@ -163,7 +163,7 @@ Run the following PowerShell commands on the target device where you want to dep
163163
$ProgressPreference = 'SilentlyContinue'
164164
Invoke-WebRequest "https://aka.ms/AzEFLOWMSI_1_4_LTS_ARM64" -OutFile $msiPath
165165
```
166-
:::end
166+
:::moniker-end
167167
<!-- end iotedge-1.4 -->
168168

169169
1. Install IoT Edge for Linux on Windows on your device.

0 commit comments

Comments
 (0)