Conversation
Contributor
|
🚀 Website Preview Your PR preview is ready! 📎 Preview URL: https://jongio.github.io/azd-app/pr/122/ This preview will be automatically cleaned up when the PR is closed. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
==========================================
+ Coverage 54.72% 54.82% +0.09%
==========================================
Files 148 149 +1
Lines 22318 22525 +207
==========================================
+ Hits 12214 12349 +135
- Misses 9340 9408 +68
- Partials 764 768 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
- Add missing outputs for Log Analytics workspace in temp.bicep to expose workspace details. - Improve setup detection logic to differentiate between "deployed but not configured" and "not deployed" states. - Implement a collapsible section in the setup guide for quick fixes related to missing Bicep outputs. - Update documentation to clarify that azure.yaml configuration is optional and primarily for overrides. - Enhance auto-discovery reliability with caching, better error reporting, and support for multiple resource groups. - Introduce an "Auto-Fix" button in the setup guide for one-click resolution of missing outputs. - Expand test coverage for new detection states and auto-fix functionality.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
|
Closing: This PR is 5 months old with merge conflicts. Please re-open from a fresh branch if still needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve Azure Logs setup detection by adding logic to differentiate between deployed but not configured and not deployed states. Introduce an auto-fix feature for missing Bicep outputs and enhance documentation to clarify optional configurations. Expand test coverage for new detection states and auto-fix functionality.