Skip to content

Commit

Permalink
Update LiveTestUtility.psd1 to export New-LiveTestPassword function (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vidai-msft committed Sep 10, 2024
1 parent 285423f commit 3cba635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/TestFx/Live/LiveTestUtility.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# NestedModules = @()

# 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.
FunctionsToExport = 'New-LiveTestRandomName', 'New-LiveTestResourceGroupName', 'New-LiveTestResourceName', 'New-LiveTestStorageAccountName', 'New-LiveTestResourceGroup', 'Clear-LiveTestResources', 'Invoke-LiveTestCommand', 'Invoke-LiveTestScenario'
FunctionsToExport = 'New-LiveTestRandomName', 'New-LiveTestResourceGroupName', 'New-LiveTestResourceName', 'New-LiveTestStorageAccountName', 'New-LiveTestPassword', 'New-LiveTestResourceGroup', 'Clear-LiveTestResources', 'Invoke-LiveTestCommand', 'Invoke-LiveTestScenario'

# 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 = @()
Expand Down

0 comments on commit 3cba635

Please sign in to comment.