Skip to content

Commit 042d8e9

Browse files
[Template] Remove Outdated Stress Assets (Azure#34041)
* [Template] Remove Outdated Stress Assets The focus of these changes is to update the template to remove references to the outdated stress framework that should no longer be used and replace with a pointer to the onboarding materials for the current stress framework. * Adding stress to the omitted analysis for README sections, as it is not intended as developer-facing content. * Update sdk/template/.content/stress/README.md Thanks! I didn't realize that I copied the expanded version. Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com> * Update sdk/template/Azure.Template/stress/README.md --------- Co-authored-by: Richard Park <51494936+richardpark-msft@users.noreply.github.com>
1 parent a43e29b commit 042d8e9

File tree

10 files changed

+4
-143
lines changed

10 files changed

+4
-143
lines changed

eng/.docsettings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ omitted_paths:
99
- samples/*
1010
- sdk/*/*.Management.*/*
1111
- sdk/*/*/perf/*
12+
- sdk/*/*/stress/*
1213
- sdk/*/*/integration/*
1314
- sdk/*/*/tests/Samples/*
1415
- sdk/*/*/tests/samples/*

sdk/template/.content/stress/Program.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
For information on reliability testing with the Azure SDK stress test framework, please refer to the [Reliability testing wiki](https://aka.ms/azsdk/stress).

sdk/template/.content/stress/TemplateClientTest.cs

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

sdk/template/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"type": "parameter",
138138
"datatype": "text",
139139
"isRequired": false,
140-
"defaultValue": "https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/template/Azure.Template/stress/TemplateClientTest.cs",
140+
"defaultValue": "https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/template/Azure.Template/stress/README.md",
141141
"replaces": "StressSampleLink"
142142
},
143143
"testSampleLink": {

sdk/template/Azure.Template/Azure.Template.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Template.Perf", "perf
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Template.Tests", "tests\Azure.Template.Tests.csproj", "{1F1CD1D4-9932-4B73-99D8-C252A67D4B46}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Template.Stress", "stress\Azure.Template.Stress.csproj", "{47E3BC66-5C4F-47CD-A37B-A973E54BCBA9}"
15-
EndProject
1614
Global
1715
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1816
Debug|Any CPU = Debug|Any CPU
@@ -55,10 +53,6 @@ Global
5553
{1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
5654
{1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
5755
{1F1CD1D4-9932-4B73-99D8-C252A67D4B46}.Release|Any CPU.Build.0 = Release|Any CPU
58-
{47E3BC66-5C4F-47CD-A37B-A973E54BCBA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
59-
{47E3BC66-5C4F-47CD-A37B-A973E54BCBA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
60-
{47E3BC66-5C4F-47CD-A37B-A973E54BCBA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
61-
{47E3BC66-5C4F-47CD-A37B-A973E54BCBA9}.Release|Any CPU.Build.0 = Release|Any CPU
6256
EndGlobalSection
6357
GlobalSection(SolutionProperties) = preSolution
6458
HideSolutionNode = FALSE

sdk/template/Azure.Template/stress/Azure.Template.Stress.csproj

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

sdk/template/Azure.Template/stress/Program.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
For information on reliability testing with the Azure SDK stress test framework, please refer to the [Reliability testing wiki](https://aka.ms/azsdk/stress).

sdk/template/Azure.Template/stress/TemplateClientTest.cs

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

0 commit comments

Comments
 (0)