Skip to content

Commit 159839f

Browse files
authored
Post release automated changes for azurestackhci releases (Azure#20747)
Post release automated changes for azure-arm-azurestackhci
1 parent 8e3959a commit 159839f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/azurestackhci/arm-azurestackhci/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+
## 2.1.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.1.0 (2022-02-28)
414

515
**Features**

sdk/azurestackhci/arm-azurestackhci/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 AzureStackHCIClient.",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},

sdk/azurestackhci/arm-azurestackhci/src/azureStackHCIClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class AzureStackHCIClient extends coreClient.ServiceClient {
5454
credential: credentials
5555
};
5656

57-
const packageDetails = `azsdk-js-arm-azurestackhci/2.1.0`;
57+
const packageDetails = `azsdk-js-arm-azurestackhci/2.1.1`;
5858
const userAgentPrefix =
5959
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6060
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)