azure-sdk-for-python
azure-sdk-for-python copied to clipboard
Automate Azure Identity SDK Manual/Vendor Tests
We should leverage @christothes 's work on https://github.com/Azure/azure-sdk-for-net/pull/33017/files to fully automate the list of manual/vendor test scenarios which are documented in the issues here: https://github.com/Azure/azure-sdk/issues?q=is%3Aopen+is%3Aissue+label%3AAzure.Identity
This includes:
- [ ] Automate Azure Arc testing
- [ ] Automate Azure Identity multi tenant testing
- [ ] Automate Azure Kubernetes Service
- https://github.com/Azure/azure-sdk-for-python/pull/33742
- [ ] Automate Azure Container Instances testing
- [ ] Automate Azure WebJobs testing
- https://github.com/Azure/azure-sdk-for-python/pull/33742
- [ ] Automate Azure Service Fabric testing
- [ ] Automate Azure Functions testing
- https://github.com/Azure/azure-sdk-for-python/pull/33742
- [ ] Automate VM MSI testing
- [ ] ~~Automate Pod Identity testing~~
- Deprecated. Will be covered by AKS workload identity testing
- [ ] ~~Automate Cloudshell testing~~
- Requires manually navigating to a cloud shell, and not sure how to automate.
@pvaneck could you update the progress here (checkboxes above)
Closing this as completed. Can revisit Arc and Service Fabric test automation separately if we determine it's worth the ROI.