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
feat: Update CLI reference for azd app run command and add new flags (#117)
- Changed example command for `azd app run` to include `--force` and added a new example for `--runtime aspire`.
- Updated the flags section to include descriptions for the new `--force` flag.
- Added additional example commands to demonstrate usage.
---
chore: Enhance "What's New" section with v0.11.0 updates
- Added new article for version v0.11.0 with features, fixes, and enhancements.
- Removed outdated v0.9.0 article to streamline the changelog.
---
feat: Introduce Environment Name Display feature in dashboard
- Created a new specification for displaying the current Azure environment name in the dashboard header.
- Recommended placement and visual design for the environment name badge.
- Updated backend API to include environment name and modified frontend components to display it.
---
feat: Implement EnvironmentBadge component for displaying environment name
- Added `EnvironmentBadge` component to show the Azure environment name in the header.
- Ensured the badge is responsive and hidden on mobile devices.
- Integrated the badge into the header with appropriate styling and accessibility features.
0 commit comments