Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure Cognitive Search][Management SDK] Update Az.Search to use latest SDK version of management SDK #13904

Merged
merged 15 commits into from
Jan 15, 2021
Next Next commit
Update search mgmt sdk
Arvind Krishnaa Jagannathan committed Jan 12, 2021
commit de5bfb481bd92adae0dae4308d256bb8a73fcc55
2 changes: 1 addition & 1 deletion src/Search/Search.Test/Search.Test.csproj
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Search" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Search" Version="4.0.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Search/Search/Search.csproj
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Management.Search" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Management.Search" Version="4.0.0" />
</ItemGroup>

</Project>