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

Check for duplicate aliases and plain URNs #11212

Merged
merged 1 commit into from Nov 1, 2022
Merged

Commits on Nov 1, 2022

  1. Check for duplicate aliases and plain URNs

    We need to check that for example that if a resource X is created that
    we don't allow another resource Y to be alias against X. Likewise if our
    old state has X and we then create Y aliased against X we should not
    then allow X to be created later in the deployment.
    
    Fixes #11173
    Frassle committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    25bd778 View commit details
    Browse the repository at this point in the history