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
# Private data to pass to the module specified in RootModule/ModuleToProcess
79
-
# PrivateData = ''
78
+
# 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.
79
+
PrivateData=@{
80
+
PSData=@{
81
+
# Tags applied to this module. These help with module discovery in online galleries.
0 commit comments