question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support `azcliversion`

See original GitHub issue

Azure CLI Action supports azcliversion:

https://github.com/Azure/cli/blob/master/src/main.ts#L25

let azcliversion: string = core.getInput('azcliversion', { required: true }).trim().toLowerCase();

In case of Azure CLI compatibility issue or bug, it is possible to revert to old versions of Azure CLI.

But, Azure Login doesn’t have azcliversion: https://github.com/Azure/login/blob/master/src/main.ts

In case of az login compatibility issue or bug, there is no way for Azure Login to recover.

Related issues:

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:6
  • Comments:13

github_iconTop GitHub Comments

3reactions
restfulheadcommented, Nov 16, 2021

Yes, I hope this request gets prioritized. I came here from https://github.com/Azure/cli/issues/56#issuecomment-968579245 where builds started to fail one day without any changes on our end. We need to be able to pin the version to guarantee stable builds…

0reactions
NissesSenapcommented, Feb 23, 2022

Another option could be that you say that it will never be implemented and then we know that at least 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

AzureCliScript.AzCliVersion Property - Resources
Azure CLI module version to be used.
Read more >
Azure CLI Action · Actions · GitHub Marketplace
Azure CLI GitHub Action is supported for the Azure public cloud as well as Azure government clouds ('AzureUSGovernment' or 'AzureChinaCloud') and Azure Stack...
Read more >
AZ cli version for AzureCLI@2 task - Visual Studio Feedback
When can I expect to use az cli version 2.12 on the agents? I would like to provision API management including products through...
Read more >
Getting started with Azure CLI 2.0 - SQLShack
Creating new resources – With the help of the CLI tool, you can spin up new resources like a virtual machine or an...
Read more >
Class AzureCliScript | Azure SDK for .NET
Interval for which the service retains the script resource after it ... location or azCliVersion is null. ... public string AzCliVersion { get;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found