Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 15 additions & 2 deletions sdk/netapp/Azure.ResourceManager.NetApp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,27 @@
## 1.15.0-beta.1 (Unreleased)

### Features Added

- Upgraded api-version tag from 'package-2025-09-01' to 'package-2025-09-01-preview'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/1da0ccefea2127820defac6496bf4710c0902d78/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
- Added `Cache` resource type
- Added `ElasticAccount` resource type
- Added `ElasticPool` resource type
- Added `ElasticVolume` resource type
- Added `ElasticSnapshotPolicy` resource type
- Added `ElasticSnapshot` resource type
- Added `ElasticBackupVault` resource type
- Added `ElasticBackupPolicy` resource type
- Added `ElasticBackup` resource type
- Added `ActiveDirectory` resource type
- Added `RansomwareReport` resource type, Support for Advance AntiRansomware features
- Added `LdapConfiguration` to `NetAppAccountResource` to support LDAP configuration at account level
- Added `LargeVolumeType` and `` to `NetAppVolumeResource` to support ExtraLargeVolumes
Copy link

Copilot AI Nov 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete documentation: the second property name after 'LargeVolumeType' is missing. Please specify the complete property name that was added to support ExtraLargeVolumes.

Suggested change
- Added `LargeVolumeType` and `` to `NetAppVolumeResource` to support ExtraLargeVolumes
- Added `LargeVolumeType` and `ExtraLargeVolumeType` to `NetAppVolumeResource` to support ExtraLargeVolumes

Copilot uses AI. Check for mistakes.
### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.14.0 (2025-11-26)
## 1.14.0 (2025-11-26)9

### Features Added
- 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.
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/Azure.ResourceManager.NetApp/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/netapp/Azure.ResourceManager.NetApp",
"Tag": "net/netapp/Azure.ResourceManager.NetApp_09461a0154"
"Tag": "net/netapp/Azure.ResourceManager.NetApp_90c6601ea6"
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static NetAppVolumePatch NetAppVolumePatch(ResourceIdentifier id, string
exportRules,
null, //protocolTypes
throughputMibps,
snapshotPolicyId != null ? new NetAppVolumePatchDataProtection(null, new VolumeSnapshotProperties(snapshotPolicyId, serializedAdditionalRawData: null), serializedAdditionalRawData: null) : null,
snapshotPolicyId != null ? new NetAppVolumePatchDataProtection() { Snapshot = new VolumeSnapshotProperties() {SnapshotPolicyId = snapshotPolicyId } } : null,
isDefaultQuotaEnabled,
defaultUserQuotaInKiBs,
defaultGroupQuotaInKiBs,
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading