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

rad run shows incorrect environment name during deployment #7826

Open
1 task
loekd opened this issue Aug 21, 2024 · 3 comments
Open
1 task

rad run shows incorrect environment name during deployment #7826

loekd opened this issue Aug 21, 2024 · 3 comments
Labels
bug Something is broken or not working as expected triaged This issue has been reviewed and triaged

Comments

@loekd
Copy link

loekd commented Aug 21, 2024

Steps to reproduce

  • use this application definition
  • it has an explicit environment definition
  • run the app using this command rad run ./app_v1.bicep --group test --application demo01

Observed behavior

This is the generated commandline output:

PS C:\Temp\radius\01-Bicep> rad run ./app_v1.bicep --group test --application demo01
Building ./app_v1.bicep...
WARNING: The following experimental Bicep features have been enabled: Extensibility, Dynamic type loading, Extension registry, Asserts. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.
Deploying template './app_v1.bicep' for application 'demo01' and environment 'default' from workspace 'local'...

Deployment In Progress...

Completed            test            Applications.Core/environments
Completed            redis01         Applications.Datastores/redisCaches
Completed            demo01          Applications.Core/applications
...                  container01     Applications.Core/containers

Deployment Complete

Notice how the environment name is 'default' in the text and 'test' in the list below the text.
The app name and workspace are correct.

Desired behavior

When creating an explicit environment, its name should be displayed properly.

Workaround

It's not a blocking issue, just a cosmetic thing.

rad Version

rad version
RELEASE   VERSION   BICEP     COMMIT
0.37.0    v0.37.0   0.29.47   b1a78222b715a29fd5d76858403bec8f686b732e

Operating system

Windows 11

Additional context

No response

Would you like to support us?

  • Yes, I would like to support you

AB#13047

@loekd loekd added the bug Something is broken or not working as expected label Aug 21, 2024
@radius-triage-bot
Copy link

👋 @loekd Thanks for filing this bug report.

A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server.

For more information on our triage process please visit our triage overview

@ytimocin ytimocin added triaged This issue has been reviewed and triaged good first issue Good for newcomers labels Aug 26, 2024
@radius-triage-bot
Copy link

👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@radius-triage-bot
Copy link

This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture.

We always welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@ytimocin ytimocin removed the good first issue Good for newcomers label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected triaged This issue has been reviewed and triaged
Projects
None yet
Development

No branches or pull requests

2 participants