Skip to content

Commit b004bae

Browse files
authored
Update Az.MonitoringSolutions.psd1 (#23448)
* Update Az.MonitoringSolutions.psd1 * Update Az.CustomProviders.psd1
1 parent feb25af commit b004bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CustomProviders/CustomProviders/Az.CustomProviders.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ FunctionsToExport = 'Get-AzCustomProvider', 'Get-AzCustomProviderAssociation',
7575
'Update-AzCustomProvider'
7676

7777
# 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.
78-
CmdletsToExport = '*'
78+
CmdletsToExport = @()
7979

8080
# Variables to export from this module
8181
VariablesToExport = '*'

src/MonitoringSolutions/MonitoringSolutions/Az.MonitoringSolutions.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ FunctionsToExport = 'Get-AzMonitorLogAnalyticsSolution',
7777
'Update-AzMonitorLogAnalyticsSolution'
7878

7979
# 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.
80-
CmdletsToExport = '*'
80+
CmdletsToExport = @()
8181

8282
# Variables to export from this module
8383
VariablesToExport = '*'

0 commit comments

Comments
 (0)