Skip to content

Commit

Permalink
Post release automated changes for iothub releases (Azure#27122)
Browse files Browse the repository at this point in the history
Post release automated changes for azure-arm-iothub
  • Loading branch information
azure-sdk authored Sep 14, 2023
1 parent 993ae6d commit a74541d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions sdk/iothub/arm-iothub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 6.3.0-beta.4 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 6.3.0-beta.3 (2023-09-13)

**Features**
Expand Down
4 changes: 2 additions & 2 deletions sdk/iothub/arm-iothub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for IotHubClient.",
"version": "6.3.0-beta.3",
"version": "6.3.0-beta.4",
"engines": {
"node": ">=14.0.0"
},
Expand Down Expand Up @@ -121,4 +121,4 @@
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-iothub?view=azure-node-preview"
}
}
}
2 changes: 1 addition & 1 deletion sdk/iothub/arm-iothub/src/iotHubClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class IotHubClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-iothub/6.3.0-beta.3`;
const packageDetails = `azsdk-js-arm-iothub/6.3.0-beta.4`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit a74541d

Please sign in to comment.