There was an error while loading. Please reload this page.
1 parent f925f88 commit 1766069Copy full SHA for 1766069
1 file changed
src/AzOps.psm1
@@ -7,7 +7,7 @@ if (Test-Path (Resolve-PSFPath -Path "$($script:ModuleRoot)\..\.git" -SingleItem
7
if ($AzOps_dotsourcemodule) { $script:doDotSource = $true }
8
9
<#
10
-Note on Resolve-Path:
+Note on Resolve-Path: some legit code
11
All paths are sent through Resolve-Path/Resolve-PSFPath in order to convert them to the correct path separator.
12
This allows ignoring path separators throughout the import sequence, which could otherwise cause trouble depending on OS.
13
Resolve-Path can only be used for paths that already exist, Resolve-PSFPath can accept that the last leaf my not exist.
@@ -78,4 +78,4 @@ if ($importIndividualFiles)
78
79
#region Load compiled code
80
"<compile code into here>"
81
-#endregion Load compiled code
+#endregion Load compiled code
0 commit comments