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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions sdk/netapp/azure-mgmt-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 17.1.0 (2026-07-17)

### Features Added

- Model `VolumeProperties` added property `breakthrough_mode`
- Model `VolumeProperties` added property `breakthrough_mode_old`
- Added enum `BreakthroughMode`
Comment on lines +3 to +9

## 18.0.0b1 (2026-06-29)

### Features Added
Expand Down
10 changes: 5 additions & 5 deletions sdk/netapp/azure-mgmt-netapp/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2026-04-15-preview",
"apiVersion": "2026-05-01",
"apiVersions": {
"Microsoft.NetApp": "2026-04-15-preview"
"Microsoft.NetApp": "2026-05-01"
},
"commit": "5bfc5b62dd18f5767b3254cc93e695eeb3d5d689",
"commit": "0ba9ed818bc5bd36e877ad025777534adf8b62ae",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/netapp/resource-manager/Microsoft.NetApp/NetApp",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.33.0"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
12,869 changes: 5,359 additions & 7,510 deletions sdk/netapp/azure-mgmt-netapp/api.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/netapp/azure-mgmt-netapp/api.metadata.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiMdSha256: 09076d6aaaa75aeaffd832f2c29cd5af14f70c31d1d82567ac34db0f7005e803
apiMdSha256: 90c88a3f51bbb1b486ccca1e212f43ebc16f7908f3056e1a7a3bc7e490e35391
parserVersion: 0.3.28
pythonVersion: 3.13.13
pythonVersion: 3.13.14
205 changes: 8 additions & 197 deletions sdk/netapp/azure-mgmt-netapp/apiview-properties.json

Large diffs are not rendered by default.

59 changes: 3 additions & 56 deletions sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from ._utils.serialization import Deserializer, Serializer
from .operations import (
AccountsOperations,
ActiveDirectoryConfigsOperations,
BackupPoliciesOperations,
BackupVaultsOperations,
BackupsOperations,
Expand All @@ -30,14 +29,6 @@
BackupsUnderVolumeOperations,
BucketsOperations,
CachesOperations,
ElasticAccountsOperations,
ElasticBackupPoliciesOperations,
ElasticBackupVaultsOperations,
ElasticBackupsOperations,
ElasticCapacityPoolsOperations,
ElasticSnapshotPoliciesOperations,
ElasticSnapshotsOperations,
ElasticVolumesOperations,
NetAppResourceOperations,
NetAppResourceQuotaLimitsAccountOperations,
NetAppResourceQuotaLimitsOperations,
Expand Down Expand Up @@ -95,26 +86,6 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
:vartype buckets: azure.mgmt.netapp.operations.BucketsOperations
:ivar caches: CachesOperations operations
:vartype caches: azure.mgmt.netapp.operations.CachesOperations
:ivar elastic_accounts: ElasticAccountsOperations operations
:vartype elastic_accounts: azure.mgmt.netapp.operations.ElasticAccountsOperations
:ivar elastic_capacity_pools: ElasticCapacityPoolsOperations operations
:vartype elastic_capacity_pools: azure.mgmt.netapp.operations.ElasticCapacityPoolsOperations
:ivar elastic_volumes: ElasticVolumesOperations operations
:vartype elastic_volumes: azure.mgmt.netapp.operations.ElasticVolumesOperations
:ivar elastic_snapshots: ElasticSnapshotsOperations operations
:vartype elastic_snapshots: azure.mgmt.netapp.operations.ElasticSnapshotsOperations
:ivar elastic_snapshot_policies: ElasticSnapshotPoliciesOperations operations
:vartype elastic_snapshot_policies:
azure.mgmt.netapp.operations.ElasticSnapshotPoliciesOperations
:ivar elastic_backup_vaults: ElasticBackupVaultsOperations operations
:vartype elastic_backup_vaults: azure.mgmt.netapp.operations.ElasticBackupVaultsOperations
:ivar elastic_backup_policies: ElasticBackupPoliciesOperations operations
:vartype elastic_backup_policies: azure.mgmt.netapp.operations.ElasticBackupPoliciesOperations
:ivar elastic_backups: ElasticBackupsOperations operations
:vartype elastic_backups: azure.mgmt.netapp.operations.ElasticBackupsOperations
:ivar active_directory_configs: ActiveDirectoryConfigsOperations operations
:vartype active_directory_configs:
azure.mgmt.netapp.operations.ActiveDirectoryConfigsOperations
:ivar net_app_resource_quota_limits: NetAppResourceQuotaLimitsOperations operations
:vartype net_app_resource_quota_limits:
azure.mgmt.netapp.operations.NetAppResourceQuotaLimitsOperations
Expand Down Expand Up @@ -147,10 +118,9 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-15-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-05-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -224,29 +194,6 @@ def __init__(
self.backup_vaults = BackupVaultsOperations(self._client, self._config, self._serialize, self._deserialize)
self.buckets = BucketsOperations(self._client, self._config, self._serialize, self._deserialize)
self.caches = CachesOperations(self._client, self._config, self._serialize, self._deserialize)
self.elastic_accounts = ElasticAccountsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_capacity_pools = ElasticCapacityPoolsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_volumes = ElasticVolumesOperations(self._client, self._config, self._serialize, self._deserialize)
self.elastic_snapshots = ElasticSnapshotsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_snapshot_policies = ElasticSnapshotPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backup_vaults = ElasticBackupVaultsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backup_policies = ElasticBackupPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backups = ElasticBackupsOperations(self._client, self._config, self._serialize, self._deserialize)
self.active_directory_configs = ActiveDirectoryConfigsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.net_app_resource_quota_limits = NetAppResourceQuotaLimitsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-15-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-05-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -48,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-04-15-preview")
api_version: str = kwargs.pop("api_version", "2026-05-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,21 +458,21 @@ def __ne__(self, other: typing.Any) -> bool:

def keys(self) -> typing.KeysView[str]:
"""
:returns: a set-like object providing a view on D's keys
:returns: a set-like object providing a view on the mapping's keys
:rtype: ~typing.KeysView
"""
return self._data.keys()

def values(self) -> typing.ValuesView[typing.Any]:
"""
:returns: an object providing a view on D's values
:returns: an object providing a view on the mapping's values
:rtype: ~typing.ValuesView
"""
return self._data.values()

def items(self) -> typing.ItemsView[str, typing.Any]:
"""
:returns: set-like object providing a view on D's items
:returns: a set-like object providing a view on the mapping's items
:rtype: ~typing.ItemsView
"""
return self._data.items()
Expand All @@ -482,7 +482,7 @@ def get(self, key: str, default: typing.Any = None) -> typing.Any:
Get the value for key if key is in the dictionary, else default.
:param str key: The key to look up.
:param any default: The value to return if key is not in the dictionary. Defaults to None
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
try:
Expand Down Expand Up @@ -517,19 +517,19 @@ def popitem(self) -> tuple[str, typing.Any]:
Removes and returns some (key, value) pair
:returns: The (key, value) pair.
:rtype: tuple
:raises KeyError: if D is empty.
:raises KeyError: if the dictionary is empty.
"""
return self._data.popitem()

def clear(self) -> None:
"""
Remove all items from D.
Remove all items from the dictionary.
"""
self._data.clear()

def update(self, *args: typing.Any, **kwargs: typing.Any) -> None: # pylint: disable=arguments-differ
"""
Updates D from mapping/iterable E and F.
Update the dictionary from a mapping or an iterable of key-value pairs.
:param any args: Either a mapping object or an iterable of key-value pairs.
"""
self._data.update(*args, **kwargs)
Expand All @@ -542,10 +542,11 @@ def setdefault(self, key: str, default: typing.Any) -> typing.Any: ... # pylint

def setdefault(self, key: str, default: typing.Any = _UNSET) -> typing.Any:
"""
Same as calling D.get(k, d), and setting D[k]=d if k not found
Return the value for key if key is in the dictionary; otherwise set the key to
default and return default.
:param str key: The key to look up.
:param any default: The value to set if key is not in the dictionary
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
if default is _UNSET:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "18.0.0b1"
VERSION = "17.1.0"
61 changes: 3 additions & 58 deletions sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from ._configuration import NetAppManagementClientConfiguration
from .operations import (
AccountsOperations,
ActiveDirectoryConfigsOperations,
BackupPoliciesOperations,
BackupVaultsOperations,
BackupsOperations,
Expand All @@ -30,14 +29,6 @@
BackupsUnderVolumeOperations,
BucketsOperations,
CachesOperations,
ElasticAccountsOperations,
ElasticBackupPoliciesOperations,
ElasticBackupVaultsOperations,
ElasticBackupsOperations,
ElasticCapacityPoolsOperations,
ElasticSnapshotPoliciesOperations,
ElasticSnapshotsOperations,
ElasticVolumesOperations,
NetAppResourceOperations,
NetAppResourceQuotaLimitsAccountOperations,
NetAppResourceQuotaLimitsOperations,
Expand Down Expand Up @@ -95,28 +86,6 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
:vartype buckets: azure.mgmt.netapp.aio.operations.BucketsOperations
:ivar caches: CachesOperations operations
:vartype caches: azure.mgmt.netapp.aio.operations.CachesOperations
:ivar elastic_accounts: ElasticAccountsOperations operations
:vartype elastic_accounts: azure.mgmt.netapp.aio.operations.ElasticAccountsOperations
:ivar elastic_capacity_pools: ElasticCapacityPoolsOperations operations
:vartype elastic_capacity_pools:
azure.mgmt.netapp.aio.operations.ElasticCapacityPoolsOperations
:ivar elastic_volumes: ElasticVolumesOperations operations
:vartype elastic_volumes: azure.mgmt.netapp.aio.operations.ElasticVolumesOperations
:ivar elastic_snapshots: ElasticSnapshotsOperations operations
:vartype elastic_snapshots: azure.mgmt.netapp.aio.operations.ElasticSnapshotsOperations
:ivar elastic_snapshot_policies: ElasticSnapshotPoliciesOperations operations
:vartype elastic_snapshot_policies:
azure.mgmt.netapp.aio.operations.ElasticSnapshotPoliciesOperations
:ivar elastic_backup_vaults: ElasticBackupVaultsOperations operations
:vartype elastic_backup_vaults: azure.mgmt.netapp.aio.operations.ElasticBackupVaultsOperations
:ivar elastic_backup_policies: ElasticBackupPoliciesOperations operations
:vartype elastic_backup_policies:
azure.mgmt.netapp.aio.operations.ElasticBackupPoliciesOperations
:ivar elastic_backups: ElasticBackupsOperations operations
:vartype elastic_backups: azure.mgmt.netapp.aio.operations.ElasticBackupsOperations
:ivar active_directory_configs: ActiveDirectoryConfigsOperations operations
:vartype active_directory_configs:
azure.mgmt.netapp.aio.operations.ActiveDirectoryConfigsOperations
:ivar net_app_resource_quota_limits: NetAppResourceQuotaLimitsOperations operations
:vartype net_app_resource_quota_limits:
azure.mgmt.netapp.aio.operations.NetAppResourceQuotaLimitsOperations
Expand Down Expand Up @@ -150,10 +119,9 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-15-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-05-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down Expand Up @@ -229,29 +197,6 @@ def __init__(
self.backup_vaults = BackupVaultsOperations(self._client, self._config, self._serialize, self._deserialize)
self.buckets = BucketsOperations(self._client, self._config, self._serialize, self._deserialize)
self.caches = CachesOperations(self._client, self._config, self._serialize, self._deserialize)
self.elastic_accounts = ElasticAccountsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_capacity_pools = ElasticCapacityPoolsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_volumes = ElasticVolumesOperations(self._client, self._config, self._serialize, self._deserialize)
self.elastic_snapshots = ElasticSnapshotsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_snapshot_policies = ElasticSnapshotPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backup_vaults = ElasticBackupVaultsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backup_policies = ElasticBackupPoliciesOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.elastic_backups = ElasticBackupsOperations(self._client, self._config, self._serialize, self._deserialize)
self.active_directory_configs = ActiveDirectoryConfigsOperations(
self._client, self._config, self._serialize, self._deserialize
)
self.net_app_resource_quota_limits = NetAppResourceQuotaLimitsOperations(
self._client, self._config, self._serialize, self._deserialize
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-04-15-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-05-01"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -48,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-04-15-preview")
api_version: str = kwargs.pop("api_version", "2026-05-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@
from ._operations import BackupVaultsOperations # type: ignore
from ._operations import BucketsOperations # type: ignore
from ._operations import CachesOperations # type: ignore
from ._operations import ElasticAccountsOperations # type: ignore
from ._operations import ElasticCapacityPoolsOperations # type: ignore
from ._operations import ElasticVolumesOperations # type: ignore
from ._operations import ElasticSnapshotsOperations # type: ignore
from ._operations import ElasticSnapshotPoliciesOperations # type: ignore
from ._operations import ElasticBackupVaultsOperations # type: ignore
from ._operations import ElasticBackupPoliciesOperations # type: ignore
from ._operations import ElasticBackupsOperations # type: ignore
from ._operations import ActiveDirectoryConfigsOperations # type: ignore
from ._operations import NetAppResourceQuotaLimitsOperations # type: ignore
from ._operations import NetAppResourceRegionInfosOperations # type: ignore
from ._operations import AccountsOperations # type: ignore
Expand Down Expand Up @@ -63,15 +54,6 @@
"BackupVaultsOperations",
"BucketsOperations",
"CachesOperations",
"ElasticAccountsOperations",
"ElasticCapacityPoolsOperations",
"ElasticVolumesOperations",
"ElasticSnapshotsOperations",
"ElasticSnapshotPoliciesOperations",
"ElasticBackupVaultsOperations",
"ElasticBackupPoliciesOperations",
"ElasticBackupsOperations",
"ActiveDirectoryConfigsOperations",
"NetAppResourceQuotaLimitsOperations",
"NetAppResourceRegionInfosOperations",
"AccountsOperations",
Expand Down
Loading
Loading