hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azuread to v2.41.0 #67

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azuread (source) required_provider minor 2.40.0 -> 2.41.0

Release Notes

hashicorp/terraform-provider-azuread (azuread) ### [`v2.41.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2410-July-27-2023) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.40.0...v2.41.0) FEATURES: - **New Data Source:** `azuread_directory_role_templates` ([#​1152](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1152)) - **New Data Source:** `azuread_named_location` ([#​1156](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1156)) IMPROVEMENTS: - `azuread_access_package_assignment_policy` - support the `Manager` value for the `review_type` property in the `assignment_review_settings` block ([#​1159](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1159)) - `azuread_conditional_access_policy` - support for the `service_principal_risk_levels` property in the `conditions` block ([#​1145](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1145)) - `azuread_conditional_access_policy` - the `grant_controls` block is now optional ([#​1155](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1155)) BUG FIXES: - `azuread_access_package_resource_package_association` - support destruction of this resource ([#​1124](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1124)) - `azuread_application` - set the `display_name` property correctly on creation to improve UX in the event of failure ([#​1160](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1160))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.

hmcts-jenkins-d-to-i[bot] commented 1 year ago

Plan Result

Plan: 0 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # module.key-vault.azurerm_monitor_diagnostic_setting.kv-ds will be updated in-place ~ resource "azurerm_monitor_diagnostic_setting" "kv-ds" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.KeyVault/vaults/dtsse-aat|dtsse-aat" name = "dtsse-aat" # (2 unchanged attributes hidden) - metric { - category = "AllMetrics" -> null - enabled = false -> null - retention_policy { - days = 0 -> null - enabled = false -> null } } # (3 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. ```