Skip to content

Commit 98f21d8

Browse files
authored
Post release automated changes for storagecache releases (Azure#20947)
Post release automated changes for azure-arm-storagecache
1 parent 2c37068 commit 98f21d8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/storagecache/arm-storagecache/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 5.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.1.0 (2022-03-15)
414

515
**Features**

sdk/storagecache/arm-storagecache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for StorageCacheManagementClient.",
6-
"version": "5.1.0",
6+
"version": "5.1.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -115,4 +115,4 @@
115115
"disableDocsMs": true,
116116
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-storagecache?view=azure-node-preview"
117117
}
118-
}
118+
}

sdk/storagecache/arm-storagecache/src/storageCacheManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class StorageCacheManagementClient extends coreClient.ServiceClient {
6363
credential: credentials
6464
};
6565

66-
const packageDetails = `azsdk-js-arm-storagecache/5.1.0`;
66+
const packageDetails = `azsdk-js-arm-storagecache/5.1.1`;
6767
const userAgentPrefix =
6868
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6969
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)