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

Allow updating of app role by ignoring local_secret_ids #336

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2023

  1. Added new AppRole model for when updating a role

    UpdateAppRoleRoleModel's job is to stop people from using
    `LocalSecretIds` when updating a role. This is not a valid property when
    updating a role and will result in an error on the API if using it
    
    Making the Obsolete attribute give a compiler error when using the
    property
    Morten Mehus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4bb13b9 View commit details
    Browse the repository at this point in the history
  2. Adding updating app role case to VauleSharp.Samples

    Morten Mehus committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ffde1ad View commit details
    Browse the repository at this point in the history