-
Notifications
You must be signed in to change notification settings - Fork 149
Description
Hello,
I am trying to update my Automation Account modules with this script.
It is working well for some modules with few dependencies but for other it is not working (especially with modules with lots of dependencies).
For exemple, the Az module can't be updated by the script because the last Azure.Batch module version is 3.2.1 (updated by the script) but the required version for the Az module must be equal to 3.2.0. (There is the same problem with other dependant modules when updating Az)
Screen of the dependencies needed for Az :

Screen of the Az.Batch module version in my automation account :

Here is the error when the script tries to update the Az module :

Is there anything I can do to avoid this problem ?
Is this issue known and being solved ?
Thanks for reading and helping me