|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.2.0-beta.2 (Unreleased) |
| 3 | +## 1.0.0-beta.1 (2025-04-01) |
4 | 4 |
|
5 | | -### Features Added |
| 5 | +- Azure Resource Manager ElasticSan client library for Java. This package contains Microsoft Azure SDK for ElasticSan Management SDK. Package tag package-2024-07-01-preview. 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 | ### Breaking Changes |
8 | 8 |
|
9 | | -### Bugs Fixed |
| 9 | +#### `models.VolumeGroups` was modified |
| 10 | + |
| 11 | +* `listByElasticSan(java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 12 | + |
| 13 | +#### `models.Volumes` was modified |
| 14 | + |
| 15 | +* `deleteByIdWithResponse(java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context)` was removed |
| 16 | +* `delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,com.azure.core.util.Context)` was removed |
| 17 | +* `listByVolumeGroup(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)` was removed |
| 18 | + |
| 19 | +### Features Added |
| 20 | + |
| 21 | +* `models.PreValidationResponse` was added |
| 22 | + |
| 23 | +* `models.PolicyState` was added |
| 24 | + |
| 25 | +* `models.AutoScaleProperties` was added |
| 26 | + |
| 27 | +* `models.XMsAccessSoftDeletedResources` was added |
| 28 | + |
| 29 | +* `models.DiskSnapshotList` was added |
| 30 | + |
| 31 | +* `models.VolumeNameList` was added |
| 32 | + |
| 33 | +* `models.DeleteRetentionPolicy` was added |
| 34 | + |
| 35 | +* `models.AutoScalePolicyEnforcement` was added |
| 36 | + |
| 37 | +* `models.DeleteType` was added |
| 38 | + |
| 39 | +* `models.ScaleUpProperties` was added |
| 40 | + |
| 41 | +* `models.ResourceProviders` was added |
| 42 | + |
| 43 | +#### `models.ElasticSanUpdate` was modified |
| 44 | + |
| 45 | +* `autoScaleProperties()` was added |
| 46 | +* `withAutoScaleProperties(models.AutoScaleProperties)` was added |
| 47 | + |
| 48 | +#### `models.VolumeGroup$Update` was modified |
| 49 | + |
| 50 | +* `withDeleteRetentionPolicy(models.DeleteRetentionPolicy)` was added |
| 51 | + |
| 52 | +#### `models.VolumeGroups` was modified |
| 53 | + |
| 54 | +* `listByElasticSan(java.lang.String,java.lang.String,models.XMsAccessSoftDeletedResources,com.azure.core.util.Context)` was added |
| 55 | + |
| 56 | +#### `models.ElasticSan` was modified |
| 57 | + |
| 58 | +* `autoScaleProperties()` was added |
| 59 | + |
| 60 | +#### `models.VolumeGroupUpdate` was modified |
| 61 | + |
| 62 | +* `withDeleteRetentionPolicy(models.DeleteRetentionPolicy)` was added |
| 63 | +* `deleteRetentionPolicy()` was added |
| 64 | + |
| 65 | +#### `models.Volumes` was modified |
| 66 | + |
| 67 | +* `preRestore(java.lang.String,java.lang.String,java.lang.String,models.DiskSnapshotList)` was added |
| 68 | +* `deleteByIdWithResponse(java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,models.DeleteType,com.azure.core.util.Context)` was added |
| 69 | +* `preBackup(java.lang.String,java.lang.String,java.lang.String,models.VolumeNameList)` was added |
| 70 | +* `delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,models.XMsDeleteSnapshots,models.XMsForceDelete,models.DeleteType,com.azure.core.util.Context)` was added |
| 71 | +* `listByVolumeGroup(java.lang.String,java.lang.String,java.lang.String,models.XMsAccessSoftDeletedResources,com.azure.core.util.Context)` was added |
| 72 | +* `preRestore(java.lang.String,java.lang.String,java.lang.String,models.DiskSnapshotList,com.azure.core.util.Context)` was added |
| 73 | +* `preBackup(java.lang.String,java.lang.String,java.lang.String,models.VolumeNameList,com.azure.core.util.Context)` was added |
| 74 | + |
| 75 | +#### `ElasticSanManager` was modified |
| 76 | + |
| 77 | +* `resourceProviders()` was added |
| 78 | + |
| 79 | +#### `models.ElasticSan$Definition` was modified |
| 80 | + |
| 81 | +* `withAutoScaleProperties(models.AutoScaleProperties)` was added |
| 82 | + |
| 83 | +#### `models.ElasticSan$Update` was modified |
| 84 | + |
| 85 | +* `withAutoScaleProperties(models.AutoScaleProperties)` was added |
| 86 | + |
| 87 | +#### `models.VolumeGroup$Definition` was modified |
| 88 | + |
| 89 | +* `withDeleteRetentionPolicy(models.DeleteRetentionPolicy)` was added |
| 90 | + |
| 91 | +#### `models.VolumeGroup` was modified |
10 | 92 |
|
11 | | -### Other Changes |
| 93 | +* `deleteRetentionPolicy()` was added |
12 | 94 |
|
13 | 95 | ## 1.2.0-beta.1 (2024-10-23) |
14 | 96 |
|
|
0 commit comments