-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[AutoPR azure-resourcemanager-dataprotection]-generated-from-SDK Generation - Java-6095332 #48666
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,40 @@ | ||
| # Release History | ||
|
|
||
| ## 1.6.0-beta.1 (Unreleased) | ||
| ## 1.6.0-beta.1 (2026-04-01) | ||
|
|
||
| - Azure Resource Manager Data Protection client library for Java. This package contains Microsoft Azure SDK for Data Protection Management SDK. Open API 2.0 Specs for Azure Data Protection service. Package api-version 2026-03-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). | ||
|
|
||
| ### Features Added | ||
|
|
||
| ### Breaking Changes | ||
| * `models.DeletedBackupVault` was added | ||
|
|
||
| * `models.BlobBackupRuleMode` was added | ||
|
|
||
| * `models.DeletedBackupVaultResource` was added | ||
|
Comment on lines
7
to
+13
|
||
|
|
||
| * `models.DeletedBackupVaults` was added | ||
|
|
||
| * `models.BlobBackupRuleBasedAutoProtectionSettings` was added | ||
|
|
||
| * `models.BlobBackupPatternType` was added | ||
|
|
||
| * `models.BlobBackupAutoProtectionSettings` was added | ||
|
|
||
| ### Bugs Fixed | ||
| * `models.AdlsBlobBackupDatasourceParametersForAutoProtection` was added | ||
|
|
||
| * `models.BlobBackupAutoProtectionRule` was added | ||
|
|
||
| * `models.ResourceDeletionInfo` was added | ||
|
|
||
| * `models.BlobBackupDatasourceParametersForAutoProtection` was added | ||
|
|
||
| #### `models.BackupVaultResource$Definition` was modified | ||
|
|
||
| * `withXMsDeletedVaultId(java.lang.String)` was added | ||
|
|
||
| #### `DataProtectionManager` was modified | ||
|
|
||
| ### Other Changes | ||
| * `deletedBackupVaults()` was added | ||
|
|
||
| ## 1.5.0 (2025-10-13) | ||
|
|
||
|
|
||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| // Copyright (c) Microsoft Corporation. All rights reserved. | ||
| // Licensed under the MIT License. | ||
| // Code generated by Microsoft (R) TypeSpec Code Generator. | ||
|
|
||
| package com.azure.resourcemanager.dataprotection.fluent; | ||
|
|
||
| import com.azure.core.annotation.ReturnType; | ||
| import com.azure.core.annotation.ServiceMethod; | ||
| import com.azure.core.http.rest.PagedIterable; | ||
| import com.azure.core.http.rest.Response; | ||
| import com.azure.core.util.Context; | ||
| import com.azure.resourcemanager.dataprotection.fluent.models.DeletedBackupVaultResourceInner; | ||
|
|
||
| /** | ||
| * An instance of this class provides access to all the operations defined in DeletedBackupVaultsClient. | ||
| */ | ||
| public interface DeletedBackupVaultsClient { | ||
| /** | ||
| * Gets a deleted backup vault. | ||
| * | ||
| * @param location The name of the Azure region. | ||
| * @param deletedVaultName The name of the DeletedBackupVaultResource. | ||
| * @param context The context to associate with this operation. | ||
| * @throws IllegalArgumentException thrown if parameters fail the validation. | ||
| * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
| * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
| * @return a deleted backup vault along with {@link Response}. | ||
| */ | ||
| @ServiceMethod(returns = ReturnType.SINGLE) | ||
| Response<DeletedBackupVaultResourceInner> getWithResponse(String location, String deletedVaultName, | ||
| Context context); | ||
|
|
||
| /** | ||
| * Gets a deleted backup vault. | ||
| * | ||
| * @param location The name of the Azure region. | ||
| * @param deletedVaultName The name of the DeletedBackupVaultResource. | ||
| * @throws IllegalArgumentException thrown if parameters fail the validation. | ||
| * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
| * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
| * @return a deleted backup vault. | ||
| */ | ||
| @ServiceMethod(returns = ReturnType.SINGLE) | ||
| DeletedBackupVaultResourceInner get(String location, String deletedVaultName); | ||
|
|
||
| /** | ||
| * Lists deleted backup vaults by location. | ||
| * | ||
| * @param location The name of the Azure region. | ||
| * @throws IllegalArgumentException thrown if parameters fail the validation. | ||
| * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
| * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
| * @return the response of a DeletedBackupVaultResource list operation as paginated response with | ||
| * {@link PagedIterable}. | ||
| */ | ||
| @ServiceMethod(returns = ReturnType.COLLECTION) | ||
| PagedIterable<DeletedBackupVaultResourceInner> listByLocation(String location); | ||
|
|
||
| /** | ||
| * Lists deleted backup vaults by location. | ||
| * | ||
| * @param location The name of the Azure region. | ||
| * @param context The context to associate with this operation. | ||
| * @throws IllegalArgumentException thrown if parameters fail the validation. | ||
| * @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server. | ||
| * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. | ||
| * @return the response of a DeletedBackupVaultResource list operation as paginated response with | ||
| * {@link PagedIterable}. | ||
| */ | ||
| @ServiceMethod(returns = ReturnType.COLLECTION) | ||
| PagedIterable<DeletedBackupVaultResourceInner> listByLocation(String location, Context context); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The top CHANGELOG entry is marked with a release date (2026-04-01). For an unreleased SDK generation PR, this section should remain "(Unreleased)" until the package is actually released, to match the repo’s management library CHANGELOG convention (e.g., sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md keeps the latest version as "(Unreleased)").