Skip to content

Commit b5c1e5e

Browse files
azure-sdkaudunn
andauthored
[AutoRelease] t2-netapp-2025-06-25-94863(can only be merged by SDK owner) (#41753)
* code and test * test tag --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: Audunn Baldvinsson <audunn.baldvinsson@netapp.com>
1 parent 1d4515b commit b5c1e5e

File tree

201 files changed

+637
-5876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+637
-5876
lines changed

sdk/netapp/azure-mgmt-netapp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 13.6.0 (2025-07-21)
4+
5+
### Features Added
6+
7+
- Model `SubscriptionQuotaItemList` added property `next_link`
8+
39
## 14.0.0b1 (2025-05-20)
410

511
### Features Added

sdk/netapp/azure-mgmt-netapp/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include _meta.json
21
recursive-include tests *.py *.json
32
recursive-include samples *.py *.md
43
include *.md
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"commit": "70d66773d8c2cd474e2b4439e1ba8526180f3c52",
2+
"commit": "ec896c71d24c943806bf4e5c8f9779aecdd9ca5a",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.34.1",
6+
"@autorest/python@6.35.0",
77
"@autorest/modelerfour@4.27.0"
88
],
9-
"autorest_command": "autorest specification/netapp/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.34.1 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/netapp/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.35.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/netapp/resource-manager/readme.md"
1111
}

sdk/netapp/azure-mgmt-netapp/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/netapp/azure-mgmt-netapp",
5-
"Tag": "python/netapp/azure-mgmt-netapp_b3143ba639"
5+
"Tag": "python/netapp/azure-mgmt-netapp_6ae53330e5"
66
}

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
2727
:type credential: ~azure.core.credentials.TokenCredential
2828
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
2929
:type subscription_id: str
30-
:keyword api_version: Api Version. Default value is "2025-01-01-preview". Note that overriding
31-
this default value may result in unsupported behavior.
30+
:keyword api_version: Api Version. Default value is "2025-03-01". Note that overriding this
31+
default value may result in unsupported behavior.
3232
:paramtype api_version: str
3333
"""
3434

3535
def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
36-
api_version: str = kwargs.pop("api_version", "2025-01-01-preview")
36+
api_version: str = kwargs.pop("api_version", "2025-03-01")
3737

3838
if credential is None:
3939
raise ValueError("Parameter 'credential' must not be None.")

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_net_app_management_client.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
BackupsUnderAccountOperations,
2929
BackupsUnderBackupVaultOperations,
3030
BackupsUnderVolumeOperations,
31-
BucketsOperations,
3231
NetAppResourceOperations,
33-
NetAppResourceQuotaLimitsAccountOperations,
3432
NetAppResourceQuotaLimitsOperations,
3533
NetAppResourceRegionInfosOperations,
3634
NetAppResourceUsagesOperations,
@@ -83,10 +81,6 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
8381
:vartype subvolumes: azure.mgmt.netapp.operations.SubvolumesOperations
8482
:ivar backups: BackupsOperations operations
8583
:vartype backups: azure.mgmt.netapp.operations.BackupsOperations
86-
:ivar net_app_resource_quota_limits_account: NetAppResourceQuotaLimitsAccountOperations
87-
operations
88-
:vartype net_app_resource_quota_limits_account:
89-
azure.mgmt.netapp.operations.NetAppResourceQuotaLimitsAccountOperations
9084
:ivar backup_vaults: BackupVaultsOperations operations
9185
:vartype backup_vaults: azure.mgmt.netapp.operations.BackupVaultsOperations
9286
:ivar backups_under_backup_vault: BackupsUnderBackupVaultOperations operations
@@ -96,16 +90,14 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
9690
:vartype backups_under_volume: azure.mgmt.netapp.operations.BackupsUnderVolumeOperations
9791
:ivar backups_under_account: BackupsUnderAccountOperations operations
9892
:vartype backups_under_account: azure.mgmt.netapp.operations.BackupsUnderAccountOperations
99-
:ivar buckets: BucketsOperations operations
100-
:vartype buckets: azure.mgmt.netapp.operations.BucketsOperations
10193
:param credential: Credential needed for the client to connect to Azure. Required.
10294
:type credential: ~azure.core.credentials.TokenCredential
10395
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
10496
:type subscription_id: str
10597
:param base_url: Service URL. Default value is None.
10698
:type base_url: str
107-
:keyword api_version: Api Version. Default value is "2025-01-01-preview". Note that overriding
108-
this default value may result in unsupported behavior.
99+
:keyword api_version: Api Version. Default value is "2025-03-01". Note that overriding this
100+
default value may result in unsupported behavior.
109101
:paramtype api_version: str
110102
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
111103
Retry-After header is present.
@@ -172,9 +164,6 @@ def __init__(
172164
self.volume_groups = VolumeGroupsOperations(self._client, self._config, self._serialize, self._deserialize)
173165
self.subvolumes = SubvolumesOperations(self._client, self._config, self._serialize, self._deserialize)
174166
self.backups = BackupsOperations(self._client, self._config, self._serialize, self._deserialize)
175-
self.net_app_resource_quota_limits_account = NetAppResourceQuotaLimitsAccountOperations(
176-
self._client, self._config, self._serialize, self._deserialize
177-
)
178167
self.backup_vaults = BackupVaultsOperations(self._client, self._config, self._serialize, self._deserialize)
179168
self.backups_under_backup_vault = BackupsUnderBackupVaultOperations(
180169
self._client, self._config, self._serialize, self._deserialize
@@ -185,7 +174,6 @@ def __init__(
185174
self.backups_under_account = BackupsUnderAccountOperations(
186175
self._client, self._config, self._serialize, self._deserialize
187176
)
188-
self.buckets = BucketsOperations(self._client, self._config, self._serialize, self._deserialize)
189177

190178
def _send_request(self, request: HttpRequest, *, stream: bool = False, **kwargs: Any) -> HttpResponse:
191179
"""Runs the network request through the client's chained policies.

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "14.0.0b1"
9+
VERSION = "13.6.0"

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
2727
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
2828
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
2929
:type subscription_id: str
30-
:keyword api_version: Api Version. Default value is "2025-01-01-preview". Note that overriding
31-
this default value may result in unsupported behavior.
30+
:keyword api_version: Api Version. Default value is "2025-03-01". Note that overriding this
31+
default value may result in unsupported behavior.
3232
:paramtype api_version: str
3333
"""
3434

3535
def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
36-
api_version: str = kwargs.pop("api_version", "2025-01-01-preview")
36+
api_version: str = kwargs.pop("api_version", "2025-03-01")
3737

3838
if credential is None:
3939
raise ValueError("Parameter 'credential' must not be None.")

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/_net_app_management_client.py

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
BackupsUnderAccountOperations,
2929
BackupsUnderBackupVaultOperations,
3030
BackupsUnderVolumeOperations,
31-
BucketsOperations,
3231
NetAppResourceOperations,
33-
NetAppResourceQuotaLimitsAccountOperations,
3432
NetAppResourceQuotaLimitsOperations,
3533
NetAppResourceRegionInfosOperations,
3634
NetAppResourceUsagesOperations,
@@ -84,10 +82,6 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
8482
:vartype subvolumes: azure.mgmt.netapp.aio.operations.SubvolumesOperations
8583
:ivar backups: BackupsOperations operations
8684
:vartype backups: azure.mgmt.netapp.aio.operations.BackupsOperations
87-
:ivar net_app_resource_quota_limits_account: NetAppResourceQuotaLimitsAccountOperations
88-
operations
89-
:vartype net_app_resource_quota_limits_account:
90-
azure.mgmt.netapp.aio.operations.NetAppResourceQuotaLimitsAccountOperations
9185
:ivar backup_vaults: BackupVaultsOperations operations
9286
:vartype backup_vaults: azure.mgmt.netapp.aio.operations.BackupVaultsOperations
9387
:ivar backups_under_backup_vault: BackupsUnderBackupVaultOperations operations
@@ -97,16 +91,14 @@ class NetAppManagementClient: # pylint: disable=too-many-instance-attributes
9791
:vartype backups_under_volume: azure.mgmt.netapp.aio.operations.BackupsUnderVolumeOperations
9892
:ivar backups_under_account: BackupsUnderAccountOperations operations
9993
:vartype backups_under_account: azure.mgmt.netapp.aio.operations.BackupsUnderAccountOperations
100-
:ivar buckets: BucketsOperations operations
101-
:vartype buckets: azure.mgmt.netapp.aio.operations.BucketsOperations
10294
:param credential: Credential needed for the client to connect to Azure. Required.
10395
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
10496
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
10597
:type subscription_id: str
10698
:param base_url: Service URL. Default value is None.
10799
:type base_url: str
108-
:keyword api_version: Api Version. Default value is "2025-01-01-preview". Note that overriding
109-
this default value may result in unsupported behavior.
100+
:keyword api_version: Api Version. Default value is "2025-03-01". Note that overriding this
101+
default value may result in unsupported behavior.
110102
:paramtype api_version: str
111103
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
112104
Retry-After header is present.
@@ -175,9 +167,6 @@ def __init__(
175167
self.volume_groups = VolumeGroupsOperations(self._client, self._config, self._serialize, self._deserialize)
176168
self.subvolumes = SubvolumesOperations(self._client, self._config, self._serialize, self._deserialize)
177169
self.backups = BackupsOperations(self._client, self._config, self._serialize, self._deserialize)
178-
self.net_app_resource_quota_limits_account = NetAppResourceQuotaLimitsAccountOperations(
179-
self._client, self._config, self._serialize, self._deserialize
180-
)
181170
self.backup_vaults = BackupVaultsOperations(self._client, self._config, self._serialize, self._deserialize)
182171
self.backups_under_backup_vault = BackupsUnderBackupVaultOperations(
183172
self._client, self._config, self._serialize, self._deserialize
@@ -188,7 +177,6 @@ def __init__(
188177
self.backups_under_account = BackupsUnderAccountOperations(
189178
self._client, self._config, self._serialize, self._deserialize
190179
)
191-
self.buckets = BucketsOperations(self._client, self._config, self._serialize, self._deserialize)
192180

193181
def _send_request(
194182
self, request: HttpRequest, *, stream: bool = False, **kwargs: Any

sdk/netapp/azure-mgmt-netapp/azure/mgmt/netapp/aio/operations/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# pylint: disable=line-too-long,useless-suppression
21
# coding=utf-8
32
# --------------------------------------------------------------------------
43
# Copyright (c) Microsoft Corporation. All rights reserved.
@@ -28,12 +27,10 @@
2827
from ._volume_groups_operations import VolumeGroupsOperations # type: ignore
2928
from ._subvolumes_operations import SubvolumesOperations # type: ignore
3029
from ._backups_operations import BackupsOperations # type: ignore
31-
from ._net_app_resource_quota_limits_account_operations import NetAppResourceQuotaLimitsAccountOperations # type: ignore
3230
from ._backup_vaults_operations import BackupVaultsOperations # type: ignore
3331
from ._backups_under_backup_vault_operations import BackupsUnderBackupVaultOperations # type: ignore
3432
from ._backups_under_volume_operations import BackupsUnderVolumeOperations # type: ignore
3533
from ._backups_under_account_operations import BackupsUnderAccountOperations # type: ignore
36-
from ._buckets_operations import BucketsOperations # type: ignore
3734

3835
from ._patch import __all__ as _patch_all
3936
from ._patch import *
@@ -55,12 +52,10 @@
5552
"VolumeGroupsOperations",
5653
"SubvolumesOperations",
5754
"BackupsOperations",
58-
"NetAppResourceQuotaLimitsAccountOperations",
5955
"BackupVaultsOperations",
6056
"BackupsUnderBackupVaultOperations",
6157
"BackupsUnderVolumeOperations",
6258
"BackupsUnderAccountOperations",
63-
"BucketsOperations",
6459
]
6560
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore
6661
_patch_sdk()

0 commit comments

Comments
 (0)