Skip to content

Commit db18a2d

Browse files
dingmeng-xuelitchiyangMSFT
authored andcommitted
Remove Microsoft.Azure.Management.MachineLearningCompute.dll from psd1 (Azure#12348)
1 parent 4a50d3f commit db18a2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MachineLearning/MachineLearning/Az.MachineLearning.psd1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
5656
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll',
60-
'Microsoft.Azure.Management.MachineLearningCompute.dll'
59+
RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll'
6160

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

0 commit comments

Comments
 (0)