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 Dashboard Bicep Warnings #955

Open
raafatzarka opened this issue Dec 13, 2024 · 0 comments
Open

Fix Dashboard Bicep Warnings #955

raafatzarka opened this issue Dec 13, 2024 · 0 comments

Comments

@raafatzarka
Copy link
Contributor

raafatzarka commented Dec 13, 2024

After updating all Biceps, there are still some warnings related to the Dashboard.bicep
Related issue: #886

WARNING: /workspace/e2e_samples/parking_sensors/infrastructure/modules/dashboard.bicep(66,19) : Warning BCP037: The property "options" is not allowed on objects of type "MarkdownPartMetadataSettingsContent". Permissible properties include "settings". If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. [https://aka.ms/bicep/core-diagnostics#BCP037] /workspace/e2e_samples/parking_sensors/infrastructure/modules/dashboard.bicep(131,19) : Warning BCP037: The property "options" is not allowed on objects of type "MarkdownPartMetadataSettingsContent". Permissible properties include "settings". If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. [https://aka.ms/bicep/core-diagnostics#BCP037] /workspace/e2e_samples/parking_sensors/infrastructure/modules/dashboard.bicep(196,19) : Warning BCP037: The property "options" is not allowed on objects of type "MarkdownPartMetadataSettingsContent". Permissible properties include "settings". If this is a resource type definition inaccuracy, report it using https://aka.ms/bicep-type-issues. [[https://aka.ms/bicep/core-diagnostics#BCP037]](https://aka.ms/bicep-type-issues)

DoD

Review Dashboard bicep module from the sample and fix the Warnings
Test e2e sample to verify that there is no breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant