We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6a9ac commit edf5040Copy full SHA for edf5040
src/ResourceManager/PowerBIEmbedded/AzureRM.PowerBIEmbedded.psd1
@@ -82,7 +82,10 @@ AliasesToExport = @()
82
ModuleList = @()
83
84
# List of all files packaged with this module
85
-FileList = @()
+FileList = @()
86
+
87
+# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
88
+DefaultCommandPrefix = 'AzureRmPowerBI'
89
90
# Private data to pass to the module specified in ModuleToProcess
91
PrivateData = @{
0 commit comments