Skip to content

Commit

Permalink
Post release automated changes for search releases (#26459)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-search-documents
  • Loading branch information
azure-sdk authored Aug 3, 2023
1 parent 0fcefa7 commit c62c543
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions sdk/search/search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 12.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.0.0-beta.2 (2023-07-11)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/search-documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/search-documents",
"version": "12.0.0-beta.2",
"version": "12.0.0-beta.3",
"description": "Azure client library to use Cognitive Search for node.js and browser.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/search-documents/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "12.0.0-beta.2";
export const SDK_VERSION: string = "12.0.0-beta.3";

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.

2 changes: 1 addition & 1 deletion sdk/search/search-documents/swagger/Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ title: SearchClient
use-extension:
"@autorest/typescript": "6.0.0-alpha.17.20220318.1"
core-http-compat-mode: true
package-version: 12.0.0-beta.2
package-version: 12.0.0-beta.3
disable-async-iterators: true
api-version-parameter: choice
v3: true
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/search-documents/swagger/Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add-credentials: false
use-extension:
"@autorest/typescript": "6.0.0-alpha.17.20220318.1"
core-http-compat-mode: true
package-version: 12.0.0-beta.2
package-version: 12.0.0-beta.3
disable-async-iterators: true
api-version-parameter: choice
v3: true
Expand Down

0 comments on commit c62c543

Please sign in to comment.