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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
1
# Release History
2
2
3
-
## 1.13.0-beta.1 (Unreleased)
3
+
## 1.13.0-beta.1 (2025-10-22)
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-07-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/c2c7ee70dea80830fe9ea94aed2cec6182c4e9e6/specification/netapp/resource-manager/readme.md.
7
+
- Added `Bucket` resource type
8
+
- Added `GetNetAppResourceQuotaLimitsAccountsAsync` to `NetAppAccountResource`
12
9
13
10
## 1.12.0 (2025-08-25)
14
11
@@ -35,7 +32,7 @@
35
32
- Added `DestinationReplications` to `NetAppReplicationObject`
36
33
- Added support for ANF Migration Assistant with operations `PeerExternalCluster`, `AuthorizeExternalReplication`, `FinalizeExternalReplication`, `PerformReplicationTransfer` on `NetAppVolumeResource`
37
34
- Added `IsLargeVolume` to `NetAppBackupData`
38
-
-`IsRestoring` in `NetAppVolumeData` and `NetAppVolumeGroupVolume` is now a read only property indicating if volume is being resored
35
+
-`IsRestoring` in `NetAppVolumeData` and `NetAppVolumeGroupVolume` is now a read only property indicating if volume is being resored
39
36
40
37
41
38
## 1.9.0 (2025-02-21)
@@ -52,7 +49,7 @@
52
49
53
50
- Upgraded api-version tag from 'package-2024-03' to 'package-2024-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/f37b54b187bac95237c62478a10b94e9cff236f3/specification/netapp/resource-manager/readme.md.
54
51
- Added support for external migration replication volumes with operations `PeerExternalClusterAsync`, `AuthorizeExternalReplicationAsync`, `PerformReplicationTransferAsync`, `FinalizeExternalReplicationAsync`
55
-
- Added `RemotePath` to `ReplicationObject`
52
+
- Added `RemotePath` to `ReplicationObject`
56
53
- Added `AvailabilityZone` to `FilePathAvailabilityRequest`
57
54
- Added read-only property `EffectiveNetworkFeatures` to `Volume``VolumeProperties` and `VolumeGroupVolumeProperties`
58
55
- Exposed `JsonModelWriteCore` for model serialization procedure.
/// <summary> Initializes a new instance of <see cref="Models.NetAppVolumeReplicationStatus"/>. </summary>
205
+
/// <param name="isHealthy"> Replication health check. </param>
206
+
/// <param name="relationshipStatus"> Status of the mirror relationship. </param>
207
+
/// <param name="mirrorState"> The mirror state property describes the current status of data replication for a replication. 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>
208
+
/// <param name="totalProgress"> The progress of the replication. </param>
209
+
/// <param name="errorMessage"> Displays error message if the replication is in an error state. </param>
210
+
/// <returns> A new <see cref="Models.NetAppVolumeReplicationStatus"/> instance for mocking. </returns>
0 commit comments