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

Fix device create/update/delete on azure iot hub #1308 #1309

Merged

Conversation

hocinehacherouf
Copy link
Contributor

Description

What's new?

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@codecov
Copy link

codecov bot commented Oct 4, 2022

Codecov Report

Base: 88.76% // Head: 88.76% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (bff7e6a) compared to base (2a6900e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1309   +/-   ##
=======================================
  Coverage   88.76%   88.76%           
=======================================
  Files         241      241           
  Lines        7370     7373    +3     
=======================================
+ Hits         6542     6545    +3     
  Misses        828      828           
Impacted Files Coverage Δ
...zureIoTHub.Portal/Server/Services/DeviceService.cs 100.00% <100.00%> (ø)
...IoTHub.Portal/Server/Services/DeviceServiceBase.cs 99.17% <100.00%> (+<0.01%) ⬆️
...Hub.Portal/Server/Services/LoRaWanDeviceService.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hocinehacherouf hocinehacherouf marked this pull request as ready for review October 4, 2022 10:23
@hocinehacherouf hocinehacherouf requested a review from a team as a code owner October 4, 2022 10:23
@hocinehacherouf hocinehacherouf merged commit a100d73 into main Oct 4, 2022
@hocinehacherouf hocinehacherouf deleted the bugfix/1308_devices_not_created_updated_deleted_azure branch October 4, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Devices are not created on Azure IoT Hub
2 participants