Closed MvanderBoom closed 1 year ago
The installed modules were screwy, did some clean up, rebooted and now it work.
I'm having this issue to now after installing Microsoft.Graph. Can you possibly recall what steps did you make for cleanup?
I have several version of the Azure modules I believe, I cleaned those up to have only 1 version.
Description
Hallo all,
I'm trying to do some Azure automation from within a Polyglot Notebook (.Net Interactive kernel) using VS Code, I have the following powershell script in a code block:
This generates the following error:
I encountered this error before and then I could fix it by running
Clear-AzContext
and then runningConnect-AzAccount
again. However when I runClear-AzContext
I now get the following error:Outside of the Polyglot notebook I'm not experiencing any issues, both in the PowerShell terminal in VS Code and by running powershell directly from the start menu.
Issue script & Debug output
Environment data
Module versions
Error output