Skip to content
Draft
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: 2 additions & 8 deletions sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# Release History

## 2.1.0-beta.2 (Unreleased)
## 2.1.0-beta.2 (2025-12-09)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Azure Resource Manager NetAppFiles client library for Java. This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package api-version 2025-09-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## 2.1.0-beta.1 (2025-12-04)

Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/azure-resourcemanager-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-netapp</artifactId>
<version>2.1.0-beta.1</version>
<version>2.1.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class ManagedServiceIdentityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
ManagedServiceIdentity model = BinaryData.fromString(
"{\"principalId\":\"1721271e-77e1-4cc6-93ee-13f891258d93\",\"tenantId\":\"87132471-872d-4fde-b7f9-d51276712561\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"hpxlktwkuziycs\":{\"principalId\":\"01ac5518-17a0-43bf-8d47-8ae69787adc2\",\"clientId\":\"a27d2c63-8340-4988-872b-0f4fea3eeeba\"},\"ufuztcktyhjtq\":{\"principalId\":\"8cae1dd4-8050-463d-a25d-53e348075807\",\"clientId\":\"12a8ff2a-f040-4fd9-a9e1-397f6fe24a21\"},\"gzulwmmrqzzr\":{\"principalId\":\"657d1f4a-dadf-4345-91b4-a60a3f1d85f5\",\"clientId\":\"a8bbc206-4ec3-42cc-b3ee-d2741f4adc36\"}}}")
"{\"principalId\":\"b8fb9ae1-12cd-452e-bcc5-931c73ab3341\",\"tenantId\":\"8ddf512d-121a-432c-984f-8d36e1f9de02\",\"type\":\"UserAssigned\",\"userAssignedIdentities\":{\"hpxlktwkuziycs\":{\"principalId\":\"2dd3ff16-b2c5-4caf-963c-65e173f74a87\",\"clientId\":\"c0af24fa-9632-4e15-9a1e-cf10364955ed\"},\"ufuztcktyhjtq\":{\"principalId\":\"d1935fbe-2665-4cc8-8182-fe3426af894f\",\"clientId\":\"81d1afe7-b57f-41c0-bcf0-083b786991c3\"},\"gzulwmmrqzzr\":{\"principalId\":\"6a1ef5ab-8ebb-4f55-8b0f-51e8e8a96c54\",\"clientId\":\"de0aba96-4ebb-4a06-9cba-b4cac3e7643e\"}}}")
.toObject(ManagedServiceIdentity.class);
Assertions.assertEquals(ManagedServiceIdentityType.USER_ASSIGNED, model.type());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class UserAssignedIdentityTests {
@org.junit.jupiter.api.Test
public void testDeserialize() throws Exception {
UserAssignedIdentity model = BinaryData.fromString(
"{\"principalId\":\"19fe9cd8-bfc1-4427-a771-bef692a040bc\",\"clientId\":\"c5970202-a578-4d5d-ab6e-9e6b25f308d2\"}")
"{\"principalId\":\"bbd0db18-5f6b-4270-a2de-d3dfcddadb55\",\"clientId\":\"aa93df6a-be91-43d8-94eb-3c72ed83bbbc\"}")
.toObject(UserAssignedIdentity.class);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/netapp/resource-manager/Microsoft.NetApp/NetApp
commit: 29c080bf3c463cb98a563e959cacf6d7f128fcad
commit: 32f0e6d393a9299273345d5a1250b5db51b08502
repo: Azure/azure-rest-api-specs
additionalDirectories:
Loading