File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
sdk/search/Azure.Search.Documents/tests Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ static string GetDuplicates(IEnumerable<string> values)
109109 }
110110
111111 [ Test ]
112+ [ ServiceVersion ( Min = SearchClientOptions . ServiceVersion . V2024_09_01_Preview ) ]
112113 public async Task GetServiceStatistics ( )
113114 {
114115 await using SearchResources resources = await SearchResources . GetSharedHotelsIndexAsync ( this ) ;
@@ -145,6 +146,7 @@ public void CreateIndexParameterValidation()
145146 }
146147
147148 [ Test ]
149+ [ ServiceVersion ( Min = SearchClientOptions . ServiceVersion . V2024_09_01_Preview ) ]
148150 public async Task CreateIndex ( )
149151 {
150152 await using SearchResources resources = SearchResources . CreateWithNoIndexes ( this ) ;
@@ -179,6 +181,7 @@ public void UpdateIndexParameterValidation()
179181 }
180182
181183 [ Test ]
184+ [ ServiceVersion ( Min = SearchClientOptions . ServiceVersion . V2024_09_01_Preview ) ]
182185 public async Task UpdateIndex ( )
183186 {
184187 await using SearchResources resources = SearchResources . CreateWithNoIndexes ( this ) ;
You can’t perform that action at this time.
0 commit comments