-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Related command
n/a
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
use 'tag_name" in GitHub API with real version that is replied by application response
Describe alternatives you've considered
n/a
Additional context
You can easily query an installed version by just running 'az version'.
You get a version compatible number as return value under "azure-cli" (e.g. "2.76.0")
It would now be easy to compare that value with GitHub API on ../release/latest/tag_name but unfortunately the maintainers add some irrelevant characters: "azure-cli-2.76.0"
Of course you can now argue, that I just need to strip that static string, but please scale it up and check other projects, like Azure Studio or Visual Code. In there they provide proper version only.
Would be great to have such tiny things staightend for automation convinience.