We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20b51 commit ebb7e70Copy full SHA for ebb7e70
src/Batch/Batch/Az.Batch.psd1
@@ -61,7 +61,9 @@ RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
61
'.\Microsoft.Extensions.Primitives.dll',
62
'.\System.Runtime.CompilerServices.Unsafe.dll',
63
'.\Microsoft.WindowsAzure.Storage.dll',
64
- '.\Microsoft.AspNetCore.WebUtilities.dll'
+ '.\Microsoft.AspNetCore.WebUtilities.dll',
65
+ '.\Microsoft.Net.Http.Headers.dll',
66
+ '.\System.Text.Encodings.Web.dll'
67
68
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
69
# ScriptsToProcess = @()
0 commit comments