Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyvault: optimising the lookup/adding a cache for Key Vaults #10330

Merged
merged 26 commits into from
Jan 27, 2021

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    3092d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc448dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc21c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7c6e84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9ca57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bf623d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73e180d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b148732 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45bbcae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c0fe84 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d596e0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    058b939 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95700e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7fd6d9d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    210d447 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eae3493 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10d85e8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd70f93 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    26e54cd View commit details
    Browse the repository at this point in the history
  20. linting: formatting

    tombuildsstuff committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    c90ba8b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b1ed5a1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b53803a View commit details
    Browse the repository at this point in the history
  23. keyvault: updating the cache to query the specific key vault to retri…

    …eve it's name
    
    This avoids calling the `ListKeyVaults` API call by querying the resource list to
    locate this specific resource by it's identifier and type instead.
    tombuildsstuff committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    aad2c0b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fbd4652 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f20c691 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e4b790d View commit details
    Browse the repository at this point in the history