Skip to content

Commit

Permalink
Post release automated changes for search releases (#21754)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-search
  • Loading branch information
azure-sdk authored May 6, 2022
1 parent d54d404 commit 324af47
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/search/arm-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.0.1 (2022-04-29)

**Features**
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/arm-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for SearchManagementClient.",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=12.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/arm-search/src/searchManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class SearchManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-search/3.0.1`;
const packageDetails = `azsdk-js-arm-search/3.0.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 324af47

Please sign in to comment.