Skip to content

Commit f00b56b

Browse files
committed
Added missing dependencies
1 parent e934db3 commit f00b56b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Search/Search/Az.Search.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ DotNetFrameworkVersion = '4.7.2'
5656
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
59-
RequiredAssemblies = '.\Microsoft.Azure.Management.Search.dll'
59+
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'
6062

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

0 commit comments

Comments
 (0)