Skip to content

Commit 6d21fc9

Browse files
authored
Post release automated changes for hdinsight releases (Azure#22802)
Post release automated changes for azure-arm-hdinsight
1 parent a3fc168 commit 6d21fc9

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

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

515
**Features**

sdk/hdinsight/arm-hdinsight/package.json

Lines changed: 2 additions & 2 deletions
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 HDInsightManagementClient.",
6-
"version": "1.2.0",
6+
"version": "1.2.1",
77
"engines": {
88
"node": ">=12.0.0"
99
},
@@ -118,4 +118,4 @@
118118
"disableDocsMs": true,
119119
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-hdinsight?view=azure-node-preview"
120120
}
121-
}
121+
}

sdk/hdinsight/arm-hdinsight/src/hDInsightManagementClient.ts

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

78-
const packageDetails = `azsdk-js-arm-hdinsight/1.2.0`;
78+
const packageDetails = `azsdk-js-arm-hdinsight/1.2.1`;
7979
const userAgentPrefix =
8080
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
8181
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)