|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.3 (Unreleased) |
| 3 | +## 1.0.0-beta.3 (2022-02-15) |
| 4 | + |
| 5 | +- Azure Resource Manager RecoveryServicesBackup client library for Java. This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2021-12. 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.OperationStatusValidateOperationExtendedInfo` was added |
| 10 | + |
| 11 | +* `models.ValidateOperationStatuses` was added |
| 12 | + |
| 13 | +* `models.AcquireStorageAccountLock` was added |
| 14 | + |
| 15 | +* `models.ProtectionIntentItemType` was added |
| 16 | + |
| 17 | +* `models.DedupState` was added |
| 18 | + |
| 19 | +* `models.AzureWorkloadContainerAutoProtectionIntent` was added |
| 20 | + |
| 21 | +* `models.XcoolState` was added |
| 22 | + |
| 23 | +* `models.HourlySchedule` was added |
| 24 | + |
| 25 | +* `models.ValidateOperationResults` was added |
| 26 | + |
| 27 | +* `models.WeeklySchedule` was added |
| 28 | + |
| 29 | +* `models.SimpleSchedulePolicyV2` was added |
| 30 | + |
| 31 | +* `models.RecoveryPointTierInformationV2` was added |
| 32 | + |
| 33 | +* `models.DailySchedule` was added |
| 34 | + |
| 35 | +* `models.ValidateOperations` was added |
| 36 | + |
| 37 | +* `models.IaasvmPolicyType` was added |
| 38 | + |
| 39 | +* `models.AzureIaaSvmJobV2` was added |
| 40 | + |
| 41 | +#### `models.BackupResourceVaultConfig` was modified |
| 42 | + |
| 43 | +* `isSoftDeleteFeatureStateEditable()` was added |
| 44 | +* `withIsSoftDeleteFeatureStateEditable(java.lang.Boolean)` was added |
| 45 | + |
| 46 | +#### `models.ProtectionContainer` was modified |
| 47 | + |
| 48 | +* `protectableObjectType()` was added |
| 49 | +* `withProtectableObjectType(java.lang.String)` was added |
| 50 | + |
| 51 | +#### `models.AzureIaaSvmJob` was modified |
| 52 | + |
| 53 | +* `containerName()` was added |
| 54 | +* `withIsUserTriggered(java.lang.Boolean)` was added |
| 55 | +* `isUserTriggered()` was added |
| 56 | +* `withContainerName(java.lang.String)` was added |
| 57 | + |
| 58 | +#### `models.ExtendedProperties` was modified |
| 59 | + |
| 60 | +* `linuxVmApplicationName()` was added |
| 61 | +* `withLinuxVmApplicationName(java.lang.String)` was added |
| 62 | + |
| 63 | +#### `models.AzureIaaSvmProtectionPolicy` was modified |
| 64 | + |
| 65 | +* `policyType()` was added |
| 66 | +* `withPolicyType(models.IaasvmPolicyType)` was added |
| 67 | + |
| 68 | +#### `models.AzureStorageJob` was modified |
| 69 | + |
| 70 | +* `isUserTriggered()` was added |
| 71 | +* `withIsUserTriggered(java.lang.Boolean)` was added |
| 72 | + |
| 73 | +#### `models.ProtectedItem` was modified |
| 74 | + |
| 75 | +* `isArchiveEnabled()` was added |
| 76 | +* `withIsArchiveEnabled(java.lang.Boolean)` was added |
| 77 | +* `policyName()` was added |
| 78 | +* `withPolicyName(java.lang.String)` was added |
| 79 | + |
| 80 | +#### `models.IaaSvmProtectableItem` was modified |
| 81 | + |
| 82 | +* `resourceGroup()` was added |
| 83 | +* `withVirtualMachineVersion(java.lang.String)` was added |
| 84 | +* `withResourceGroup(java.lang.String)` was added |
| 85 | +* `virtualMachineVersion()` was added |
| 86 | + |
| 87 | +#### `RecoveryServicesBackupManager` was modified |
| 88 | + |
| 89 | +* `validateOperationResults()` was added |
| 90 | +* `validateOperations()` was added |
| 91 | +* `validateOperationStatuses()` was added |
| 92 | + |
| 93 | +#### `models.AzureVmWorkloadProtectedItemExtendedInfo` was modified |
| 94 | + |
| 95 | +* `recoveryModel()` was added |
| 96 | +* `withRecoveryModel(java.lang.String)` was added |
| 97 | + |
| 98 | +#### `models.SimpleSchedulePolicy` was modified |
| 99 | + |
| 100 | +* `hourlySchedule()` was added |
| 101 | +* `withHourlySchedule(models.HourlySchedule)` was added |
| 102 | + |
| 103 | +#### `models.AzureStorageContainer` was modified |
| 104 | + |
| 105 | +* `acquireStorageAccountLock()` was added |
| 106 | +* `withAcquireStorageAccountLock(models.AcquireStorageAccountLock)` was added |
8 | 107 |
|
9 | | -### Bugs Fixed |
| 108 | +#### `models.BackupResourceConfig` was modified |
10 | 109 |
|
11 | | -### Other Changes |
| 110 | +* `withDedupState(models.DedupState)` was added |
| 111 | +* `xcoolState()` was added |
| 112 | +* `dedupState()` was added |
| 113 | +* `withXcoolState(models.XcoolState)` was added |
12 | 114 |
|
13 | 115 | ## 1.0.0-beta.2 (2021-11-29) |
14 | 116 |
|
|
0 commit comments