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

Restore azurerm_nginx_configuration resource and data source #25773

Merged
merged 5 commits into from
Jun 4, 2024

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    e5587de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fa1a6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164a237 View commit details
    Browse the repository at this point in the history
  4. fix MissingManagedIdentity error in nginx tests

    The NGINXaaS API now requires a managed identity to be added to the depoyment if metrics are enabled.
    This updates tests which do not have an identity to set diagnose_support_enabled to false.
    valyria257 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4833e4c View commit details
    Browse the repository at this point in the history
  5. fix azurerm_nginx_configuration data source test

    Now that the NGINXaaS API does not provide a default config, we need to ensure the resource gets created
    before referencing the data source, so we don't get config not found errors.
    valyria257 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b0a5c31 View commit details
    Browse the repository at this point in the history