Skip to content

Commit

Permalink
Automatic asset update from test-proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas Palaskar committed Jan 29, 2024
1 parent db17ae1 commit cfd189c
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Microsoft Open Source Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

Resources:

- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [[email protected]](mailto:[email protected]) with questions or concerns
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Azure SDK Assets

This repository is used for resources that the Azure SDK team does not wish to be confined within any of our language-specific repositories.

These language-specific repos are located at:

- [Azure/azure-sdk-for-net](https://github.com/Azure/azure-sdk-for-net)
- [Azure/azure-sdk-for-js](https://github.com/Azure/azure-sdk-for-js)
- [Azure/azure-sdk-for-python](https://github.com/Azure/azure-sdk-for-python)
- [Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
- [Azure/azure-sdk-for-android](https://github.com/Azure/azure-sdk-for-android)
- [Azure/azure-sdk-for-ios](https://github.com/Azure/azure-sdk-for-ios)
- [Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)
- [Azure/azure-sdk-for-cpp](https://github.com/Azure/azure-sdk-for-cpp)
- [Azure/azure-sdk-for-c](https://github.com/Azure/azure-sdk-for-c)

This list is subject to addition.

The repository currently contains:

- Test Recordings

This list will expand as necessary.

## Usage of this repo

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_.

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.

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).

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.

## Contributing

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.

In the case an enterprising user has suggestions, please file an issue under the label `question`.


41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->

## Security

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/).

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.

## Reporting Security Issues

**Please do not report security vulnerabilities through public GitHub issues.**

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).

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).

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).

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:

* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue

This information will help us triage your report more quickly.

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.

## Preferred Languages

We prefer all communications to be in English.

## Policy

Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).

<!-- END MICROSOFT SECURITY.MD BLOCK -->
12 changes: 12 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Support

## How to file issues and get help

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.


For help and questions about using this repo, please file an issue with the label `question`. Before doing so, please read through the README.

## Microsoft Support Policy

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 comments on commit cfd189c

Please sign in to comment.