File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
-
2
+
3
+ ## 5.0.0-beta.3 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 5.0.0-beta.2 (2022-04-15)
4
14
5
15
The package of @azure/arm-databox is using our next generation design principles since version 5.0.0-beta.2, which contains breaking changes.
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 DataBoxManagementClient." ,
6
- "version" : " 5.0.0-beta.2 " ,
6
+ "version" : " 5.0.0-beta.3 " ,
7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
115
115
"disableDocsMs" : true ,
116
116
"apiRefLink" : " https://docs.microsoft.com/javascript/api/@azure/arm-databox?view=azure-node-preview"
117
117
}
118
- }
118
+ }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export class DataBoxManagementClient extends coreClient.ServiceClient {
51
51
credential : credentials
52
52
} ;
53
53
54
- const packageDetails = `azsdk-js-arm-databox/5.0.0-beta.2 ` ;
54
+ const packageDetails = `azsdk-js-arm-databox/5.0.0-beta.3 ` ;
55
55
const userAgentPrefix =
56
56
options . userAgentOptions && options . userAgentOptions . userAgentPrefix
57
57
? `${ options . userAgentOptions . userAgentPrefix } ${ packageDetails } `
You can’t perform that action at this time.
0 commit comments