When using this DSC module to install the new Az powershell module the tests will fail although the sub modules are installed?
When the Az module is installed from powershell gallery, this installs all the Az.<sub modules> but the parent Az module is missing so the test fails and says the machine is non-compliant.
This is on a Windows Server 2016 - Datacenter Core VM in Azure.
When using this DSC module to install the new
Az
powershell module the tests will fail although the sub modules are installed?When the Az module is installed from powershell gallery, this installs all the
Az.<sub modules>
but the parent Az module is missing so the test fails and says the machine is non-compliant.This is on a Windows Server 2016 - Datacenter Core VM in Azure.
Config Block used:
The result of this run on the VM is below running
Get-Module -ListAvailable
:Notice this fails to read in the parent
Az
module and thus the test of the DSC module fails.