Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sdk/subscription/arm-subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 6.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

Comment on lines +3 to +12
Copy link

Copilot AI Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CHANGELOG entry for version 6.0.1 is empty with only section headers. Before releasing, ensure that actual changes are documented under the appropriate sections, or remove empty sections if there are no changes in those categories. If this is truly a patch release, at minimum there should be content under 'Bugs Fixed' or 'Other Changes'.

Suggested change
## 6.0.1 (Unreleased)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes

Copilot uses AI. Check for mistakes.
## 6.0.0 (2025-10-30)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/subscription/arm-subscriptions/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 SubscriptionClient.",
"version": "6.0.0",
"version": "6.0.1",
"engines": {
"node": ">=20.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class SubscriptionClient extends coreClient.ServiceClient {
credential: credentials,
};

const packageDetails = `azsdk-js-arm-subscriptions/6.0.0`;
const packageDetails = `azsdk-js-arm-subscriptions/6.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down
Loading