-
Notifications
You must be signed in to change notification settings - Fork 134
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
In dsc_xservice while specifying the runsAsAccount thorough dsc_credentials getting warning about dsc_builtinaccount. #759
Comments
@johlju, @Indhukrishna, @KarolKaczmarek after mentioning validation_mode as 'resource' we are able to prevent the resource from registering as a corrective change but still not able to resolve the warning issue. Could I get some help here. |
Not sure there is an issue with the resource, are you sure the error is coming from the resource? Suggest you debug the resource to see where in the code the error is thrown. |
I'm experiencing same issue with 9.1.0-0-8, where I have a custom domain account running the service and get |
This must be an issue in Puppet - it seems to return an error for the parameter I think this is an external issue that we can't resolve in this repo. Please comment if you find an actual issue with the resource's code. |
We have the same issue on our side After debugging, the issue is that the get resource return this object
as the return of BuiltInAccount is not matching the schema @johlju I'm looking to provide a PR to move forward on this topic
Thank you for your support |
I agree that if the service account is an (g)MSA the property Labelling this as a bug. Happy to see a PR for this. |
Problem description
When I pass invoke a dsc_xservice resource using below puppet code
I get an warning like below
**Provider returned data that does not match the Type Schema for
dsc_xservice[SetSqlServerAgentServiceUser]
Value type mismatch:
And the resource is always showing up as a corrective change from running to ignored, this was working with the module puppetlabs-dsc
Verbose logs
DSC configuration
Suggested solution
N/A
Operating system the target node is running
PowerShell version and build the target node is running
xPSDesiredStateConfiguration version
The text was updated successfully, but these errors were encountered: