Update Version value in Search SDK (#14694)
This commit is contained in:
Родитель
7f1faa75a4
Коммит
bb074b39ee
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче