Skip to content

Commit 4a3819e

Browse files
authored
Post release automated changes for databox releases (#25960)
Post release automated changes for azure-arm-databox
1 parent db36083 commit 4a3819e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/databox/arm-databox/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.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.0.0 (2023-05-10)
414

515
The package of @azure/arm-databox is using our next generation design principles since version 5.0.0, which contains breaking changes.

sdk/databox/arm-databox/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 DataBoxManagementClient.",
6-
"version": "5.0.0",
6+
"version": "5.0.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -120,4 +120,4 @@
120120
"disableDocsMs": true,
121121
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-databox?view=azure-node-preview"
122122
}
123-
}
123+
}

sdk/databox/arm-databox/src/dataBoxManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class DataBoxManagementClient extends coreClient.ServiceClient {
5656
credential: credentials
5757
};
5858

59-
const packageDetails = `azsdk-js-arm-databox/5.0.0`;
59+
const packageDetails = `azsdk-js-arm-databox/5.0.1`;
6060
const userAgentPrefix =
6161
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6262
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)