Skip to content
Prev Previous commit
Next Next commit
Update version to 11-01
  • Loading branch information
Jonathan Serbent committed Sep 9, 2024
commit 99d8479ee4ce481c1259f80544e1d596ad91e70a
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "SearchIndexClient",
"description": "Client that can be used to query an index and upload, merge, or delete documents.",
"version": "2024-09-01-preview",
"version": "2024-11-01-preview",
"x-ms-code-generation-settings": {
"useDateTimeOffset": true,
"syncMethods": "None"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "SearchServiceClient",
"description": "Client that can be used to manage and query indexes and documents, as well as manage other resources, on a search service.",
"version": "2024-09-01-preview",
"version": "2024-11-01-preview",
"x-ms-code-generation-settings": {
"useDateTimeOffset": true
}
Expand Down
30 changes: 29 additions & 1 deletion specification/search/data-plane/Azure.Search/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the global settings for SearchServiceClient and SearchIndexClient.
title: SearchClient
opt-in-extensible-enums: true
openapi-type: data-plane
tag: package-2024-09-01-preview
tag: package-2024-11-01-preview

directive:
- where:
Expand Down Expand Up @@ -169,6 +169,34 @@ directive:

### Tag: package-2024-09-01-preview

These settings apply only when `--tag=package-2024-11-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-2024-11-01-preview'
input-file:
- preview/2024-11-01-preview/searchservice.json
- preview/2024-11-01-preview/searchindex.json
```

### Tag: package-2024-11-searchservice-preview

These settings apply only when `--tag=package-2024-11-searchservice-preview` is specified on the command line.

``` yaml $(tag) == 'package-2024-11-searchservice-preview'
input-file:
- preview/2024-11-01-preview/searchservice.json
```

### Tag: package-2024-11-searchindex-preview

These settings apply only when `--tag=package-2024-11-searchindex-preview` is specified on the command line.

``` yaml $(tag) == 'package-2024-11-searchindex-preview'
input-file:
- preview/2024-11-01-preview/searchindex.json
```

### Tag: package-2024-09-01-preview

These settings apply only when `--tag=package-2024-09-01-preview` is specified on the command line.

``` yaml $(tag) == 'package-2024-09-01-preview'
Expand Down