Skip to content

Commit

Permalink
Update the default LoRaWAN Starter Kit version to use in Bicep with v…
Browse files Browse the repository at this point in the history
…ersion 2.2.1. (#1967)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Ophélie Le Mentec <17216799+ouphi@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 3, 2022
1 parent 61a5ee8 commit 00ba2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TemplateBicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ param useDiscoveryService bool = false
param gitUsername string = 'Azure'

@description('The LoRaWAN Starter Kit version to use.')
param version string = '2.2.0'
param version string = '2.2.1'

@description('The location of the cli tool to be used for device provisioning.')
param loraCliUrl string = 'https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v${version}/lora-cli.linux-musl-x64.tar.gz'
Expand Down

0 comments on commit 00ba2d4

Please sign in to comment.