azure-sdk-for-java icon indicating copy to clipboard operation
azure-sdk-for-java copied to clipboard

[WIP] Managed Identity Automation Integration Testing

Open g2vinay opened this issue 1 year ago • 1 comments

Resolves part of #35786

Adds MI Automation Test for:

  • Azure Web Apps
  • Azure Functions
  • Azure AKS (Testing in progress)

g2vinay avatar Jan 22 '24 18:01 g2vinay

API change check

API changes are not detected in this pull request.

azure-sdk avatar Jan 29 '24 18:01 azure-sdk

  1. Do we really need local copies of mvnw / mvnw.cmd? What about the .gitignore?
  2. should we refactor test-resources-post.ps1 into 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.

g2vinay avatar Apr 12 '24 21:04 g2vinay