Skip to content

Commit fa7f2f6

Browse files
remove export of "New-AzVmInternal
1 parent 040ac7c commit fa7f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/Compute.Experiments/AzureRM.Compute.Experiments.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RequiredModules = @(
7373
# NestedModules = @()
7474

7575
# Functions 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 functions to export.
76-
FunctionsToExport = 'New-AzVm', 'New-AzVmInternal'
76+
FunctionsToExport = 'New-AzVm'
7777

7878
# 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.
7979
# CmdletsToExport =

0 commit comments

Comments
 (0)