Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 15 additions & 7 deletions sdk/netapp/Azure.ResourceManager.NetApp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Release History

## 1.15.0-beta.1 (Unreleased)
## 1.15.0-beta.1 (2025-12-01)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- 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` to `NetAppVolumeResource` to support ExtraLargeVolumes

## 1.14.0 (2025-11-26)

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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