Skip to content
New issue

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

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

Already on GitHub? # to your account

Ensure PublicIPAddress resources aren't permanently blocked #4481

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

theunrepentantgeek
Copy link
Member

What this PR does

When creating a PublicIPAddress resource in Azure, you can get an ReferencedResourceNotProvisioned error if the address references a PublicIPPrefix that isn't ready for use.

By default this is classified as an error, not a warning, resulting in the resource being permanently blocked.

This PR implements the ErrorClassifier extension, turning this condition into a warning so that ASO will retry resource creation; it will succeed once the PublicIPPrefix is ready.

Closes #4054

How does this PR make you feel?

gif

Checklist

  • this PR contains tests

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit 8850de9 Dec 3, 2024
7 checks passed
@theunrepentantgeek theunrepentantgeek deleted the fix/publicipaddress-blocked branch December 3, 2024 02:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Feature: dependencies of resources
2 participants