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
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,31 @@
1
1
# Release History
2
2
3
-
## 1.4.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2025-04-30)
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-2025-02-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.AksVolumeTypes` was added
10
+
11
+
*`models.AdlsBlobBackupDatasourceParameters` was added
12
+
13
+
*`models.ValidateForModifyBackupRequest` was added
14
+
15
+
#### `models.BackupInstanceResource` was modified
8
16
9
-
### Bugs Fixed
17
+
*`validateForModifyBackup(models.ValidateForModifyBackupRequest,com.azure.core.util.Context)` was added
18
+
*`validateForModifyBackup(models.ValidateForModifyBackupRequest)` was added
19
+
20
+
#### `models.KubernetesClusterBackupDatasourceParameters` was modified
21
+
22
+
*`withIncludedVolumeTypes(java.util.List)` was added
23
+
*`includedVolumeTypes()` was added
24
+
25
+
#### `models.BackupInstances` was modified
10
26
11
-
### Other Changes
27
+
*`validateForModifyBackup(java.lang.String,java.lang.String,java.lang.String,models.ValidateForModifyBackupRequest,com.azure.core.util.Context)` was added
28
+
*`validateForModifyBackup(java.lang.String,java.lang.String,java.lang.String,models.ValidateForModifyBackupRequest)` was added
Copy file name to clipboardExpand all lines: sdk/dataprotection/azure-resourcemanager-dataprotection/README.md
+21-38Lines changed: 21 additions & 38 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-2024-04. 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-2025-02-01. 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
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
52
52
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
0 commit comments