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/netapp/arm-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 22.0.1 (Unreleased)

### Features Added

### Breaking Changes

Comment on lines +7 to +8
Copy link

Copilot AI Nov 19, 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 22.0.1 includes a 'Breaking Changes' section, which is inappropriate for a patch version release. According to semantic versioning, patch versions (x.x.N) should only contain backwards-compatible bug fixes and should never include breaking changes. Consider removing the 'Breaking Changes' subsection or changing the version bump to a major version if breaking changes are planned.

Suggested change
### Breaking Changes

Copilot uses AI. Check for mistakes.
### Bugs Fixed

### Other Changes

## 22.0.0 (2025-11-14)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/arm-netapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/arm-netapp",
"version": "22.0.0",
"version": "22.0.1",
"description": "A generated SDK for NetAppManagementClient.",
"engines": {
"node": ">=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/arm-netapp/src/api/netAppManagementContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function createNetAppManagement(
const endpointUrl =
options.endpoint ?? getArmEndpoint(options.cloudSetting) ?? "https://management.azure.com";
const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;
const userAgentInfo = `azsdk-js-arm-netapp/22.0.0`;
const userAgentInfo = `azsdk-js-arm-netapp/22.0.1`;
const userAgentPrefix = prefixFromOptions
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
: `azsdk-js-api ${userAgentInfo}`;
Expand Down
Loading