Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Update Microsoft.Devices/IotHubs api version on bicep templates #2666

Open
hocinehacherouf opened this issue Nov 18, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@hocinehacherouf
Copy link
Contributor

Expected Behavior

Build Bicep and Validate ARM Templates ci job must succeed.

Current Behavior

Build Bicep and Validate ARM Templates ci job is failing because the api version of Microsoft.Devices/IotHubs is older than 2 years.

See: https://github.com/CGI-FR/IoT-Hub-Portal/actions/runs/6911143116/job/18805278809

@hocinehacherouf hocinehacherouf added the bug Something isn't working label Nov 18, 2023
@hocinehacherouf hocinehacherouf self-assigned this Nov 18, 2023
@github-project-automation github-project-automation bot moved this to 📝 Todo in IoT Hub Portal Nov 18, 2023
@hocinehacherouf
Copy link
Contributor Author

@kbeaugrand , we are using the latest stable API version of Microsoft.Devices/IotHubs on our bicep templates (2021-07-02), same on Azure/iotedge-lorawan-starterkit side.

The latest api of Microsoft.Devices/IotHubs is a preview version (2022-04-30-preview).

  • If we want to wait a stable version, we can skip the test apiVersions-Should-Be-Recent on our CI pipeline until a stable version is available (we have to keep this issue open)
  • Otherwise, we have to create a PR on Azure/iotedge-lorawan-starterkit to update their bicep templates to target ther api version 2022-04-30-preview on Microsoft.Devices/IotHubs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 📝 Todo
Development

No branches or pull requests

1 participant