This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update terraform azurerm to ~> 3.83.0 (#578)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azurerm](https://registry.terraform.io/providers/hashicorp/azurerm) ([source](https://togithub.com/hashicorp/terraform-provider-azurerm)) | required_provider | minor | `~> 3.82.0` -> `~> 3.83.0` | --- ### Release Notes <details> <summary>hashicorp/terraform-provider-azurerm (azurerm)</summary> ### [`v3.83.0`](https://togithub.com/hashicorp/terraform-provider-azurerm/blob/HEAD/CHANGELOG.md#3830-November-30-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azurerm/compare/v3.82.0...v3.83.0) UPGRADE NOTES - Key Vaults are now loaded using [the `ListBySubscription` API within the Key Vault Resource Provider](https://learn.microsoft.com/en-us/rest/api/keyvault/keyvault/vaults/list-by-subscription?view=rest-keyvault-keyvault-2022-07-01\&tabs=HTTP) rather than [the Resources API](https://learn.microsoft.com/en-us/rest/api/keyvault/keyvault/vaults/list?view=rest-keyvault-keyvault-2022-07-01\&tabs=HTTP). This change means that the Provider now caches the list of Key Vaults available within a Subscription, rather than loading these piecemeal to workaround stale data returned from the Resources API ([#​24019](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24019)) FEATURES: - New Data Source: `azurerm_stack_hci_cluster` ([#​24032](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24032)) ENHANCEMENTS: - dependencies: updating to `v0.20231129.1103252` of `github.com/hashicorp/go-azure-sdk` ([#​24063](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24063)) - `automation`: updating to API Version `2023-11-01` ([#​24017](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24017)) - `keyvault`: the cache is now populated using the `ListBySubscription` endpoint on the KeyVault Resource Provider rather than via the `Resources` API ([#​24019](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24019)). - `keyvault`: updating the cache to populate all Key Vaults available within the Subscription to reduce the number of API calls ([#​24019](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24019)) - Data Source `azurerm_private_dns_zone`: refactoring to use the `ListBySubscription` API rather than the Resources API when `resource_group_name` is omitted ([#​24024](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24024)) - `azurerm_dashboard_grafana` - support for `grafana_major_version` ([#​24014](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24014)) - `azurerm_linux_web_app` - add support for dotnet 8 ([#​23893](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23893)) - `azurerm_linux_web_app_slot` - add support for dotnet 8 ([#​23893](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23893)) - `azurerm_media_transform` - deprecate `face_detector_preset` and `video_analyzer_preset` ([#​24002](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24002)) - `azurerm_postgresql_database` - update the validation of `collation` to include `Norwegian_Norway.1252` ([#​24070](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24070)) - `azurerm_postgresql_flexible_server` - updating to API Version `2023-06-01-preview` ([#​24016](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24016)) - `azurerm_redis_cache` - support for the `active_directory_authentication_enabled` property ([#​23976](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23976)) - `azurerm_windows_web_app` - add support for dotnet 8 ([#​23893](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23893)) - `azurerm_windows_web_app_slot` - add support for dotnet 8 ([#​23893](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23893)) - `azurerm_storage_account` - add `name` validation in custom diff ([#​23799](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23799)) BUG FIXES: - authentication: fix a bug where auxiliary tenants were not correctly authorized ([#​24063](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24063)) - `azurerm_app_configuration` - normalize location in `replica` block ([#​24074](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24074)) - `azurerm_cosmosdb_account` - cosmosdb version and capabilities can now be updated at the same time ([#​24029](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24029)) - `azurerm_data_factory_flowlet_data_flow` - `source` and `sink` properties are now optional ([#​23987](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/23987)) - `azurerm_datadog_monitor_tag_rule` - correctly handle default rule ([#​22806](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/22806)) - `azurerm_ip_group`: fixing a crash when `firewall_ids` and `firewall_policy_ids` weren't parsed correctly from the API Response ([#​24031](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24031)) - `azurerm_nginx_deployment` - add default value of `20` for `capacity` ([#​24033](https://togithub.com/hashicorp/terraform-provider-azurerm/issues/24033)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ThorstenSauter/NoPlan). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information