Nik Charlebois

Results 93 comments of Nik Charlebois

@johlju wait before review. Trying to familiarize myself with the Unit Tests setup so I might submit a few extra commits. You can have a look at the general structure...

Linked to PR #500

This is because the stubs for the cmdlets are missing in the /Tests/Unit/Stubs/Microsoft365.psm1 module. The stubs in that file are automatically generated from /Modules/Microsoft365DSC/Modules/M365DSCStubsUtility.psm1. We only generate the stubs for...

As Ruud points out, we are not able to replicate empty exports being generated with the latest versions of the solution. Please update to the latest and let us know...

Looks like our documentation is not correct for the associated cmdlets (New-MgGroupOwnerByRef and New-MgGroupMemberByRef) https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/new-mggroupownerbyref?view=graph-powershell-1.0 The BodyParameter is not valid. Adding @peombwa as FYI

Latest version of the Microsoft365DSC module still uses 1.10.0 however. @salbeck-sit can you confirm what version you currently have installed?

Adding @sebastienlevert to the discussions. Not sure what the level of effort would be to determine this.

We are clearing the cached credential on every run of Export-M365DSCConfiguration so this scenario should never happen in theory: ![image](https://user-images.githubusercontent.com/2547149/191621864-d97f6eb8-ea1c-4bec-b6a8-0235faaa4e27.png)

@KuotingChiu what workload is prompting for credential? We recently fixed an issue with an EXO resource that was indeed causing a re-prompt. As @andikrueger suggests, try updating to the latest...

Scheduled to be released as part of 1.22.1005.1 on October 5th