When I'm using Publish-AzureRmVMDscConfiguration to create archives for azurerm-template dsc-extensions, it has started to create archives with duplicate modules.
Running Publish-AzureRmVMDscConfiguration on a configuration with these imports:
Creates this archive:
With duplicate names, and inside each module theres is several modules of the same type and version nested:
Anyone has an explanation for this or have experienced the same behaviour?
Im using the latest azureRM modules (1.2.0) on windows 2012 R2.