File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Release History
2-
2+
3+ ## 6.1.1 (Unreleased)
4+
5+ ### Features Added
6+
7+ ### Breaking Changes
8+
9+ ### Bugs Fixed
10+
11+ ### Other Changes
12+
313## 6.1.0 (2022-03-07)
414
515** Features**
Original file line number Diff line number Diff line change 33 "sdk-type" : " mgmt" ,
44 "author" : " Microsoft Corporation" ,
55 "description" : " A generated SDK for RedisManagementClient." ,
6- "version" : " 6.1.0 " ,
6+ "version" : " 6.1.1 " ,
77 "engines" : {
88 "node" : " >=12.0.0"
99 },
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export class RedisManagementClient extends coreClient.ServiceClient {
6363 credential : credentials
6464 } ;
6565
66- const packageDetails = `azsdk-js-arm-rediscache/6.1.0 ` ;
66+ const packageDetails = `azsdk-js-arm-rediscache/6.1.1 ` ;
6767 const userAgentPrefix =
6868 options . userAgentOptions && options . userAgentOptions . userAgentPrefix
6969 ? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments