Skip to content

Commit 32847c3

Browse files
author
Konrad Jamrozik
authored
https://github.com/Azure/azure-sdk-tools/pull/4963
1 parent 928f167 commit 32847c3

35 files changed

+3
-1809
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ This repository contains useful tools that the Azure SDK team utilizes across th
66

77
| Package or Intent | Path | Description | Status |
88
| ------------------------------ | ------------------------------------------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
9-
| Check Enforcer | [Readme](tools/check-enforcer/README.md) | Manage GitHub check-runs in a mono-repo. | Not Yet Enabled |
9+
| Check Enforcer [1] | [Readme](https://github.com/Azure/azure-sdk-actions/blob/main/docs/check-enforcer.md) | Manage GitHub check-runs in a mono-repo. | Enabled via GitHub actions |
1010
| doc-warden | [Readme](packages/python-packages/doc-warden/README.md) | A tool used to enforce readme standards across Azure SDK Repos. | [![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/108?branchName=main)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=108&branchName=main) |
1111
| http-fault-injector | [Readme](tools/http-fault-injector/README.md) | HTTP proxy server for testing HTTP clients during "faults" like "connection closed in middle of body". | [![Build Status](https://dev.azure.com/azure-sdk/internal/_apis/build/status/tools/tools%20-%20http-fault-injector?branchName=main)](https://dev.azure.com/azure-sdk/internal/_build/latest?definitionId=2340&branchName=main) |
1212
| Maven Plugin for Snippets | [Readme](packages/java-packages/snippet-replacer-maven-plugin/README.md) | A Maven plugin that that updates code snippets referenced from javadoc comments. | Not Yet Enabled |
1313
| pixel insertion tool | [Readme](scripts/python/readme_tracking/readme.md) | A tool used to insert the requests for images served by `pixel server`. | Not Yet Enabled |
1414
| pixel-server | [Readme](web/pixel-server/README.md) | A tiny ASP.NET Core site used to serve a pixel and record impressions. | Not Yet Enabled |
1515

16+
[1] Check Enforcer is located in `azure-sdk-actions` repo.
17+
1618
## Contributing
1719

1820
This project welcomes contributions and suggestions. Most contributions require you to agree to a

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer.Tests/Azure.Sdk.Tools.CheckEnforcer.Tests.csproj

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer.Tests/Integrations/GitHub/GitHubWebhookSignatureValidatorTest.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Azure.Sdk.Tools.CheckEnforcer.csproj

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/CheckEnforcerException.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/CheckEnforcerSecurityException.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Configuration/CheckEnforcerConfigurationException.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Configuration/GlobalConfigurationProvider.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Configuration/IGlobalConfigurationProvider.cs

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

tools/check-enforcer/Azure.Sdk.Tools.CheckEnforcer/Configuration/IRepositoryConfiguration.cs

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

0 commit comments

Comments
 (0)