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
Currently UseCompatibleCommands only ignores commands on an individual basis. When one system has a whole module that another does not, this can be cumbersome to configure. Instead it should be able to ignore whole modules.
As part of this change, the query API should be updated so that data elements have a reference to their parents (for example CmdletData refers to the containing ModuleData) to make this possible.
The text was updated successfully, but these errors were encountered:
Currently UseCompatibleCommands only ignores commands on an individual basis. When one system has a whole module that another does not, this can be cumbersome to configure. Instead it should be able to ignore whole modules.
As part of this change, the query API should be updated so that data elements have a reference to their parents (for example
CmdletData
refers to the containingModuleData
) to make this possible.The text was updated successfully, but these errors were encountered: