Skip to content

Commit e46099e

Browse files
authored
Post release automated changes for vmwarecloudsimple releases (Azure#24724)
Post release automated changes for azure-arm-vmwarecloudsimple
1 parent 388057a commit e46099e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/vmwarecloudsimple/arm-vmwarecloudsimple/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+
## 3.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 3.1.0 (2023-02-02)
414

515
**Features**

sdk/vmwarecloudsimple/arm-vmwarecloudsimple/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 VMwareCloudSimple.",
6-
"version": "3.1.0",
6+
"version": "3.1.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},

sdk/vmwarecloudsimple/arm-vmwarecloudsimple/src/vMwareCloudSimple.ts

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

77-
const packageDetails = `azsdk-js-arm-vmwarecloudsimple/3.1.0`;
77+
const packageDetails = `azsdk-js-arm-vmwarecloudsimple/3.1.1`;
7878
const userAgentPrefix =
7979
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8080
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)