Skip to content

Commit

Permalink
Post release automated changes for sql releases (Azure#29800)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-sql
  • Loading branch information
azure-sdk committed May 24, 2024
1 parent 977fd32 commit 8773b12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion sdk/sql/arm-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 11.0.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 11.0.0-beta.1 (2024-05-13)
Compared with version 10.0.0

Expand Down
2 changes: 1 addition & 1 deletion sdk/sql/arm-sql/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 SqlManagementClient.",
"version": "11.0.0-beta.1",
"version": "11.0.0-beta.2",
"engines": {
"node": ">=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sdk/sql/arm-sql/src/sqlManagementClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ export class SqlManagementClient extends coreClient.ServiceClient {
credential: credentials,
};

const packageDetails = `azsdk-js-arm-sql/11.0.0-beta.1`;
const packageDetails = `azsdk-js-arm-sql/11.0.0-beta.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 8773b12

Please sign in to comment.