Skip to content

Commit

Permalink
Resolve 3 Broken Links to Get aggregate-reports green again (#17466)
Browse files Browse the repository at this point in the history
* resolve broken links in perfstress_tests.md, servicemanagement-legacy readme.md, and contributing.md
  • Loading branch information
scbedd authored Mar 25, 2021
1 parent 9740e0d commit 5162807
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Mypy install and run.

### Performance Testing

SDK performance testing is supported via the custom `perfstress` framework. For full details on this framework, and how to write and run tests for an SDK - see the [perfstress tests documentation](https://github.com/Azure/azure-sdk-for-python/blob/master/tools/azure-devtools/doc/perfstress_tests.md).
SDK performance testing is supported via the custom `perfstress` framework. For full details on this framework, and how to write and run tests for an SDK - see the [perfstress tests documentation](https://github.com/Azure/azure-sdk-for-python/blob/master/doc/dev/perfstress_tests.md).

### More Reading

Expand Down
3 changes: 2 additions & 1 deletion doc/dev/perfstress_tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Writing a test](#writing-a-test)
- [Adding legacy T1 tests](#adding-legacy-t1-tests)
3. [Running the tests](#running-the-tests)
4. [Readme](#Readme)
4. [Readme](#readme)

# The perfstress framework

Expand Down Expand Up @@ -348,6 +348,7 @@ Using the `perfstress` command alone will list the available perf tests found. N
```

# Readme

Please add a `README.md` to the perfstress_tests directory so that others know how to setup and run the perf tests, along with a description of the available tests and any support command line options. README files in a `tests/perfstress_tests` directory should already be filtered from CI validation for SDK readmes.
Some examples can be found here:
- [Azure Storage Blob](https://github.com/Azure/azure-sdk-for-python/blob/master/sdk/storage/azure-storage-blob/tests/perfstress_tests/README.md)
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-servicemanagement-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ openssl x509 -inform pem -in mycert.pem -outform der -out mycert.cer

After you have created the certificate, you will need to upload the .cer
file to Microsoft Azure via the "Upload" action of the "Settings" tab of
the [management portal](https://manage.windowsazure.com).
the [management portal](https://portal.azure.com).


## ServiceManagementService
Expand Down

0 comments on commit 5162807

Please sign in to comment.