Skip to content

Commit edf5040

Browse files
author
Wallace Breza
committed
Re-add the DefaultCommandPrefix
1 parent 0a6a9ac commit edf5040

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ AliasesToExport = @()
8282
ModuleList = @()
8383

8484
# List of all files packaged with this module
85-
FileList = @()
85+
FileList = @()
86+
87+
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
88+
DefaultCommandPrefix = 'AzureRmPowerBI'
8689

8790
# Private data to pass to the module specified in ModuleToProcess
8891
PrivateData = @{

0 commit comments

Comments
 (0)