Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoRelease] t2-netapp-2024-11-08-58381(can only be merged by SDK owner) #38411

Merged
merged 5 commits into from
Nov 18, 2024
Merged
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
35 changes: 35 additions & 0 deletions sdk/netapp/azure-mgmt-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Release History

## 13.4.0b1 (2024-11-18)

### Features Added

- Model `Backup` added property `is_large_volume`
- Model `CapacityPool` added property `custom_throughput_mibps`
- Model `CapacityPoolPatch` added property `custom_throughput_mibps`
- Model `EncryptionIdentity` added property `federated_client_id`
- Model `NetAppAccount` added property `nfs_v4_id_domain`
- Model `NetAppAccount` added property `is_multi_ad_enabled`
- Model `NetAppAccountPatch` added property `nfs_v4_id_domain`
- Model `NetAppAccountPatch` added property `is_multi_ad_enabled`
- Model `ReplicationObject` added property `destination_replications`
- Enum `ServiceLevel` added member `FLEXIBLE`
- Model `Volume` added property `accept_grow_capacity_pool_for_short_term_clone_split`
- Model `Volume` added property `inherited_size_in_bytes`
- Model `Volume` added property `language`
- Model `VolumeGroupVolumeProperties` added property `accept_grow_capacity_pool_for_short_term_clone_split`
- Model `VolumeGroupVolumeProperties` added property `inherited_size_in_bytes`
- Model `VolumeGroupVolumeProperties` added property `language`
- Added enum `AcceptGrowCapacityPoolForShortTermCloneSplit`
- Added model `ChangeKeyVault`
- Added model `DestinationReplication`
- Added model `EncryptionTransitionRequest`
- Added model `KeyVaultPrivateEndpoint`
- Added model `ListQuotaReportResponse`
- Added model `QuotaReport`
- Added enum `ReplicationType`
- Added enum `VolumeLanguage`
- Operation group `AccountsOperations` added method `begin_change_key_vault`
- Operation group `AccountsOperations` added method `begin_get_change_key_vault_information`
- Operation group `AccountsOperations` added method `begin_transition_to_cmk`
- Operation group `VolumesOperations` added method `begin_list_quota_report`
- Operation group `VolumesOperations` added method `begin_split_clone_from_parent`

## 13.3.0 (2024-10-21)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/netapp/azure-mgmt-netapp/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"commit": "7a848fa439e779117793063aff964d7082a7f6f8",
"commit": "c4dc3cd6256c8a7525079f2b98285cd5b1c8bee6",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"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/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"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 --tag=package-preview-2024-07-01-preview --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
"readme": "specification/netapp/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/netapp/azure-mgmt-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": "python",
"TagPrefix": "python/netapp/azure-mgmt-netapp",
"Tag": "python/netapp/azure-mgmt-netapp_7f4c96bada"
"Tag": "python/netapp/azure-mgmt-netapp_d458e8b242"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
:type credential: ~azure.core.credentials.TokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2024-07-01". Note that overriding this
default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2024-07-01-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""

def __init__(self, credential: "TokenCredential", subscription_id: str, **kwargs: Any) -> None:
api_version: str = kwargs.pop("api_version", "2024-07-01")
api_version: str = kwargs.pop("api_version", "2024-07-01-preview")

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 @@ -92,8 +92,8 @@ class NetAppManagementClient: # pylint: disable=client-accepts-api-version-keyw
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2024-07-01". Note that overriding this
default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2024-07-01-preview". 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
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 = "13.3.0"
VERSION = "13.4.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ class NetAppManagementClientConfiguration: # pylint: disable=too-many-instance-
:type credential: ~azure.core.credentials_async.AsyncTokenCredential
:param subscription_id: The ID of the target subscription. The value must be an UUID. Required.
:type subscription_id: str
:keyword api_version: Api Version. Default value is "2024-07-01". Note that overriding this
default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2024-07-01-preview". Note that overriding
this default value may result in unsupported behavior.
:paramtype api_version: str
"""

def __init__(self, credential: "AsyncTokenCredential", subscription_id: str, **kwargs: Any) -> None:
api_version: str = kwargs.pop("api_version", "2024-07-01")
api_version: str = kwargs.pop("api_version", "2024-07-01-preview")

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 @@ -92,8 +92,8 @@ class NetAppManagementClient: # pylint: disable=client-accepts-api-version-keyw
:type subscription_id: str
:param base_url: Service URL. Default value is "https://management.azure.com".
:type base_url: str
:keyword api_version: Api Version. Default value is "2024-07-01". Note that overriding this
default value may result in unsupported behavior.
:keyword api_version: Api Version. Default value is "2024-07-01-preview". 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
Loading