Skip to content

Commit

Permalink
[Search] Fix rightly run failures (#29702)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivangiReja committed Jul 7, 2022
1 parent 9a09f68 commit 7ae9b07
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 206 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void CreateIndexParameterValidation()
}

[Test]
[ServiceVersion(Min = SearchClientOptions.ServiceVersion.V2021_04_30_Preview)]
public async Task CreateIndex()
{
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);
Expand Down Expand Up @@ -177,6 +178,7 @@ public void UpdateIndexParameterValidation()
}

[Test]
[ServiceVersion(Min = SearchClientOptions.ServiceVersion.V2021_04_30_Preview)]
public async Task UpdateIndex()
{
await using SearchResources resources = SearchResources.CreateWithNoIndexes(this);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ae9b07

Please sign in to comment.