hmcts / dtsse-shared-infrastructure

0 stars 0 forks source link

Update Terraform azuread to v2.53.1 #138

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
azuread (source) required_provider minor 2.48.0 -> 2.53.1

Release Notes

hashicorp/terraform-provider-azuread (azuread) ### [`v2.53.1`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2531-June-28-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.53.0...v2.53.1) BUG FIXES: - `azuread_application` - export the `password` attribute only when it is set in configuration, to prevent marking existing resources as sensitive ([#​1422](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1422)) ### [`v2.53.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2530-June-28-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.52.0...v2.53.0) ENHANCEMENTS: - `azuread_application` - support for the `password` block ([#​1389](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1389)) BUG FIXES: - `azuread_claims_mapping_policy` - set the correct timeouts for this resource ([#​1419](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1419)) - `azuread_service_principal_claims_mapping_policy_assignment` - set the correct timeouts for this resource ([#​1419](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1419)) - `azuread_synchronization_secret` - set the correct timeouts for this resource ([#​1419](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1419)) ### [`v2.52.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2520-June-13-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.51.0...v2.52.0) BUG FIXES: - `azuread_application` - fix a bug that could prevent the `ignore_changes` lifecycle argument from working for the `app_role`, `oauth2_permission_scope`, `identifier_uris`, `optional_claims`, and `required_resource_access` properties ([#​1403](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1403)) - `azuread_application` - add a workaround for an API bug when instantiating an application from template using the `template_id` property ([#​1406](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1406)) ### [`v2.51.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2510-June-06-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.50.0...v2.51.0) ENHANCEMENTS: - `data.azuread_users` - support for the `mails` property ([#​1400](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1400)) BUG FIXES: - `azuread_access_package_assignment_policy` - fix a bug preventing removal of the `assignment_review_settings` block ([#​1394](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1394)) ### [`v2.50.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2500-May-16-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.49.1...v2.50.0) ENHANCEMENTS: - dependencies: updating to `v0.68.0` of `github.com/manicminer/hamilton` ([#​1382](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1382)) - `data.azuread_application` - support looking up applications with the `identifier_uri` property \[GH 1303] - `azuread_conditional_access_policy` - improve handling of the `session_controls` block ([#​1382](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1382)) BUG FIXES: - `data.azuread_service_principal` - treat the `display_name` property case-insensitively ([#​1381](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1381)) - `azuread_conditional_access_policy` - fix a bug that could cause a persistent diff when setting certain properties in the `session_controls` block ([#​1382](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1382)) - `azuread_user` - don't overwrite the existing password in state, when a password change fails ([#​1308](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1308)) ### [`v2.49.1`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2491-May-13-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.49.0...v2.49.1) BUG FIXES: - `data.azuread_group_role_management_policy` - resolve a potential crash ([#​1375](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1375)) - `azuread_group_role_management_policy` - resolve a number of potential crashes ([#​1375](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1375)) - `azuread_privileged_access_group_assignment_schedule` - resolve a number of potential crashes ([#​1375](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1375)) - `azuread_privileged_access_group_eligibility_schedule` - resolve a number of potential crashes ([#​1375](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1375)) ### [`v2.49.0`](https://togithub.com/hashicorp/terraform-provider-azuread/blob/HEAD/CHANGELOG.md#2490-May-09-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-azuread/compare/v2.48.0...v2.49.0) FEATURES: - **New Data Source:** `azuread_group_role_management_policy` ([#​1327](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1327)) - **New Resource:** `azuread_group_role_management_policy` ([#​1327](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1327)) - **New Resource:** `azuread_privileged_access_group_assignment_schedule` ([#​1327](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1327)) - **New Resource:** `azuread_privileged_access_group_eligibility_schedule` ([#​1327](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1327)) - **New Resource:** `azuread_synchronization_job_provision_on_demand` ([#​1032](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1032)) ENHANCEMENTS: - `data.azuread_group` - support for the `include_transitive_members` property ([#​1300](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1300)) - `azuread_application` - relax validation for the `identifier_uris` property to allow more values ([#​1351](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1351)) - `azuread_application_identifier_uri` - relax validation for the `identifier_uri` property to allow more values ([#​1351](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1351)) - `azuread_group` - support the `SkipExchangeInstantOn` value for the `behaviors` property ([#​1370](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1370)) - `azuread_user` - relax validation for the `employee_type` property to allow more values ([#​1328](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1328)) BUG FIXES: - `azuread_application_pre_authorized` - fix a destroy-time bug that could prevent deletion of the resource ([#​1299](https://togithub.com/hashicorp/terraform-provider-azuread/issues/1299))

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.

infracost[bot] commented 2 months ago

Infracost free monthly run limit exceeded. Please contact hello@infracost.io to purchase usage pack.: 403 Forbidden Infracost free monthly run limit exceeded. Please contact hello@infracost.io to purchase usage pack.

hmcts-jenkins-d-to-i[bot] commented 2 months ago

Plan Result (aat)

Plan: 1 to add, 1 to change, 0 to destroy.
Change Result (Click me) ```hcl # azurerm_consumption_budget_resource_group.grafana-budget-alert[0] will be created + resource "azurerm_consumption_budget_resource_group" "grafana-budget-alert" { + amount = 500 + etag = (known after apply) + id = (known after apply) + name = "grafana-budget-alert" + resource_group_id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat" + time_grain = "Monthly" + notification { + contact_emails = [] + contact_groups = [ + "DTSSE Alert (aat)", ] + contact_roles = [] + enabled = true + operator = "GreaterThanOrEqualTo" + threshold = 90 + threshold_type = "Forecasted" } + time_period { + end_date = (known after apply) + start_date = "2023-09-01T00:00:00Z" } } # module.alert-action-group.azurerm_resource_group_template_deployment.action-group will be updated in-place ~ resource "azurerm_resource_group_template_deployment" "action-group" { id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/dtsse-aat/providers/Microsoft.Resources/deployments/DTSSE_Alert" name = "DTSSE_Alert" tags = {} ~ template_content = jsonencode( ~ { ~ parameters = { ~ actionGroupName = { ~ type = "String" -> "string" } ~ emailReceiverAddress = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ emailReceiverName = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ location = { ~ type = "String" -> "string" # (1 unchanged attribute hidden) } ~ shortName = { ~ type = "String" -> "string" } } # (3 unchanged attributes hidden) } ) # (6 unchanged attributes hidden) } Plan: 1 to add, 1 to change, 0 to destroy. ```
renovate[bot] commented 2 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 2 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (2.53.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.