File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
sdk/storagecache/arm-storagecache Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
-
2
+
3
+ ## 7.0.0-beta.2 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 7.0.0-beta.1 (2023-03-06)
4
14
5
15
** Features**
Original file line number Diff line number Diff line change 3
3
"sdk-type" : " mgmt" ,
4
4
"author" : " Microsoft Corporation" ,
5
5
"description" : " A generated SDK for StorageCacheManagementClient." ,
6
- "version" : " 7.0.0-beta.1 " ,
6
+ "version" : " 7.0.0-beta.2 " ,
7
7
"engines" : {
8
8
"node" : " >=14.0.0"
9
9
},
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ export class StorageCacheManagementClient extends coreClient.ServiceClient {
77
77
credential : credentials
78
78
} ;
79
79
80
- const packageDetails = `azsdk-js-arm-storagecache/7.0.0-beta.1 ` ;
80
+ const packageDetails = `azsdk-js-arm-storagecache/7.0.0-beta.2 ` ;
81
81
const userAgentPrefix =
82
82
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
83
83
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments