-
Notifications
You must be signed in to change notification settings - Fork 12
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/1140 edge model commands not saved #1148
Conversation
…ub.com/CGI-FR/IoT-Hub-Portal into fix/1140_edge_model_commands_not_saved
Codecov ReportBase: 86.13% // Head: 86.15% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1148 +/- ##
==========================================
+ Coverage 86.13% 86.15% +0.02%
==========================================
Files 198 199 +1
Lines 6665 6712 +47
==========================================
+ Hits 5741 5783 +42
- Misses 924 929 +5
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. |
src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor
Show resolved
Hide resolved
It.Is<EdgeModuleCommand>(x => x.RowKey == "Test-Command" && x.PartitionKey == iotEdgeModel.ModelId), | ||
It.IsAny<TableUpdateMode>(), | ||
It.IsAny<CancellationToken>())) | ||
.Returns((Response)null); |
Check warning
Code scanning / CodeQL
Useless upcast
Description
What's new?
-Fix #1139
What kind of change does this PR introduce?