Replies: 1 comment 1 reply
-
To give you some background, PowerShell 7.2 is built upon .NET6 (according to this page). Since PowerShell 7.4 was released some time ago, and that is build upon .NET8 (current long-time-supported version), I thought I would upgrade this package to the latest LTS version of PowerShell (which is 7.4 at time of writting). Apparently Microsoft does not support the latest LTS version of PowerShell on their own platform 😞. Having said that, nothing really changed between the versions (for what I'm doing), so changing the minimum version back to 7.2 would be doable, will check this out next week. Other ways are to use this module in either a GitHub action or an Azure DevOps pipeline. you have the ability to use DefaultAzureCredential there. |
Beta Was this translation helpful? Give feedback.
-
How could we run this module in an Azure Automation Runbook (using Managed Identity)? The max version in a Runbook is 7.2 but the module requires 7.4
Or is there somewhere better to use the Managed Identity option?
Beta Was this translation helpful? Give feedback.
All reactions