You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't crash on CIM classes with no superclass (#1046)
* Don't crash on CIM classes with no superclass
* ReTrigger CI by using better linq variable name
* add test case
* incorporate PR feedback
* tweak test for linux
* use join-path
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
59
+
PrivateData = @{
60
+
PSData = @{
61
+
} # End of PSData hashtable
62
+
} # End of PrivateData hashtable
63
+
}
64
+
"@
65
+
# and under it a directory called dscresources\something
0 commit comments