Skip to content

Commit f1257f7

Browse files
authored
Post release automated changes for storagesync releases (Azure#21762)
Post release automated changes for azure-arm-storagesync
1 parent e968089 commit f1257f7

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/storagesync/arm-storagesync/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 9.0.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 9.0.1 (2022-05-01)
414

515
**Features**

sdk/storagesync/arm-storagesync/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 MicrosoftStorageSync.",
6-
"version": "9.0.1",
6+
"version": "9.0.2",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/storagesync/arm-storagesync/src/microsoftStorageSync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class MicrosoftStorageSync extends coreClient.ServiceClient {
7373
credential: credentials
7474
};
7575

76-
const packageDetails = `azsdk-js-arm-storagesync/9.0.1`;
76+
const packageDetails = `azsdk-js-arm-storagesync/9.0.2`;
7777
const userAgentPrefix =
7878
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7979
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)