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

New resource: azurerm_container_registry_cache_rule #26034

Merged
merged 74 commits into from
May 30, 2024

Commits on May 29, 2024

  1. Add an SDK client for Cache Rules

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9a7b309 View commit details
    Browse the repository at this point in the history
  2. Synch vendor directory

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f5d817b View commit details
    Browse the repository at this point in the history
  3. Generate parser and validator

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    abb4211 View commit details
    Browse the repository at this point in the history
  4. Verify the name of the cache rule

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    65cdac2 View commit details
    Browse the repository at this point in the history
  5. Fix the vendor versions

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f122449 View commit details
    Browse the repository at this point in the history
  6. Fix the vendor versions

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9441261 View commit details
    Browse the repository at this point in the history
  7. Create and Read

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e30a431 View commit details
    Browse the repository at this point in the history
  8. add registration and dummy test

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c9066b3 View commit details
    Browse the repository at this point in the history
  9. Adjust for the correct layout

    mhaligowski authored and npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cd96b0a View commit details
    Browse the repository at this point in the history
  10. Fix the vendor versions

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b382672 View commit details
    Browse the repository at this point in the history
  11. remove unnecessary test

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4d6bf92 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60fe246 View commit details
    Browse the repository at this point in the history
  13. feat: return cacherules

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    be8ecd5 View commit details
    Browse the repository at this point in the history
  14. fix: formatting

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8a93ba3 View commit details
    Browse the repository at this point in the history
  15. fix: test and deps

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    876320e View commit details
    Browse the repository at this point in the history
  16. more test fixes

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b0718b1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6bba7a2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03e8319 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b23458a View commit details
    Browse the repository at this point in the history
  20. fix: typo

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4ef3cf7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4cc5162 View commit details
    Browse the repository at this point in the history
  22. fix: docs

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    670fafa View commit details
    Browse the repository at this point in the history
  23. feat: add container_registry_cache_rule data source, as well as name …

    …validation on the resource
    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    54e09e4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3b19cab View commit details
    Browse the repository at this point in the history
  25. fix: formatting

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    254299a View commit details
    Browse the repository at this point in the history
  26. Update internal/services/containers/client/client.go

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6a9980f View commit details
    Browse the repository at this point in the history
  27. Update internal/services/containers/client/client.go

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5bda934 View commit details
    Browse the repository at this point in the history
  28. Update internal/services/containers/client/client.go

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    04a24a2 View commit details
    Browse the repository at this point in the history
  29. Update internal/services/containers/client/client.go

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    838cd69 View commit details
    Browse the repository at this point in the history
  30. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    62b94ff View commit details
    Browse the repository at this point in the history
  31. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    eac13e8 View commit details
    Browse the repository at this point in the history
  32. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    aa880f5 View commit details
    Browse the repository at this point in the history
  33. Update internal/services/containers/resourceids.go

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    81ad620 View commit details
    Browse the repository at this point in the history
  34. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d92a877 View commit details
    Browse the repository at this point in the history
  35. Update internal/services/containers/container_registry_cache_rule_res…

    …ource_test.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c1b0667 View commit details
    Browse the repository at this point in the history
  36. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    8fe8f9e View commit details
    Browse the repository at this point in the history
  37. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    497ee73 View commit details
    Browse the repository at this point in the history
  38. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    87c2f27 View commit details
    Browse the repository at this point in the history
  39. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bbb1065 View commit details
    Browse the repository at this point in the history
  40. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    080a4a5 View commit details
    Browse the repository at this point in the history
  41. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7cf6ab3 View commit details
    Browse the repository at this point in the history
  42. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a6f4d03 View commit details
    Browse the repository at this point in the history
  43. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ddec6db View commit details
    Browse the repository at this point in the history
  44. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    318ce10 View commit details
    Browse the repository at this point in the history
  45. Update internal/services/containers/container_registry_cache_rule_res…

    …ource_test.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9469850 View commit details
    Browse the repository at this point in the history
  46. feat: update go dep files

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    251b135 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    32c76f8 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    02f0a2d View commit details
    Browse the repository at this point in the history
  49. Update internal/services/containers/container_registry_cache_rule_dat…

    …a_source.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    626a993 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1f54be6 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c1266b3 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    ee45bef View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    0172fc6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e5a4c8f View commit details
    Browse the repository at this point in the history
  55. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1242f54 View commit details
    Browse the repository at this point in the history
  56. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d54c215 View commit details
    Browse the repository at this point in the history
  57. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cbc86fd View commit details
    Browse the repository at this point in the history
  58. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a53e585 View commit details
    Browse the repository at this point in the history
  59. Update website/docs/r/container_registry_cache_rule.html.markdown

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c8001df View commit details
    Browse the repository at this point in the history
  60. Update website/docs/r/container_registry_cache_rule.html.markdown

    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1ed9e84 View commit details
    Browse the repository at this point in the history
  61. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    589352f View commit details
    Browse the repository at this point in the history
  62. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 29, 2024
    Configuration menu
    Copy the full SHA
    40e7c02 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b96bc19 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    f641de6 View commit details
    Browse the repository at this point in the history
  65. fix: update go deps

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b4e6f88 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    3f6ae05 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    827c7d3 View commit details
    Browse the repository at this point in the history
  68. fix: update vendor

    npk-amperon committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0b7520e View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    69448a8 View commit details
    Browse the repository at this point in the history
  2. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    673946b View commit details
    Browse the repository at this point in the history
  3. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    f3a0ffa View commit details
    Browse the repository at this point in the history
  4. Update internal/services/containers/container_registry_cache_rule_res…

    …ource.go
    
    Co-authored-by: stephybun <steph@hashicorp.com>
    npk-amperon and stephybun committed May 30, 2024
    Configuration menu
    Copy the full SHA
    bf6bdea View commit details
    Browse the repository at this point in the history
  5. fix: remove unused import

    npk-amperon committed May 30, 2024
    Configuration menu
    Copy the full SHA
    51199ef View commit details
    Browse the repository at this point in the history
  6. fix: fmt

    npk-amperon committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4f0806e View commit details
    Browse the repository at this point in the history