Skip to content

Commit cfd189c

Browse files
author
Vikas Palaskar
committed
Automatic asset update from test-proxy.
1 parent db17ae1 commit cfd189c

File tree

5 files changed

+124
-0
lines changed

5 files changed

+124
-0
lines changed

CODE_OF_CONDUCT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [[email protected]](mailto:[email protected]) with questions or concerns

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) Microsoft Corporation.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE

README.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Azure SDK Assets
2+
3+
This repository is used for resources that the Azure SDK team does not wish to be confined within any of our language-specific repositories.
4+
5+
These language-specific repos are located at:
6+
7+
- [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net)
8+
- [Azure/azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js)
9+
- [Azure/azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python)
10+
- [Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
11+
- [Azure/azure-sdk-for-android](https://github.com/Azure/azure-sdk-for-android)
12+
- [Azure/azure-sdk-for-ios](https://github.com/Azure/azure-sdk-for-ios)
13+
- [Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)
14+
- [Azure/azure-sdk-for-cpp](https://github.com/Azure/azure-sdk-for-cpp)
15+
- [Azure/azure-sdk-for-c](https://github.com/Azure/azure-sdk-for-c)
16+
17+
This list is subject to addition.
18+
19+
The repository currently contains:
20+
21+
- Test Recordings
22+
23+
This list will expand as necessary.
24+
25+
## Usage of this repo
26+
27+
As part of a greater engineering effort to re-use components, the azure-sdk team uses the [`test-proxy`](https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/Azure.Sdk.Tools.TestProxy/README.md) as an out-of-process record/playback solution. Each language will need a small shim to call into the proxy (which is hosted as an http server locally), but other than that, we save the effort of maintaining a record/playback framework for _each language_.
28+
29+
This common record/playback server also has the ability to restore and retrieve recordings from an external source. This repository functions as that external source.
30+
31+
For usage of the azure-sdk `test-proxy` to store and retrieve recordings, please reference [this readme](https://github.com/Azure/azure-sdk-tools/tree/main/tools/test-proxy/documentation/asset-sync#asset-sync-retrieve-external-test-recordings).
32+
33+
For detailed reading on _why_ the azure-sdk team is storing their assets in an external repository, please read [this document](https://github.com/Azure/azure-sdk-tools/blob/main/tools/test-proxy/documentation/test-proxy/initial-investigation.md) for additional detail.
34+
35+
## Contributing
36+
37+
This repository has tags created automatically by the [`test-proxy` tool](https://github.com/Azure/azure-sdk-tools/tree/main/tools/test-proxy/documentation/asset-sync#asset-sync-retrieve-external-test-recordings) as part of the `push` mechanism. As this repository will only ever contain resources for external usage, normal contribution from MS employees or OSS devs is unlikely.
38+
39+
In the case an enterprising user has suggestions, please file an issue under the label `question`.
40+
41+

SECURITY.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

SUPPORT.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This repository is merely a collection of tags that contain recordings and other resources. If there are issues to be filed, they likely relate to the relevant language repo rather than this assets repository.
6+
7+
8+
For help and questions about using this repo, please file an issue with the label `question`. Before doing so, please read through the README.
9+
10+
## Microsoft Support Policy
11+
12+
This is not a repo that services any Microsoft product. It merely serves as a repository of recordings for the azure-sdk-for-X language repositories.

0 commit comments

Comments
 (0)