Skip to content

Commit

Permalink
Post release automated changes for mysql releases (#24322)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-mysql-flexible
  • Loading branch information
azure-sdk committed Jan 5, 2023
1 parent d80f5e2 commit ca39a8e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion sdk/mysql/arm-mysql-flexible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 3.1.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 3.1.0 (2022-12-22)

**Features**
Expand Down
4 changes: 2 additions & 2 deletions sdk/mysql/arm-mysql-flexible/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 MySQLManagementFlexibleServerClient.",
"version": "3.1.0",
"version": "3.1.1",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -120,4 +120,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-mysql-flexible?view=azure-node-preview"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class MySQLManagementFlexibleServerClient extends coreClient.ServiceClien
credential: credentials
};

const packageDetails = `azsdk-js-arm-mysql-flexible/3.1.0`;
const packageDetails = `azsdk-js-arm-mysql-flexible/3.1.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit ca39a8e

Please sign in to comment.