|
| 1 | +# Azure Smoke Test for Python |
| 2 | + |
| 3 | +<!-- write necessary description of service --> |
| 4 | + |
| 5 | +## Getting started |
| 6 | + |
| 7 | +### Install the package |
| 8 | + |
| 9 | +```bash |
| 10 | +python -m pip install test |
| 11 | +``` |
| 12 | + |
| 13 | +#### Prequisites |
| 14 | + |
| 15 | +- Python 3.9 or later is required to use this package. |
| 16 | +- You need an [Azure subscription][azure_sub] to use this package. |
| 17 | +- An existing Test instance. |
| 18 | + |
| 19 | +## Key concepts |
| 20 | + |
| 21 | +Used for testing our module-level methods with hybrid and msrest models |
| 22 | + |
| 23 | +## Examples |
| 24 | + |
| 25 | +N/A |
| 26 | + |
| 27 | +## Troubleshooting |
| 28 | + |
| 29 | +N/A |
| 30 | + |
| 31 | +## Next steps |
| 32 | + |
| 33 | +Add more tests |
| 34 | + |
| 35 | +## Contributing |
| 36 | + |
| 37 | +This project welcomes contributions and suggestions. Most contributions require |
| 38 | +you to agree to a Contributor License Agreement (CLA) declaring that you have |
| 39 | +the right to, and actually do, grant us the rights to use your contribution. |
| 40 | +For details, visit https://cla.microsoft.com. |
| 41 | + |
| 42 | +When you submit a pull request, a CLA-bot will automatically determine whether |
| 43 | +you need to provide a CLA and decorate the PR appropriately (e.g., label, |
| 44 | +comment). Simply follow the instructions provided by the bot. You will only |
| 45 | +need to do this once across all repos using our CLA. |
| 46 | + |
| 47 | +This project has adopted the |
| 48 | +[Microsoft Open Source Code of Conduct][code_of_conduct]. For more information, |
| 49 | +see the Code of Conduct FAQ or contact [email protected] with any |
| 50 | +additional questions or comments. |
| 51 | + |
| 52 | +<!-- LINKS --> |
| 53 | + |
| 54 | +[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/ |
| 55 | +[authenticate_with_token]: https://docs.microsoft.com/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-an-authentication-token |
| 56 | +[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials |
| 57 | +[azure_identity_pip]: https://pypi.org/project/azure-identity/ |
| 58 | +[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential |
| 59 | +[pip]: https://pypi.org/project/pip/ |
| 60 | +[azure_sub]: https://azure.microsoft.com/free/ |
0 commit comments