Replies: 1 comment
-
|
This is a problem specific to adapted PSDSC resources, I think - it looks like the resource is only returning the PSDSC test operation result data, not the actual state and I thought we had fixed this in an old PR, but it looks like I'm wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Whilst working with the DatabricksDsc module, I stumbled on some odd behaviour. Take for example the following YAML configuration document:
Here comes the odd behaviour. Whenever I'm trying to execute the
testoperation on this example, it is sure that it is going to throw an error:ERROR dsc::subcommand: 212: Parser: Member 'Id' not found. That's because the previous output is only going to return the_inDesiredStateproperty seen from the logging:I was curious if there is (or even should) a way how this can be solved accordingly.
Beta Was this translation helpful? Give feedback.
All reactions