-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Install Azure powershell 4.7.0 (AZ module) (current max version is 4.6.0) #1671
Comments
Hello, @PaulVrugt! |
@dibir-magomedsaygitov Wow that was fast. Thank you! |
PR with Azure Powershell v4.7.0 was successfully merged and will be available with the this week's rollout. |
@dibir-magomedsaygitov Can you please let us know when this will be available? I just checked in Azure Pipelines and the latest is still 4.6.0. Thanks! |
Is there a workaround while we wait for the fix? Our pipelines broke... |
@SamAchten the workaround is to revert to azure powershell 4.4. You can do this by using the following properties in the AzurePowerShell@5 task:
to prevent these kind of issues it might be better to always use a fixed version of azure powershell, and only updated it if you need a new functionality that requires a newer version. Otherwise it's possible your pipeline will break whenever they update azure powershell again. This probably won't happen, but you'll always see that is DOES happen when you try to release a hotfix or some other situation in which it's inconvenient |
That worked! 🥳 Thanks |
Hello everyone! Sorry for the delay, new Windows Images with updated Azure Powershell should be available next week. |
Do you have a date when this will be updated? |
Hello everyone! Quick update: Azure Powershell v4.7.0 is available to use on all Ubuntu images and on Windows 19 image. Deployment of Windows 16 was delayed and (hopefully) will be delivered next week. |
Hello, @PaulVrugt |
Tool information
Area for Triage:
Question, Bug, or Feature?:
Bug: The 4.6 version of Az contains a bug which breaks ARM deployments with secure strings as parameters. See Azure/azure-powershell#12792
Virtual environments affected
Can this tool be installed during the build?
No, since the azurepowershell task breaks if you set the az version to 4.7.0
Tool installation time in runtime
Not sure
Are you willing to submit a PR?
No, lacking knowledge on how to do this
The text was updated successfully, but these errors were encountered: