From 3cba635739b693633dd6c846bad4054c9a3b9acd Mon Sep 17 00:00:00 2001 From: Vincent Dai <23257217+vidai-msft@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:48:51 -0700 Subject: [PATCH] Update LiveTestUtility.psd1 to export New-LiveTestPassword function (#26068) --- tools/TestFx/Live/LiveTestUtility.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/TestFx/Live/LiveTestUtility.psd1 b/tools/TestFx/Live/LiveTestUtility.psd1 index 117f77a88405..11f009073a51 100644 --- a/tools/TestFx/Live/LiveTestUtility.psd1 +++ b/tools/TestFx/Live/LiveTestUtility.psd1 @@ -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 = @()