From 82ff6277f8a9efcaba2145baf0f9321236bea62b Mon Sep 17 00:00:00 2001 From: "dixue@microsoft.com" Date: Wed, 8 Jul 2020 01:17:31 +0800 Subject: [PATCH] Remove Microsoft.Azure.Management.MachineLearning.dll from psd1 --- src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 index 6e1efcbebdf6..484329e2983f 100644 --- a/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 +++ b/src/MachineLearning/MachineLearning/Az.MachineLearning.psd1 @@ -56,8 +56,7 @@ DotNetFrameworkVersion = '4.7.2' RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; }) # Assemblies that must be loaded prior to importing this module -RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll', - 'Microsoft.Azure.Management.MachineLearningCompute.dll' +RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll' # Script files (.ps1) that are run in the caller's environment prior to importing this module. # ScriptsToProcess = @()