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

az extension update - Show non-warning output for whether an extension is updated #29333

Open
o-l-a-v opened this issue Jul 8, 2024 · 2 comments
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Network - Bastion Service Attention This issue is responsible by Azure service team.

Comments

@o-l-a-v
Copy link

o-l-a-v commented Jul 8, 2024

Related command

extension

Is your feature request related to a problem? Please describe.

az extension update --name bastion (example) currenly only shows output in the warning output stream if an update was not available.

Default enabled including preview versions for extension installation now. Disabled in future release. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only.
Latest version of 'bastion' is already installed.

Use --debug for more information

Why is the warning output stream used as a general output / information for this command? I'd like the default output to only say whether an upgrade was available, and whether it was installed. So please redirect Latest version of 'bastion' is already installed. to stdout.

Describe the solution you'd like

Redirect general info to stdout, instead of using the warning output stream.

Describe alternatives you've considered

Redirect and parse the warning stream myself to only output the relevat info Latest version of 'bastion' is already installed..

Additional context

@microsoft-github-policy-service microsoft-github-policy-service bot added the customer-reported Issues that are reported by GitHub users external to the Azure organization. label Jul 8, 2024
@yonzhan
Copy link
Collaborator

yonzhan commented Jul 8, 2024

Thank you for opening this issue, we will look into it.

@o-l-a-v o-l-a-v changed the title az extension update - Show non-warning output for wheather an extension is updated az extension update - Show non-warning output for whether an extension is updated Jul 8, 2024
@yonzhan yonzhan added Network - Bastion Service Attention This issue is responsible by Azure service team. labels Jul 8, 2024
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @bastionsuppgithub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. Network - Bastion Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants