Skip to content

Commit c6e446c

Browse files
authored
[ElasticSan]Added support for soft delete and preBackup/preRestore (Azure#49500)
1 parent 6ffdcbc commit c6e446c

File tree

78 files changed

+3165
-459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3165
-459
lines changed

sdk/elasticsan/Azure.ResourceManager.ElasticSan/CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Release History
22

3-
## 1.2.0-beta.2 (Unreleased)
3+
## 1.2.0-beta.2 (2025-04-24)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Upgraded api-version tag from 'package-preview-2024-06' to 'package-preview-2024-07'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/3db6867b8e524ea6d1bc7a3bbb989fe50dd2f184/specification/elasticsan/resource-manager/readme.md.
8+
- Supported soft delete for ElasticSan.
9+
- Supported prebackup and prerestore for ElasticSan.
1210

1311
## 1.2.0-beta.1 (2024-10-21)
1412

@@ -40,7 +38,7 @@ This is the first stable release of ElasticSan client library.
4038
- Supported snapshot and CMK for ElasticSan
4139
- Supported private endpoints for ElasticSan
4240
- Supported ElasticSan basic operations
43-
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
41+
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
4442

4543
### Other Changes
4644

@@ -50,7 +48,7 @@ This is the first stable release of ElasticSan client library.
5048

5149
### Features Added
5250

53-
- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
51+
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
5452

5553
### Other Changes
5654

@@ -79,7 +77,7 @@ This is the first stable release of ElasticSan client library.
7977

8078
### Features Added
8179

82-
- Enable the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
80+
- Enabled the model factory feature for model mocking, more information can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-mocking-factory-builder).
8381

8482
### Other Changes
8583

sdk/elasticsan/Azure.ResourceManager.ElasticSan/api/Azure.ResourceManager.ElasticSan.net8.0.cs

Lines changed: 182 additions & 24 deletions
Large diffs are not rendered by default.

sdk/elasticsan/Azure.ResourceManager.ElasticSan/api/Azure.ResourceManager.ElasticSan.netstandard2.0.cs

Lines changed: 182 additions & 24 deletions
Large diffs are not rendered by default.

sdk/elasticsan/Azure.ResourceManager.ElasticSan/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/elasticsan/Azure.ResourceManager.ElasticSan",
5-
"Tag": "net/elasticsan/Azure.ResourceManager.ElasticSan_578a9889d9"
5+
"Tag": "net/elasticsan/Azure.ResourceManager.ElasticSan_fd9617a927"
66
}

sdk/elasticsan/Azure.ResourceManager.ElasticSan/samples/Generated/Samples/Sample_ElasticSanCollection.cs

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)