You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bicep CLI uninitialized path in container app deployments (#6610)
* fix security issue with playwright/test 1.49.1 (#6592)
* Checkpoint from VS Code for cloud agent session
* Fix bicep CLI initialization by restoring EnsureInstalled calls
- Restore public EnsureInstalled() method in bicep.go
- Remove automatic installation from Build() and BuildBicepParam()
- Add explicit EnsureInstalled() calls in service_target_containerapp.go and bicep_provider.go
- Update all test files to use public EnsureInstalled() method
- Reverts incorrect changes from previous checkpoint commit
This fix follows the same pattern as PR #6593 for GitHub CLI.
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
* Checkpoint from VS Code for cloud agent session
---------
Co-authored-by: Victor Vazquez <vhvb1989@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: vhvb1989 <24213737+vhvb1989@users.noreply.github.com>
0 commit comments