Skip to content

Commit 62f55d3

Browse files
committed
Removed data plane dependencies
1 parent 168d23f commit 62f55d3

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<PsModuleName>Search</PsModuleName>
@@ -12,11 +12,6 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Search" Version="3.0.0" />
15-
<PackageReference Include="Microsoft.Azure.Search" Version="9.0.0" />
16-
<PackageReference Include="Microsoft.Azure.Search.Common" Version="9.0.0" />
17-
<PackageReference Include="Microsoft.Azure.Search.Data" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.Azure.Search.Service" Version="9.0.0" />
19-
<PackageReference Include="Microsoft.Spatial" Version="7.5.4" />
2015
</ItemGroup>
2116

2217
</Project>

src/Search/Search/Az.Search.psd1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ 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', '.\Microsoft.Azure.Search.Common.dll',
60-
'.\Microsoft.Azure.Search.Data.dll', '.\Microsoft.Azure.Search.Service.dll',
61-
'.\Microsoft.Spatial.dll'
59+
RequiredAssemblies = '.\Microsoft.Azure.Management.Search.dll'
6260

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

src/Search/Search/Search.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<PsModuleName>Search</PsModuleName>
@@ -12,11 +12,6 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Azure.Management.Search" Version="3.0.0" />
15-
<PackageReference Include="Microsoft.Azure.Search" Version="9.0.0" />
16-
<PackageReference Include="Microsoft.Azure.Search.Common" Version="9.0.0" />
17-
<PackageReference Include="Microsoft.Azure.Search.Data" Version="9.0.0" />
18-
<PackageReference Include="Microsoft.Azure.Search.Service" Version="9.0.0" />
19-
<PackageReference Include="Microsoft.Spatial" Version="7.5.4" />
2015
</ItemGroup>
2116

2217
</Project>

0 commit comments

Comments
 (0)