Skip to content

Commit 27a7960

Browse files
committed
Fixes for batch cleanup removing a required dll.
1 parent 8ad3f5b commit 27a7960

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/ResourceManager/AzureBatch/AzureRM.Batch.Netcore.psd1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',
58-
'.\Microsoft.Azure.Management.Batch.dll'
58+
'.\Microsoft.Azure.Management.Batch.dll',
59+
'.\Microsoft.Extensions.Primitives.dll'
5960

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

src/ResourceManager/Resources/AzureRM.Resources.Netcore.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ RequiredModules = @(@{ModuleName = 'AzureRM.Profile.Netcore'; ModuleVersion = '0
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Authorization.dll',
5858
'.\Microsoft.Azure.Commands.ResourceManager.Cmdlets.dll',
5959
'.\Microsoft.Azure.Management.ResourceManager.dll',
60-
'.\Microsoft.Azure.Management.ManagementGroups.dll',
61-
'.\Microsoft.Extensions.Caching.Abstractions.dll',
62-
'.\Microsoft.Extensions.Caching.Memory.dll',
63-
'.\Microsoft.Extensions.DependencyInjection.Abstractions.dll',
64-
'.\Microsoft.Extensions.DependencyModel.dll',
65-
'.\Microsoft.Extensions.Options.dll',
60+
'.\Microsoft.Azure.Management.ManagementGroups.dll',
61+
'.\Microsoft.Extensions.Caching.Abstractions.dll',
62+
'.\Microsoft.Extensions.Caching.Memory.dll',
63+
'.\Microsoft.Extensions.DependencyInjection.Abstractions.dll',
64+
'.\Microsoft.Extensions.DependencyModel.dll',
65+
'.\Microsoft.Extensions.Options.dll',
6666
'.\Microsoft.Extensions.Primitives.dll'
6767

6868
# Script files (.ps1) that are run in the caller's environment prior to importing this module.

0 commit comments

Comments
 (0)