Skip to content

Commit 8d13811

Browse files
authored
Post release automated changes for azure-arm-eventhub-profile-2020-09-01-hybrid (#24310)
1 parent 73fd790 commit 8d13811

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/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+
## 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-12-20)
414

515
**Features**

sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/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 EventHubManagementClient.",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},

sdk/eventhub/arm-eventhub-profile-2020-09-01-hybrid/src/eventHubManagementClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class EventHubManagementClient extends coreClient.ServiceClient {
6565
credential: credentials
6666
};
6767

68-
const packageDetails = `azsdk-js-arm-eventhub-profile-2020-09-01-hybrid/2.1.0`;
68+
const packageDetails = `azsdk-js-arm-eventhub-profile-2020-09-01-hybrid/2.1.1`;
6969
const userAgentPrefix =
7070
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7171
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)