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

azurerm_windows_web_app, azurerm_windows_web_app_slot, azurerm_linux_web_app, azurerm_linux_web_app_slot, azurerm_windows_function_app, azurerm_windows_function_app_slot, azurerm_linux_function_app, azurerm_linux_function_app_slot - fix cors setting #19532

Closed
wants to merge 1 commit into from

Conversation

xiaxyi
Copy link
Contributor

@xiaxyi xiaxyi commented Dec 2, 2022

There is a default value from the api side:

 "cors": {
            "allowedOrigins": [],
            "supportCredentials": false
        },

do not set the value if it's not specified by user.

fix #19323

@jackofallops
Copy link
Member

Closing as superseded by 19685

@drdamour
Copy link
Contributor

#19685 ?

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azurerm_windows_web_app - cors in site_config is removed
3 participants