0

I have some existing ADO YAML pipelines. They are using AzurePowerShell@4 task. But the latest version of this task is AzurePowerShell@5 . I have checked on the internet but I couldn't find their difference.

Does anyone have an idea?

1 Answer 1

2

You can see the code of AzurePowerShell@4 here, and of AzurePowerShell@5 here.

Accurint to the code the @5 created because of this issue.

Over time it seems that version 4 is also updated and maintained, not sure there is much different, but just check the code :)

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks @shayki, your remark to 'this issue' solved my problem too. By using AzurePowerShell@5 I overcame my issue stackoverflow.com/questions/73950059/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.