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 2348841 commit 23f3a55Copy full SHA for 23f3a55
src/MachineLearning/MachineLearning/Az.MachineLearning.psd1
@@ -56,8 +56,7 @@ DotNetFrameworkVersion = '4.7.2'
56
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.9.0'; })
57
58
# Assemblies that must be loaded prior to importing this module
59
-RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll',
60
- 'Microsoft.Azure.Management.MachineLearningCompute.dll'
+RequiredAssemblies = 'Microsoft.Azure.Management.MachineLearning.dll'
61
62
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
63
# ScriptsToProcess = @()
0 commit comments