Skip to content

Commit 649950f

Browse files
azure-sdkaudunnweidongxu-microsoft
authored
[AutoPR azure-resourcemanager-netapp]-generated-from-SDK Generation - Java-5575130 (Azure#47288)
* Configurations: 'specification/netapp/resource-manager/Microsoft.NetApp/NetApp/tspconfig.yaml', API Version: 2025-09-01, SDK Release Type: stable, and CommitSHA: '110584e2d5955b67491cf3b377df887fe24bacbd' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5575130 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * known change in netapp * version 2.0.0 * changelog --------- Co-authored-by: audunn <[email protected]> Co-authored-by: Weidong Xu <[email protected]>
1 parent 43201ba commit 649950f

File tree

664 files changed

+11680
-24055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

664 files changed

+11680
-24055
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ com.azure.resourcemanager:azure-resourcemanager-eventgrid;1.2.0;1.3.0-beta.2
312312
com.azure.resourcemanager:azure-resourcemanager-healthbot;1.1.0;1.2.0-beta.1
313313
com.azure.resourcemanager:azure-resourcemanager-confluent;1.2.0;1.3.0-beta.1
314314
com.azure.resourcemanager:azure-resourcemanager-digitaltwins;1.3.0;1.4.0-beta.1
315-
com.azure.resourcemanager:azure-resourcemanager-netapp;1.9.0;1.10.0-beta.2
315+
com.azure.resourcemanager:azure-resourcemanager-netapp;1.9.0;2.0.0
316316
com.azure.resourcemanager:azure-resourcemanager-storagecache;1.1.0;1.2.0-beta.1
317317
com.azure.resourcemanager:azure-resourcemanager-redisenterprise;2.1.0;2.2.0-beta.1
318318
com.azure.resourcemanager:azure-resourcemanager-hybridkubernetes;1.0.0;1.1.0-beta.2

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

Lines changed: 259 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,269 @@
11
# Release History
22

3-
## 1.10.0-beta.2 (Unreleased)
3+
## 2.0.0 (2025-11-14)
44

5-
### Features Added
5+
- 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. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
### Breaking Changes
88

9-
### Bugs Fixed
9+
#### `models.SnapshotPoliciesList` was removed
1010

11-
### Other Changes
11+
#### `models.VolumeQuotaRulesList` was removed
12+
13+
#### `models.BackupPoliciesList` was removed
14+
15+
#### `models.SnapshotsList` was removed
16+
17+
#### `models.VolumeGroupList` was removed
18+
19+
#### `models.RelationshipStatus` was removed
20+
21+
#### `models.UsagesListResult` was removed
22+
23+
#### `models.OperationListResult` was removed
24+
25+
#### `models.BackupsList` was removed
26+
27+
#### `models.BackupVaultsList` was removed
28+
29+
#### `models.SubscriptionQuotaItemList` was removed
30+
31+
#### `models.RegionInfosList` was removed
32+
33+
#### `models.VolumeList` was removed
34+
35+
#### `models.CapacityPoolList` was removed
36+
37+
#### `models.SubvolumesList` was removed
38+
39+
#### `models.ListReplications` was removed
40+
41+
#### `models.NetAppAccountList` was removed
42+
43+
#### `models.ServiceSpecification` was modified
44+
45+
* `ServiceSpecification()` was changed to private access
46+
* `withMetricSpecifications(java.util.List)` was removed
47+
* `withLogSpecifications(java.util.List)` was removed
48+
49+
#### `models.MetricSpecification` was modified
50+
51+
* `MetricSpecification()` was changed to private access
52+
* `withInternalMetricName(java.lang.String)` was removed
53+
* `withIsInternal(java.lang.Boolean)` was removed
54+
* `withFillGapWithZero(java.lang.Boolean)` was removed
55+
* `withSourceMdmNamespace(java.lang.String)` was removed
56+
* `withEnableRegionalMdmAccount(java.lang.Boolean)` was removed
57+
* `withSourceMdmAccount(java.lang.String)` was removed
58+
* `withDimensions(java.util.List)` was removed
59+
* `withAggregationType(java.lang.String)` was removed
60+
* `withCategory(java.lang.String)` was removed
61+
* `withDisplayDescription(java.lang.String)` was removed
62+
* `withSupportedTimeGrainTypes(java.util.List)` was removed
63+
* `withUnit(java.lang.String)` was removed
64+
* `withDisplayName(java.lang.String)` was removed
65+
* `withResourceIdDimensionNameOverride(java.lang.String)` was removed
66+
* `withSupportedAggregationTypes(java.util.List)` was removed
67+
* `withName(java.lang.String)` was removed
68+
69+
#### `models.BackupStatus` was modified
70+
71+
* `models.RelationshipStatus relationshipStatus()` -> `models.VolumeBackupRelationshipStatus relationshipStatus()`
72+
73+
#### `models.ReplicationStatus` was modified
74+
75+
* `models.RelationshipStatus relationshipStatus()` -> `models.VolumeReplicationRelationshipStatus relationshipStatus()`
76+
77+
#### `models.Volume` was modified
78+
79+
* `listReplications(com.azure.core.util.Context)` was removed
80+
81+
#### `models.OperationDisplay` was modified
82+
83+
* `OperationDisplay()` was changed to private access
84+
* `withProvider(java.lang.String)` was removed
85+
* `withOperation(java.lang.String)` was removed
86+
* `withDescription(java.lang.String)` was removed
87+
* `withResource(java.lang.String)` was removed
88+
89+
#### `models.VolumePatch` was modified
90+
91+
* `withLocation(java.lang.String)` was removed
92+
* `withTags(java.util.Map)` was removed
93+
94+
#### `models.CapacityPool$Definition` was modified
95+
96+
* `withCustomThroughputMibps(java.lang.Float)` was removed
97+
98+
#### `models.UsageName` was modified
99+
100+
* `UsageName()` was changed to private access
101+
* `withLocalizedValue(java.lang.String)` was removed
102+
* `withValue(java.lang.String)` was removed
103+
104+
#### `models.LogSpecification` was modified
105+
106+
* `LogSpecification()` was changed to private access
107+
* `withName(java.lang.String)` was removed
108+
* `withDisplayName(java.lang.String)` was removed
109+
110+
#### `models.CapacityPool$Update` was modified
111+
112+
* `withCustomThroughputMibps(java.lang.Float)` was removed
113+
114+
#### `models.CapacityPool` was modified
115+
116+
* `java.lang.Float customThroughputMibps()` -> `java.lang.Integer customThroughputMibps()`
117+
118+
#### `models.ProvisioningState` was modified
119+
120+
* `models.ProvisioningState[] values()` -> `java.util.Collection values()`
121+
* `toString()` was removed
122+
* `valueOf(java.lang.String)` was removed
123+
124+
#### `models.NicInfo` was modified
125+
126+
* `NicInfo()` was changed to private access
127+
* `withVolumeResourceIds(java.util.List)` was removed
128+
129+
#### `models.VolumeBackups` was modified
130+
131+
* `VolumeBackups()` was changed to private access
132+
* `withVolumeName(java.lang.String)` was removed
133+
* `withBackupsCount(java.lang.Integer)` was removed
134+
* `withPolicyEnabled(java.lang.Boolean)` was removed
135+
* `withVolumeResourceId(java.lang.String)` was removed
136+
137+
#### `models.DestinationReplication` was modified
138+
139+
* `DestinationReplication()` was changed to private access
140+
* `withResourceId(java.lang.String)` was removed
141+
* `withReplicationType(models.ReplicationType)` was removed
142+
* `withRegion(java.lang.String)` was removed
143+
* `withZone(java.lang.String)` was removed
144+
145+
#### `models.RestoreStatus` was modified
146+
147+
* `models.RelationshipStatus relationshipStatus()` -> `models.VolumeRestoreRelationshipStatus relationshipStatus()`
148+
149+
#### `models.BackupPolicyPatch` was modified
150+
151+
* `withTags(java.util.Map)` was removed
152+
* `withLocation(java.lang.String)` was removed
153+
154+
#### `models.Volumes` was modified
155+
156+
* `listReplications(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed
157+
158+
#### `models.NetAppAccountPatch` was modified
159+
160+
* `withLocation(java.lang.String)` was removed
161+
* `withTags(java.util.Map)` was removed
162+
163+
#### `models.RegionInfoAvailabilityZoneMappingsItem` was modified
164+
165+
* `RegionInfoAvailabilityZoneMappingsItem()` was changed to private access
166+
* `withIsAvailable(java.lang.Boolean)` was removed
167+
* `withAvailabilityZone(java.lang.String)` was removed
168+
169+
#### `models.CapacityPoolPatch` was modified
170+
171+
* `withCustomThroughputMibps(java.lang.Float)` was removed
172+
* `java.lang.Float customThroughputMibps()` -> `java.lang.Integer customThroughputMibps()`
173+
* `withTags(java.util.Map)` was removed
174+
* `withLocation(java.lang.String)` was removed
175+
176+
#### `models.Dimension` was modified
177+
178+
* `Dimension()` was changed to private access
179+
* `withName(java.lang.String)` was removed
180+
* `withDisplayName(java.lang.String)` was removed
181+
182+
#### `models.Snapshots` was modified
183+
184+
* `update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Object,com.azure.core.util.Context)` was removed
185+
* `update(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Object)` was removed
186+
187+
### Features Added
188+
189+
* `models.NetAppResourceQuotaLimitsAccounts` was added
190+
191+
* `models.MountTargetProperties` was added
192+
193+
* `models.ReplicationMirrorState` was added
194+
195+
* `models.ListReplicationsRequest` was added
196+
197+
* `models.VolumeReplicationRelationshipStatus` was added
198+
199+
* `models.Exclude` was added
200+
201+
* `models.VolumeBackupRelationshipStatus` was added
202+
203+
* `models.VolumeRestoreRelationshipStatus` was added
204+
205+
#### `models.SnapshotPolicyVolumeList` was modified
206+
207+
* `nextLink()` was added
208+
209+
#### `models.Volume` was modified
210+
211+
* `listReplications(models.ListReplicationsRequest,com.azure.core.util.Context)` was added
212+
213+
#### `models.VolumePatch` was modified
214+
215+
* `tags()` was added
216+
* `location()` was added
217+
218+
#### `models.CapacityPool$Definition` was modified
219+
220+
* `withCustomThroughputMibps(java.lang.Integer)` was added
221+
222+
#### `models.CapacityPool$Update` was modified
223+
224+
* `withCustomThroughputMibps(java.lang.Integer)` was added
225+
226+
#### `NetAppFilesManager` was modified
227+
228+
* `netAppResourceQuotaLimitsAccounts()` was added
229+
230+
#### `models.VolumeGroupDetails` was modified
231+
232+
* `systemData()` was added
233+
234+
#### `models.ProvisioningState` was modified
235+
236+
* `ProvisioningState()` was added
237+
238+
#### `models.BackupPolicyPatch` was modified
239+
240+
* `location()` was added
241+
* `tags()` was added
242+
243+
#### `models.Volumes` was modified
244+
245+
* `listReplications(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.ListReplicationsRequest,com.azure.core.util.Context)` was added
246+
247+
#### `models.NetAppAccountPatch` was modified
248+
249+
* `tags()` was added
250+
* `location()` was added
251+
252+
#### `models.CapacityPoolPatch` was modified
253+
254+
* `withCustomThroughputMibps(java.lang.Integer)` was added
255+
* `location()` was added
256+
* `tags()` was added
257+
258+
#### `models.Replication` was modified
259+
260+
* `mirrorState()` was added
261+
* `replicationCreationTime()` was added
262+
* `replicationDeletionTime()` was added
263+
264+
#### `models.SubscriptionQuotaItem` was modified
265+
266+
* `usage()` was added
12267

13268
## 1.10.0-beta.1 (2025-10-15)
14269

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager NetAppFiles client library for Java.
44

5-
This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-preview-2025-07-01-preview. 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 NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package api-version 2025-09-01. 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

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-netapp</artifactId>
35-
<version>1.10.0-beta.1</version>
35+
<version>2.0.0</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)