Skip to content

Commit 3a3faf0

Browse files
helen-afeworkHelen AfeworkArthurMa1978
authored
.NET SDK for recovery services data replication - stable API version (Azure#48786)
* Generate code * Remove old files * Cleanup tests * Updated assets * Fix test * Fix vault and policy test * Update test recording * Fix test * More test fix * update * update * update * update * update * Record tests * Update * update * update * update * update * update * update * Update --------- Co-authored-by: Helen Afework <[email protected]> Co-authored-by: Arthur Ma <[email protected]>
1 parent 0fafdf4 commit 3a3faf0

File tree

369 files changed

+21372
-8740
lines changed

Some content is hidden

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

369 files changed

+21372
-8740
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,8 +1064,14 @@
10641064
# ServiceLabel: %Recovery Services Backup %Mgmt
10651065
# ServiceOwners: @Daya-Patil
10661066

1067+
# PRLabel: %Recovery Services Data-Replication
1068+
/sdk/recoveryservices-datareplication/Azure.ResourceManager.*/ @helen-afework
1069+
1070+
# ServiceLabel: %Recovery Services Data-Replication %Mgmt
1071+
# ServiceOwners: @helen-afework
1072+
10671073
# (Remove this when uncommenting path) PRLabel: %Secret Store Extension
1068-
#/sdk/edgeworkloadsecurity/Azure.ResourceManager.*/ @cjoprey @locomotiveviaduct
1074+
#/sdk/edgeworkloadsecurity/Azure.ResourceManager.*/ @cjoprey @locomotiveviaduct
10691075

10701076
# ServiceLabel: %Secret Store Extension %Mgmt
10711077
# ServiceOwners: @cjoprey @locomotiveviaduct
@@ -1074,7 +1080,7 @@
10741080
/sdk/selfhelp/Azure.ResourceManager.*/ @ArcturusZhang @ArthurMa1978
10751081

10761082
# PRLabel: %Service Fabric
1077-
/sdk/servicefabric/Azure.ResourceManager.*/ @QingChenmsft @vaishnavk @juhacket
1083+
/sdk/servicefabric/Azure.ResourceManager.*/ @QingChenmsft @vaishnavk @juhacket
10781084

10791085
# ServiceLabel: %Service Fabric
10801086
# ServiceOwners: @QingChenmsft @vaishnavk @juhacket
@@ -1086,7 +1092,7 @@
10861092
# ServiceOwners: @sunkun99
10871093

10881094
# PRLabel: %Migration Assessment
1089-
/sdk/migrationassessment/Azure.ResourceManager.*/ @srilipta-swain
1095+
/sdk/migrationassessment/Azure.ResourceManager.*/ @srilipta-swain
10901096

10911097
# ServiceLabel: %%Migration Assessment %Mgmt
10921098
# ServiceOwners: @srilipta-swain
@@ -1120,7 +1126,7 @@
11201126
# AzureSdkOwners: @JoshLove-msft
11211127

11221128
# ServiceLabel: %CodeGen %Mgmt
1123-
# AzureSdkOwners: @live1206 @ArcturusZhang
1129+
# AzureSdkOwners: @live1206 @ArcturusZhang @ArthurMa1978
11241130

11251131
#PRLabel: %CodeGen %Client
11261132
/eng/scripts/typespec/ @JoshLove-msft @m-nash @jorgerangel-msft @jsquire @live1206 @ArcturusZhang

.vscode/cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,6 +1213,7 @@
12131213
"filename": "**/sdk/recoveryservices-datareplication/**/*.cs",
12141214
"words": [
12151215
"dras",
1216+
"fqdns",
12161217
"nics",
12171218
"reprotect"
12181219
]

sdk/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication/CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0 (2025-04-09)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Stable release for api-version `2024-09-01`. Detail available at https://github.com/Azure/azure-rest-api-specs/tree/735b8f03b5e773b751f93960137e397e2282ca92/specification/recoveryservicesdatareplication/DataReplication.Management/routes.tsp.
128

139
## 1.0.0-beta.3 (2025-03-11)
1410

sdk/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
1717
Install the Microsoft Azure RecoveryServicesDataReplication management library for .NET with [NuGet](https://www.nuget.org/):
1818

1919
```dotnetcli
20-
dotnet add package Azure.ResourceManager.RecoveryServicesDataReplication --prerelease
20+
dotnet add package Azure.ResourceManager.RecoveryServicesDataReplication
2121
```
2222

2323
### Prerequisites

sdk/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication/api/Azure.ResourceManager.RecoveryServicesDataReplication.net8.0.cs

Lines changed: 1039 additions & 642 deletions
Large diffs are not rendered by default.

sdk/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication/api/Azure.ResourceManager.RecoveryServicesDataReplication.netstandard2.0.cs

Lines changed: 1039 additions & 642 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"AssetsRepo": "Azure/azure-sdk-assets",
3-
"AssetsRepoPrefixPath": "net",
4-
"TagPrefix": "net/<service name>/Azure.ResourceManager.RecoveryServicesDataReplication",
5-
"Tag": ""
2+
"AssetsRepo": "Azure/azure-sdk-assets",
3+
"AssetsRepoPrefixPath": "net",
4+
"TagPrefix": "net/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication",
5+
"Tag": "net/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication_1fd91dddbf"
66
}

sdk/recoveryservices-datareplication/Azure.ResourceManager.RecoveryServicesDataReplication/samples/Generated/Samples/Sample_DataReplicationDraResource.cs

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)