Skip to content

Commit c44223b

Browse files
Fix review feedback: correct api-version and KeyValuePair JavaDoc
- Update KeyValuePair JavaDoc from 'map' to 'key-value pair' - Update README api-version from 2025-01-01 to 2026-05-01-preview - Update pom.xml description api-version from 2025-01-01 to 2026-05-01-preview - Remove duplicate CHANGELOG entry, keep only 2026-05-01-preview Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fa90dc3 commit c44223b

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

sdk/chaos/azure-resourcemanager-chaos/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## 1.4.0-beta.1 (2026-05-06)
44

5-
- Azure Resource Manager Chaos client library for Java. This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package api-version 2025-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
65
- Azure Resource Manager Chaos client library for Java. This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package api-version 2026-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
76

87
### Breaking Changes

sdk/chaos/azure-resourcemanager-chaos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Chaos client library for Java.
44

5-
This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package api-version 2025-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for Chaos Management SDK. Chaos Management Client. Package api-version 2026-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

sdk/chaos/azure-resourcemanager-chaos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<packaging>jar</packaging>
1919

2020
<name>Microsoft Azure SDK for Chaos Management</name>
21-
<description>This package contains Microsoft Azure SDK for Chaos Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Chaos Management Client. Package api-version 2025-01-01.</description>
21+
<description>This package contains Microsoft Azure SDK for Chaos Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Chaos Management Client. Package api-version 2026-05-01-preview.</description>
2222
<url>https://github.com/Azure/azure-sdk-for-java</url>
2323

2424
<licenses>

sdk/chaos/azure-resourcemanager-chaos/src/main/java/com/azure/resourcemanager/chaos/models/KeyValuePair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.io.IOException;
1313

1414
/**
15-
* A map used to describe parameters for actions or configurations.
15+
* A key-value pair used to describe parameters for actions or configurations.
1616
*/
1717
@Fluent
1818
public final class KeyValuePair implements JsonSerializable<KeyValuePair> {

0 commit comments

Comments
 (0)