Michael

Results 48 comments of Michael

The default build is impacted by progress action not being recognized as a common parameter by PlatyPS. https://github.com/PowerShell/platyPS/issues/407 ``` #./src/.build.ps1:381 $MissingDocumentation = Select-String -Path "$script:ArtifactsPath\docs\*.md" -Pattern "({{.*}})"|?{$_ -notlike "*ProgressAction*"} ```

With the additional functionality in `#!connect` recently added(Ref: #2791), I just gave a widget a whirl (specifically https://github.com/microsoft/powerbi-jupyter). As expected, widgets aren't solved with the update. Still the additional of...

Prereqs: ``` #Enable Extensions pip install powerbiclient jupyter labextension install @jupyter-widgets/jupyterlab-manager #Refresh browser ``` Here is a quick overview. The cells that I preloaded were just the device code authN...

The same error continued even after successful registrations of another connector interactively on a separate system. It may just be an issue with the PS scripts. Ref: 2306010010004157

Seeing same issue with PowerShell cells. 1. New polyglot notebook as PowerShell 2. In first code cell, already tagged as pwsh, run a command 3. Receive error `The state of...

> * MS.AAD.5.4: Group owners SHALL NOT be allowed to consent to applications > > The 3 first tests succeeds, the fourth fails. The user interface for setting the "group...

@christiannancy are you possibly using an older version, that bug should have been resolved in v0.0.131 but is resolved in prerelease. https://github.com/maester365/maester/commit/23a61562363159e0e86b97f86274475751edbf9f

No stress, glad it was an easy answer.

I think that should cover what you mentioned. Thanks for the feedback @merill.

Thanks @merill still feeling out where to take liberties, appreciate the guidance and feedback.