Mark

Results 8 comments of Mark

I did something similar in a user setup scripted workflow. looked for power to be to make sure encryption ran and completed. Put depnotify up in full screen mode until...

@ASieg1nce could you give a complete azure automation account novice (me) a bit more info on how to do this as I've now finally got the script running and would...

will this be added soon?

Totally agree, was going to request this myself.

the complete block for zulujdk17 is: `zulujdk17) name="Zulu JDK 17" type="pkgInDmg" packageID="com.azulsystems.zulu.17" if [[ $(arch) == i386 ]]; then downloadURL=https://cdn.azul.com/zulu/bin/$(curl -fs "https://cdn.azul.com/zulu/bin/" | grep -Eio '">zulu17.*ca-jdk17.*x64.dmg(.*)' | cut -c3- |...

### original downloadURL line: ` downloadURL=https://cdn.azul.com/zulu/bin/$(curl -fs "https://cdn.azul.com/zulu/bin/" | grep -Eio '">zulu17.*ca-jdk17.*x64.dmg(.*)' | cut -c3- | sed 's///' | sed -E 's/([0-9.]*)M//' | awk '{print $2 $1}' | sort |...

PR 299 raised for this

yes, I started with that and got the issue so dropped down one to check if it was a latest version bug