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?
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?
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 :)