Azure / GuestConfiguration

PowerShell module for creating, testing, and publishing custom Guest Configuration
MIT License
5 stars 2 forks source link

Start-GCPR update to support native code resources #249

Closed mgreenegit closed 2 years ago

mgreenegit commented 3 years ago

https://github.com/Azure/GuestConfiguration/blob/e6baddd63176f4bb53be4f0de1e3102da1200068/source/Modules/GuestConfigurationPolicy/Public/Update-MofDocumentParameters.ps1#L44

This is problematic for native code resources because they are not always formatted as [type]name. What we can do as a workaround is add a condition where if type is null, only include name.

github-actions[bot] commented 3 years ago

This issue has not been updated within 14 days