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

Add appconfig key resource #13118

Merged
merged 20 commits into from
Sep 1, 2021
Merged

Add appconfig key resource #13118

merged 20 commits into from
Sep 1, 2021

Commits on Aug 24, 2021

  1. Create clients

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    a0f49f8 View commit details
    Browse the repository at this point in the history
  2. Add and register new resource

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1259a4a View commit details
    Browse the repository at this point in the history
  3. add tests

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    0f9a227 View commit details
    Browse the repository at this point in the history
  4. write docs

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    31b84d0 View commit details
    Browse the repository at this point in the history
  5. format code in tests and docs

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    f4b95a5 View commit details
    Browse the repository at this point in the history
  6. Update internal/services/appconfiguration/app_configuration_key_resou…

    …rce.go
    
    Co-authored-by: Vladimir Lazarenko <[email protected]>
    koikonom and favoretti authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    210be9d View commit details
    Browse the repository at this point in the history
  7. Update internal/clients/builder.go

    Co-authored-by: Vladimir Lazarenko <[email protected]>
    koikonom and favoretti authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    167614a View commit details
    Browse the repository at this point in the history
  8. Apply doc fixes from code review

    Co-authored-by: Vladimir Lazarenko <[email protected]>
    koikonom and favoretti authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    66ba8cb View commit details
    Browse the repository at this point in the history
  9. more doc fixes

    Kyriakos Oikonomakos committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    129e7e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Apply suggestions from code review

    Co-authored-by: Tom Harvey <[email protected]>
    koikonom and tombuildsstuff authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e97f4b7 View commit details
    Browse the repository at this point in the history
  2. validate inputs

    Kyriakos Oikonomakos committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    72482d5 View commit details
    Browse the repository at this point in the history
  3. remove lock before deleting

    Kyriakos Oikonomakos committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    692114f View commit details
    Browse the repository at this point in the history
  4. apply review feedback

    Kyriakos Oikonomakos committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    ac699cb View commit details
    Browse the repository at this point in the history
  5. Add update and RequiresImport tests

    Kyriakos Oikonomakos committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    c0a2ebe View commit details
    Browse the repository at this point in the history
  6. more review feedback

    Kyriakos Oikonomakos committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    6b320bc View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Use pluginsdk package

    Kyriakos Oikonomakos committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    376eb66 View commit details
    Browse the repository at this point in the history
  2. add support for customizeddiff

    Kyriakos Oikonomakos committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    326d913 View commit details
    Browse the repository at this point in the history
  3. Support for Vault Key References

    Kyriakos Oikonomakos committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    81c1bd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. add docs

    Kyriakos Oikonomakos committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    58df67e View commit details
    Browse the repository at this point in the history
  2. Add validation for type field

    Kyriakos Oikonomakos committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    55466b8 View commit details
    Browse the repository at this point in the history