Skip to content

Commit

Permalink
Post release automated changes for storsimple1200series releases (Azu…
Browse files Browse the repository at this point in the history
…re#21775)

Post release automated changes for azure-arm-storsimple1200series
  • Loading branch information
azure-sdk authored May 7, 2022
1 parent 300b836 commit e3c7253
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/storsimple1200series/arm-storsimple1200series/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.1 (2022-05-05)

**Features**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for StorSimpleManagementClient.",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=12.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class StorSimpleManagementClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-storsimple1200series/2.0.1`;
const packageDetails = `azsdk-js-arm-storsimple1200series/2.0.2`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit e3c7253

Please sign in to comment.