Skip to content

Commit 27277f7

Browse files
committed
release proxaware
1 parent 6fde0a0 commit 27277f7

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Eigenverft.Manifested.Drydock.ProxyAware.ps1 renamed to source/Eigenverft.Manifested.Drydock/Eigenverft.Manifested.Drydock.ProxyAware.ps1

File renamed without changes.

source/Eigenverft.Manifested.Drydock/Eigenverft.Manifested.Drydock.psd1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@ FunctionsToExport = @(
189189
'Convert-DateTimeTo64SecPowershellVersion',
190190
'Convert-64SecPowershellVersionToDateTime',
191191

192+
# ...ProxyAware.ps1
193+
'Initialize-ProxyAccessProfile',
194+
'Invoke-WebRequestExP',
195+
192196
# ...WebRequest.ps1
193197
'Invoke-WebRequestEx'
194198
)

source/Eigenverft.Manifested.Drydock/Eigenverft.Manifested.Drydock.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
. "$PSScriptRoot\Eigenverft.Manifested.Drydock.Process.ps1"
2323
. "$PSScriptRoot\Eigenverft.Manifested.Drydock.ps1"
2424
. "$PSScriptRoot\Eigenverft.Manifested.Drydock.WebRequest.ps1"
25+
. "$PSScriptRoot\Eigenverft.Manifested.Drydock.ProxyAware.ps1"
2526

0 commit comments

Comments
 (0)