-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems to be a problem "Splatting" to xWebSite #113
Comments
Please add an YAML configuration file to reproduce the error. |
It's true that the Get-DscSplattedResource does not work with nested type out of the box though. |
If you see the following:
AuthenticationInfo and BindingInfo wont work. I have managed to frig my way around AuthenticationInfo with the DSC Resource Schema. However getting the Bindings to work dynamically has not been so successful. I have managed to frig it to meet my current needs though. @gaelcolas is there a way to modify Get-DscSplattedResource to work with nested type? It seems to be somewhat difficult? |
There is a way, I had a prototype a couple of years ago but might have been at a customer. |
@gaelcolas, how big is the chance that you find that prototype? BTW, the error message we get here is:
|
Hi,
There seems to be a problem when running
(Get-DscSplattedResource -ResourceName xWebSite -ExecutionName $executionName -Properties $item -NoInvoke).Invoke($item)
When you have nested
AuthenticationInfo
orBindingInfo
Present.The text was updated successfully, but these errors were encountered: