You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/netapp/Azure.ResourceManager.NetApp/CHANGELOG.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,10 @@
1
1
# Release History
2
2
3
-
## 1.13.0-beta.2 (Unreleased)
3
+
## 1.14.0 (2025-11-26)
4
4
5
5
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
6
+
- Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-09-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/1da0ccefea2127820defac6496bf4710c0902d78/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
7
+
- Added `ExcludeReplicationsFilter` to `GetReplicationsAsync` to filter out replications
/// <param name="totalThroughputMibps"> Total throughput of pool in MiB/s. </param>
234
+
/// <param name="utilizedThroughputMibps"> Utilized throughput of pool in MiB/s. </param>
235
+
/// <param name="customThroughputMibps"> Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level. </param>
236
+
/// <param name="qosType"> The qos type of the pool. </param>
237
+
/// <param name="isCoolAccessEnabled"> If enabled (true) the pool can contain cool Access enabled volumes. </param>
238
+
/// <param name="encryptionType"> Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. </param>
239
+
/// <returns> A new <see cref="NetApp.CapacityPoolData"/> instance for mocking. </returns>
/// <summary> Initializes a new instance of <see cref="Models.CapacityPoolPatch"/>. </summary>
265
+
/// <param name="id"> The id. </param>
266
+
/// <param name="name"> The name. </param>
267
+
/// <param name="resourceType"> The resourceType. </param>
268
+
/// <param name="systemData"> The systemData. </param>
269
+
/// <param name="tags"> The tags. </param>
270
+
/// <param name="location"> The location. </param>
271
+
/// <param name="size"> Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776). </param>
272
+
/// <param name="qosType"> The qos type of the pool. </param>
273
+
/// <param name="isCoolAccessEnabled"> If enabled (true) the pool can contain cool Access enabled volumes. </param>
274
+
/// <param name="customThroughputMibps"> Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level. </param>
275
+
/// <returns> A new <see cref="Models.CapacityPoolPatch"/> instance for mocking. </returns>
/// <summary> Initializes a new instance of <see cref="Models.NetAppVolumeBackupStatus"/>. </summary>
294
+
/// <param name="isHealthy"> Backup health status. </param>
295
+
/// <param name="relationshipStatus"> Status of the backup mirror relationship. </param>
296
+
/// <param name="mirrorState"> The mirror state property describes the current status of data replication for a backup. It provides insight into whether the data is actively being mirrored, if the replication process has been paused, or if it has yet to be initialized. </param>
297
+
/// <param name="unhealthyReason"> Reason for the unhealthy backup relationship. </param>
298
+
/// <param name="errorMessage"> Displays error message if the backup is in an error state. </param>
299
+
/// <param name="lastTransferSize"> Displays the last transfer size. </param>
300
+
/// <param name="lastTransferType"> Displays the last transfer type. </param>
301
+
/// <param name="totalTransferBytes"> Displays the total bytes transferred. </param>
302
+
/// <param name="transferProgressBytes"> Displays the total number of bytes transferred for the ongoing operation. </param>
303
+
/// <returns> A new <see cref="Models.NetAppVolumeBackupStatus"/> instance for mocking. </returns>
/// <summary> Initializes a new instance of <see cref="Models.NetAppRestoreStatus"/>. </summary>
336
+
/// <param name="isHealthy"> Restore health status. </param>
337
+
/// <param name="relationshipStatus"> Status of the restore SnapMirror relationship. </param>
338
+
/// <param name="mirrorState"> The mirror state property describes the current status of data replication for a restore. It provides insight into whether the data is actively being mirrored, if the replication process has been paused, or if it has yet to be initialized. </param>
339
+
/// <param name="unhealthyReason"> Reason for the unhealthy restore relationship. </param>
340
+
/// <param name="errorMessage"> Displays error message if the restore is in an error state. </param>
341
+
/// <param name="totalTransferBytes"> Displays the total bytes transferred. </param>
342
+
/// <returns> A new <see cref="Models.NetAppRestoreStatus"/> instance for mocking. </returns>
/// <summary> Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level. </summary>
/// <summary> Maximum throughput in MiB/s that can be achieved by this pool and this will be accepted as input only for manual qosType pool with Flexible service level. </summary>
0 commit comments