Skip to content

Commit 7dc7152

Browse files
authored
Post release automated changes for iothub releases (Azure#27153)
Post release automated changes for azure-arm-iothub
1 parent 5bd16d4 commit 7dc7152

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

sdk/iothub/arm-iothub/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+
## 6.3.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 6.3.0 (2023-09-15)
414

515
**Features**

sdk/iothub/arm-iothub/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 IotHubClient.",
6-
"version": "6.3.0",
6+
"version": "6.3.1",
77
"engines": {
88
"node": ">=14.0.0"
99
},
@@ -121,4 +121,4 @@
121121
"disableDocsMs": true,
122122
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-iothub?view=azure-node-preview"
123123
}
124-
}
124+
}

sdk/iothub/arm-iothub/src/iotHubClient.ts

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

69-
const packageDetails = `azsdk-js-arm-iothub/6.3.0`;
69+
const packageDetails = `azsdk-js-arm-iothub/6.3.1`;
7070
const userAgentPrefix =
7171
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
7272
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)