Azure / Azure/GuestConfiguration
Need ability to support objects and array as parameter to machine configuration
- Dominant language
- PowerShell
- Stars
- 8
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
#### Details of the scenario you tried and the problem that is occurring
Machine configuration is positioned as replacement for Azure Automation DSC but it does not support pretty basic feature of passing more complex objects then basic types (https://learn.microsoft.com/en-us/azure/governance/machine-configuration/how-to/create-policy-definition#:~:text=types%20for%20parameters%3A-,String,Float,-The%20cmdlets%20New)
#### Verbose logs showing the problem
#### Suggested solution to the issue
Objects and arrays shall be supported since they are supported in DSC v3
#### The DSC configuration that is used to reproduce the issue (if applicable)
```powershell
# insert configuration here
```
#### The operating system the target node is running
#### Version and build of PowerShell the target node is running
#### Version of the module that was used
Contributor guide
Assessment
This issue has not been assessed yet.