Update Version value in Search SDK (#14694)

This commit is contained in:
Sarangan Rajamanickam 2021-04-02 17:17:33 -07:00 коммит произвёл GitHub
Родитель 7f1faa75a4
Коммит bb074b39ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -65,7 +65,7 @@ export class SearchClient<T> implements IndexDocumentsClient<T> {
/**
* The API version to use when communicating with the service.
*/
public readonly apiVersion: string = "2020-06-30";
public readonly apiVersion: string = "2020-06-30-Preview";
/**
* The endpoint of the search service

Просмотреть файл

@ -56,7 +56,7 @@ export class SearchIndexClient {
/**
* The API version to use when communicating with the service.
*/
public readonly apiVersion: string = "2020-06-30";
public readonly apiVersion: string = "2020-06-30-Preview";
/**
* The endpoint of the search service

Просмотреть файл

@ -55,7 +55,7 @@ export class SearchIndexerClient {
/**
* The API version to use when communicating with the service.
*/
public readonly apiVersion: string = "2020-06-30";
public readonly apiVersion: string = "2020-06-30-Preview";
/**
* The endpoint of the search service