You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To test/dev bicep templates, we have to download the code source of iotedge-lorawan-starterkit to the folder templates/azure
Describe the solution you'd like
We can improve this use case by using git submodules.
Under path templates/azure, add a git submoldule targeting iotedge-lorawan-starterkit:
cd templates/azure
git submodule add https://github.com/Azure/iotedge-lorawan-starterkit.git
hocinehacherouf
changed the title
Feature: Uee git submodule to reference iotedge-lorawan-starterkit for bicep templates
Feature: Use git submodule to reference iotedge-lorawan-starterkit for bicep templates
Jul 24, 2023
Is your feature request related to a problem? Please describe.
To test/dev bicep templates, we have to download the code source of iotedge-lorawan-starterkit to the folder
templates/azure
Describe the solution you'd like
We can improve this use case by using git submodules.
Under path
templates/azure
, add a git submoldule targeting iotedge-lorawan-starterkit:cd templates/azure git submodule add https://github.com/Azure/iotedge-lorawan-starterkit.git
Update also the ci job validate_arm_templates:
Replace
IoT-Hub-Portal/.github/workflows/arm-ttk.yml
Lines 42 to 55 in 0bd2bb4
By
The text was updated successfully, but these errors were encountered: