-
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
Added application setting screen to set device tags #303
Conversation
Codecov Report
@@ Coverage Diff @@
## main #303 +/- ##
==========================================
+ Coverage 41.19% 41.73% +0.53%
==========================================
Files 95 99 +4
Lines 2784 2897 +113
==========================================
+ Hits 1147 1209 +62
- Misses 1637 1688 +51
Continue to review full report at Codecov.
|
…t-hub-portal into 235_application_setting_screen
src/AzureIoTHub.Portal/Server/Controllers/v1.0/DeviceTagSettingsController.cs
Outdated
Show resolved
Hide resolved
src/AzureIoTHub.Portal/Client/Pages/Settings/DeviceTagsPage.razor
Outdated
Show resolved
Hide resolved
src/AzureIoTHub.Portal/Client/Pages/Settings/DeviceTagsPage.razor
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add new Attributes for controllers (for Open API documentation purpose)
src/AzureIoTHub.Portal/Server/Controllers/v1.0/DeviceTagSettingsController.cs
Show resolved
Hide resolved
…gsController.cs Co-authored-by: Kevin BEAUGRAND <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
…gsController.cs Co-authored-by: Kevin BEAUGRAND <[email protected]>
…gsController.cs Co-authored-by: Kevin BEAUGRAND <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
…gsController.cs Co-authored-by: Kevin BEAUGRAND <[email protected]>
Description
What's new?
What kind of change does this PR introduce?