Skip to content

Commit f01950e

Browse files
Yao725sofiar-msft
authored andcommitted
[DataProtection] Rename the namespace to Azure.ResourceManager.DataProtectionBackup and prepare release (Azure#31673)
* change data protection namespace * update readme * update changlog
1 parent 38056d0 commit f01950e

File tree

338 files changed

+1219
-1211
lines changed

Some content is hidden

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

338 files changed

+1219
-1211
lines changed

sdk/dataprotection/Azure.ResourceManager.DataProtection/Azure.ResourceManager.DataProtection.sln

Lines changed: 0 additions & 51 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.30309.148
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2C66C27D-97B6-45EA-A208-DC6D9A78CF48}") = "Azure.ResourceManager.DataProtectionBackup", "src\Azure.ResourceManager.DataProtectionBackup.csproj", "{CB6DA692-5881-42AD-8349-686DEC59A579}"
7+
EndProject
8+
Project("{2C66C27D-97B6-45EA-A208-DC6D9A78CF48}") = "Azure.ResourceManager.DataProtectionBackup.Tests", "tests\Azure.ResourceManager.DataProtectionBackup.Tests.csproj", "{8021B345-B3B5-4BEE-9A3F-F986B70818B0}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionProperties) = preSolution
12+
HideSolutionNode = FALSE
13+
EndGlobalSection
14+
GlobalSection(ExtensibilityGlobals) = postSolution
15+
SolutionGuid = {47A7A520-9C03-4535-AA9F-0F40A9E15EBF}
16+
EndGlobalSection
17+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
18+
Debug|Any CPU = Debug|Any CPU
19+
Debug|x64 = Debug|x64
20+
Debug|x86 = Debug|x86
21+
Release|Any CPU = Release|Any CPU
22+
Release|x64 = Release|x64
23+
Release|x86 = Release|x86
24+
EndGlobalSection
25+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
26+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
27+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|Any CPU.Build.0 = Debug|Any CPU
28+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|x64.ActiveCfg = Debug|Any CPU
29+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|x64.Build.0 = Debug|Any CPU
30+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|x86.ActiveCfg = Debug|Any CPU
31+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Debug|x86.Build.0 = Debug|Any CPU
32+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|Any CPU.ActiveCfg = Release|Any CPU
33+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|Any CPU.Build.0 = Release|Any CPU
34+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|x64.ActiveCfg = Release|Any CPU
35+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|x64.Build.0 = Release|Any CPU
36+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|x86.ActiveCfg = Release|Any CPU
37+
{CB6DA692-5881-42AD-8349-686DEC59A579}.Release|x86.Build.0 = Release|Any CPU
38+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|x64.ActiveCfg = Debug|Any CPU
41+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|x64.Build.0 = Debug|Any CPU
42+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|x86.ActiveCfg = Debug|Any CPU
43+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Debug|x86.Build.0 = Debug|Any CPU
44+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
45+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|Any CPU.Build.0 = Release|Any CPU
46+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|x64.ActiveCfg = Release|Any CPU
47+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|x64.Build.0 = Release|Any CPU
48+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|x86.ActiveCfg = Release|Any CPU
49+
{8021B345-B3B5-4BEE-9A3F-F986B70818B0}.Release|x86.Build.0 = Release|Any CPU
50+
EndGlobalSection
51+
EndGlobal

sdk/dataprotection/Azure.ResourceManager.DataProtection/CHANGELOG.md renamed to sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/CHANGELOG.md

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

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2022-10-11)
4+
5+
### Breaking Changes
6+
7+
New design of track 2 initial commit.
8+
9+
### Package Name
10+
11+
The package name has been changed from `Microsoft.Azure.Management.DataProtection.Backup` to `Azure.ResourceManager.DataProtectionBackup`.
412

513
### General New Features
614

@@ -12,4 +20,4 @@
1220

1321
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
1422

15-
This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
23+
This is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).

sdk/dataprotection/Azure.ResourceManager.DataProtection/Directory.Build.props renamed to sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/Directory.Build.props

File renamed without changes.

sdk/dataprotection/Azure.ResourceManager.DataProtection/README.md renamed to sdk/dataprotection/Azure.ResourceManager.DataProtectionBackup/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Azure DataProtection Management client library for .NET
1+
# Azure Data Protection Backup Management client library for .NET
22

33
This package follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
44

55
## Getting started
66

77
### Install the package
88

9-
Install the Azure DataProtection management library for .NET with [NuGet](https://www.nuget.org/):
9+
Install the Azure Data Protection Backup management library for .NET with [NuGet](https://www.nuget.org/):
1010

1111
```dotnetcli
12-
dotnet add package Azure.ResourceManager.DataProtection --prerelease
12+
dotnet add package Azure.ResourceManager.DataProtectionBackup --prerelease
1313
```
1414

1515
### Prerequisites
@@ -73,4 +73,4 @@ more information see the [Code of Conduct FAQ][coc_faq] or contact
7373
<!-- LINKS -->
7474
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
7575
[coc]: https://opensource.microsoft.com/codeofconduct/
76-
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
76+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)