Skip to content

Commit ebb7e70

Browse files
committed
Update Batch psd1 required assemblies
1 parent ea20b51 commit ebb7e70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Batch/Batch/Az.Batch.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
6161
'.\Microsoft.Extensions.Primitives.dll',
6262
'.\System.Runtime.CompilerServices.Unsafe.dll',
6363
'.\Microsoft.WindowsAzure.Storage.dll',
64-
'.\Microsoft.AspNetCore.WebUtilities.dll'
64+
'.\Microsoft.AspNetCore.WebUtilities.dll',
65+
'.\Microsoft.Net.Http.Headers.dll',
66+
'.\System.Text.Encodings.Web.dll'
6567

6668
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
6769
# ScriptsToProcess = @()

0 commit comments

Comments
 (0)