Skip to content

Commit 00e1375

Browse files
authored
use an empty array if there are no aliases to export (#18981)
1 parent 7e41f3a commit 00e1375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Marketplace/Marketplace/Az.Marketplace.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CmdletsToExport = 'Get-AzMarketplacePrivateStore',
100100
# VariablesToExport = @()
101101

102102
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
103-
AliasesToExport = ''
103+
AliasesToExport = @()
104104

105105
# DSC resources to export from this module
106106
# DscResourcesToExport = @()

0 commit comments

Comments
 (0)