You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.1 (2022-09-29)
4
+
5
+
- Azure Resource Manager DataProtection client library for Java. This package contains Microsoft Azure SDK for DataProtection Management SDK. Open API 2.0 Specs for Azure Data Protection service. Package tag package-preview-2022-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager DataProtection client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for DataProtection Management SDK. Open API 2.0 Specs for Azure Data Protection service. Package tag package-2021-07. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for DataProtection Management SDK. Open API 2.0 Specs for Azure Data Protection service. Package tag package-preview-2022-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for DataProtection Management</name>
16
-
<description>This package contains Microsoft Azure SDK for DataProtection Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Open API 2.0 Specs for Azure Data Protection service. Package tag package-2021-07.</description>
16
+
<description>This package contains Microsoft Azure SDK for DataProtection Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Open API 2.0 Specs for Azure Data Protection service. Package tag package-preview-2022-09.</description>
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/src/main/java/com/azure/resourcemanager/dataprotection/DataProtectionManager.java
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/src/main/java/com/azure/resourcemanager/dataprotection/fluent/BackupInstancesClient.java
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/src/main/java/com/azure/resourcemanager/dataprotection/fluent/BackupPoliciesClient.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -16,65 +16,65 @@ public interface BackupPoliciesClient {
16
16
/**
17
17
* Returns list of backup policies belonging to a backup vault.
18
18
*
19
-
* @param vaultName The name of the backup vault.
20
19
* @param resourceGroupName The name of the resource group where the backup vault is present.
20
+
* @param vaultName The name of the backup vault.
21
21
* @throws IllegalArgumentException thrown if parameters fail the validation.
22
22
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
23
23
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
24
-
* @return baseBackupPolicyResourceList.
24
+
* @return baseBackupPolicyResourceList as paginated response with {@link PagedIterable}.
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/src/main/java/com/azure/resourcemanager/dataprotection/fluent/BackupVaultOperationResultsClient.java
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,24 @@
13
13
/** An instance of this class provides access to all the operations defined in BackupVaultOperationResultsClient. */
0 commit comments