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 e934db3 commit f00b56bCopy full SHA for f00b56b
src/Search/Search/Az.Search.psd1
@@ -56,7 +56,9 @@ DotNetFrameworkVersion = '4.7.2'
56
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
57
58
# Assemblies that must be loaded prior to importing this module
59
-RequiredAssemblies = '.\Microsoft.Azure.Management.Search.dll'
+RequiredAssemblies = '.\Microsoft.Azure.Management.Search.dll', '.\Microsoft.Azure.Search.Common.dll',
60
+ '.\Microsoft.Azure.Search.Data.dll', '.\Microsoft.Azure.Search.Service.dll',
61
+ '.\Microsoft.Spatial.dll'
62
63
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
64
# ScriptsToProcess = @()
0 commit comments