Az.Network 5.7 module compatibility problem in Azure Automation Rubooks? #21699
-
It seems like Az.Network 5.7 may have introduced a compatibility problem, possibly with global AzureRM modules in Azure Runbooks. I noticed that the module was updated on May 1, 2023, and now one of our runbooks that has been running fine is throwing an error when using Get-AzVirtualNetwork: We haven't changed anything in this runbook in a while, so right now, the update seems likely to be the issue. Keyvault commands are also doing something similar with the get_SerializationSettings error. Searching shows that error to typically be a conflict with AzureRM, which we aren't using at all, but there are 6 global modules that don't seem to be removable. Can anyone confirm if they are now seeing this as well, and maybe provide a workaround in the short term if that's the case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
After digging more, I think that my problems stemmed from issue #21647, getting me a set of modules installed that have compatibility problems. I've been rolling back modules and which has started restoring functionality. |
Beta Was this translation helpful? Give feedback.
After digging more, I think that my problems stemmed from issue #21647, getting me a set of modules installed that have compatibility problems.
I've been rolling back modules and which has started restoring functionality.