diff --git a/src/CustomProviders/CustomProviders/Az.CustomProviders.psd1 b/src/CustomProviders/CustomProviders/Az.CustomProviders.psd1 index 5b51c74d5969..b6ec09c800d2 100644 --- a/src/CustomProviders/CustomProviders/Az.CustomProviders.psd1 +++ b/src/CustomProviders/CustomProviders/Az.CustomProviders.psd1 @@ -75,7 +75,7 @@ FunctionsToExport = 'Get-AzCustomProvider', 'Get-AzCustomProviderAssociation', 'Update-AzCustomProvider' # Cmdlets 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 cmdlets to export. -CmdletsToExport = '*' +CmdletsToExport = @() # Variables to export from this module VariablesToExport = '*' diff --git a/src/MonitoringSolutions/MonitoringSolutions/Az.MonitoringSolutions.psd1 b/src/MonitoringSolutions/MonitoringSolutions/Az.MonitoringSolutions.psd1 index db86bca44b41..344a641d2a3c 100644 --- a/src/MonitoringSolutions/MonitoringSolutions/Az.MonitoringSolutions.psd1 +++ b/src/MonitoringSolutions/MonitoringSolutions/Az.MonitoringSolutions.psd1 @@ -77,7 +77,7 @@ FunctionsToExport = 'Get-AzMonitorLogAnalyticsSolution', 'Update-AzMonitorLogAnalyticsSolution' # Cmdlets 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 cmdlets to export. -CmdletsToExport = '*' +CmdletsToExport = @() # Variables to export from this module VariablesToExport = '*'