azure-sdk-for-java
azure-sdk-for-java copied to clipboard
[WIP] Managed Identity Automation Integration Testing
Resolves part of #35786
Adds MI Automation Test for:
- Azure Web Apps
- Azure Functions
- Azure AKS (Testing in progress)
API change check
API changes are not detected in this pull request.
- Do we really need local copies of
mvnw/mvnw.cmd? What about the.gitignore?- should we refactor
test-resources-post.ps1into a few files (test-azure-fn.ps1,test-azure-vm.ps1, etc) so that we can just include them in the main script? That would simplify some things like "this only runs on mac" beacuse we could hide that inside the scripts that care.
Deleted files in #1. For #2, I can experiment with a breakdown refactor in a follow up PR.