Skip to content

Commit e968089

Browse files
authored
Post release automated changes for storageimportexport releases (Azure#21761)
Post release automated changes for azure-arm-storageimportexport
1 parent e1eac5c commit e968089

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/storageimportexport/arm-storageimportexport/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+
## 2.0.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.0.1 (2022-05-01)
414

515
**Features**

sdk/storageimportexport/arm-storageimportexport/package.json

Lines changed: 1 addition & 1 deletion
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 StorageImportExport.",
6-
"version": "2.0.1",
6+
"version": "2.0.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/storageimportexport/arm-storageimportexport/src/storageImportExport.ts

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

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

0 commit comments

Comments
 (0)