Skip to content

Commit 701e9df

Browse files
committed
moved new manifest key location to top level
1 parent 98411a3 commit 701e9df

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

1-Draft/RFCNNNN-Optional-Features.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,11 @@ New-ModuleManifest -Path ./test.psd1 -OptionalFeatures @('OptionalFeature1','Opt
4343
#
4444
# <snip>
4545
#
46-
# # 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.
47-
# PrivateData = @{
48-
#
49-
# <snip>
50-
#
51-
# PSData = @{
52-
#
53-
# # Optional features enabled in this module.
54-
# OptionalFeatures = @(
55-
# 'OptionalFeature1'
56-
# 'OptionalFeature2'
57-
# )
58-
#
59-
# <snip>
60-
#
61-
# } # End of PSData hashtable
62-
#
63-
# <snip>
64-
#
65-
# } # End of PrivateData hashtable
46+
# # Optional features enabled in this module.
47+
# OptionalFeatures = @(
48+
# 'OptionalFeature1'
49+
# 'OptionalFeature2'
50+
# )
6651
#
6752
# }
6853

0 commit comments

Comments
 (0)