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
Prev Previous commit
Next Next commit
Add storage.management csproj
  • Loading branch information
Arvind Krishnaa Jagannathan committed Jan 12, 2021
commit 2af59f677d361709314ae98ad55b61476a695911
6 changes: 6 additions & 0 deletions src/Search/Search.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ScenarioTest.ResourceManage
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Storage.Management", "..\Storage\Storage.Management\Storage.Management.csproj", "{A8E7FA0B-3F13-442C-AB0C-CD32C05E6806}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -58,6 +60,10 @@ Global
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC80A1D0-FFA4-43D9-AA74-799F5CB54B58}.Release|Any CPU.Build.0 = Release|Any CPU
{A8E7FA0B-3F13-442C-AB0C-CD32C05E6806}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8E7FA0B-3F13-442C-AB0C-CD32C05E6806}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8E7FA0B-3F13-442C-AB0C-CD32C05E6806}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8E7FA0B-3F13-442C-AB0C-CD32C05E6806}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down