We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a5ee8 commit 00ba2d4Copy full SHA for 00ba2d4
TemplateBicep/main.bicep
@@ -37,7 +37,7 @@ param useDiscoveryService bool = false
37
param gitUsername string = 'Azure'
38
39
@description('The LoRaWAN Starter Kit version to use.')
40
-param version string = '2.2.0'
+param version string = '2.2.1'
41
42
@description('The location of the cli tool to be used for device provisioning.')
43
param loraCliUrl string = 'https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v${version}/lora-cli.linux-musl-x64.tar.gz'
0 commit comments