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

Ensure enable_http2 works when targeting existing Application Gateways #1439

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

aldato
Copy link
Contributor

@aldato aldato commented Feb 9, 2024

SUMMARY

We've found that, when deploying an application gateway using bicep templates, if the enable_http2 parameter is not specified it will make any kind of request to retrieve the status of that particular AppGW to not return the enable_http2 parameter status. We've verified that using the azcli and the API directly.
This makes any attempt to manage an existing AppGW deployed through the aforementioned means to fail since the old_response doesn't have the enable_http2 key.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

azure_rm_appgateway

@Fred-sun Fred-sun added ready_for_review The PR has been modified and can be reviewed and merged medium_priority Medium priority labels Feb 17, 2024
@xuzhang3 xuzhang3 merged commit 0ada024 into ansible-collections:dev Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants