Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

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

Release Notes

hashicorp/terraform-provider-azuread (azuread)

v2.53.1

Compare Source

BUG FIXES:

  • azuread_application - export the password attribute only when it is set in configuration, to prevent marking existing resources as sensitive (#​1422)

v2.53.0

Compare Source

ENHANCEMENTS:

  • azuread_application - support for the password block (#​1389)

BUG FIXES:

  • azuread_claims_mapping_policy - set the correct timeouts for this resource (#​1419)
  • azuread_service_principal_claims_mapping_policy_assignment - set the correct timeouts for this resource (#​1419)
  • azuread_synchronization_secret - set the correct timeouts for this resource (#​1419)

v2.52.0

Compare Source

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)
  • azuread_application - add a workaround for an API bug when instantiating an application from template using the template_id property (#​1406)

v2.51.0

Compare Source

ENHANCEMENTS:

  • data.azuread_users - support for the mails property (#​1400)

BUG FIXES:

  • azuread_access_package_assignment_policy - fix a bug preventing removal of the assignment_review_settings block (#​1394)

v2.50.0

Compare Source

ENHANCEMENTS:

  • dependencies: updating to v0.68.0 of github.com/manicminer/hamilton (#​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)

BUG FIXES:

  • data.azuread_service_principal - treat the display_name property case-insensitively (#​1381)
  • azuread_conditional_access_policy - fix a bug that could cause a persistent diff when setting certain properties in the session_controls block (#​1382)
  • azuread_user - don't overwrite the existing password in state, when a password change fails (#​1308)

v2.49.1

Compare Source

BUG FIXES:

  • data.azuread_group_role_management_policy - resolve a potential crash (#​1375)
  • azuread_group_role_management_policy - resolve a number of potential crashes (#​1375)
  • azuread_privileged_access_group_assignment_schedule - resolve a number of potential crashes (#​1375)
  • azuread_privileged_access_group_eligibility_schedule - resolve a number of potential crashes (#​1375)

v2.49.0

Compare Source

FEATURES:

  • New Data Source: azuread_group_role_management_policy (#​1327)
  • New Resource: azuread_group_role_management_policy (#​1327)
  • New Resource: azuread_privileged_access_group_assignment_schedule (#​1327)
  • New Resource: azuread_privileged_access_group_eligibility_schedule (#​1327)
  • New Resource: azuread_synchronization_job_provision_on_demand (#​1032)

ENHANCEMENTS:

  • data.azuread_group - support for the include_transitive_members property (#​1300)
  • azuread_application - relax validation for the identifier_uris property to allow more values (#​1351)
  • azuread_application_identifier_uri - relax validation for the identifier_uri property to allow more values (#​1351)
  • azuread_group - support the SkipExchangeInstantOn value for the behaviors property (#​1370)
  • azuread_user - relax validation for the employee_type property to allow more values (#​1328)

BUG FIXES:

  • azuread_application_pre_authorized - fix a destroy-time bug that could prevent deletion of the resource (#​1299)

v2.48.0

Compare Source

ENHANCEMENTS:

  • dependencies: updating to v0.20240411.1104331 of github.com/hashicorp/go-azure-sdk/sdk (#​1353)

BUG FIXES:

  • provider: fix an issue where the provider was not correctly configured when using a custom metadata host (#​1353)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 12, 2024 01:53
@renovate renovate bot requested review from madjava, ozzyib and thomast1906 and removed request for a team April 12, 2024 01:53
@hmcts-platform-operations

Plan Result (perftest)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (ptl)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (prod)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations
Copy link

hmcts-platform-operations commented Apr 12, 2024

Plan Result (sbox)

Plan: 0 to add, 2 to change, 0 to destroy.
  • Update
    • azurerm_storage_account.stg
    • module.azurekeyvault.azurerm_key_vault.kv
Change Result (Click me)
  # azurerm_storage_account.stg will be updated in-place
  ~ resource "azurerm_storage_account" "stg" {
        id                                = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-neuvector-sbox-rg/providers/Microsoft.Storage/storageAccounts/cftneuvectorsbox"
        name                              = "cftneuvectorsbox"
      ~ tags                              = {
            "application"  = "core"
            "builtFrom"    = "hmcts/cft-neuvector"
            "businessArea" = "CFT"
          + "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
          + "startupMode"  = "always"
        }
        # (37 unchanged attributes hidden)

        # (4 unchanged blocks hidden)
    }

  # module.azurekeyvault.azurerm_key_vault.kv will be updated in-place
  ~ resource "azurerm_key_vault" "kv" {
        id                              = "/subscriptions/b72ab7b7-723f-4b18-b6f6-03b0f2c6a1bb/resourceGroups/cft-neuvector-sbox-rg/providers/Microsoft.KeyVault/vaults/cftneuvector-sbox"
        name                            = "cftneuvector-sbox"
      ~ tags                            = {
            "application"  = "core"
            "builtFrom"    = "hmcts/cft-neuvector"
            "businessArea" = "CFT"
          + "criticality"  = "Low"
            "environment"  = "sandbox"
            "expiresAfter" = "3000-01-01"
          + "startupMode"  = "always"
        }
        # (13 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

@hmcts-platform-operations

Plan Result (ithc)

No changes. Your infrastructure matches the configuration.

@hmcts-platform-operations

Plan Result (aat)

No changes. Your infrastructure matches the configuration.

@renovate renovate bot changed the title Update Terraform azuread to v2.48.0 Update Terraform azuread to v2.49.0 May 9, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch 2 times, most recently from 4ed6a68 to e461a48 Compare May 13, 2024 11:30
@renovate renovate bot changed the title Update Terraform azuread to v2.49.0 Update Terraform azuread to v2.49.1 May 13, 2024
@renovate renovate bot changed the title Update Terraform azuread to v2.49.1 Update Terraform azuread to v2.50.0 May 16, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from e461a48 to af75462 Compare May 16, 2024 23:52
@renovate renovate bot changed the title Update Terraform azuread to v2.50.0 Update Terraform azuread to v2.51.0 Jun 7, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from af75462 to 98d68f7 Compare June 7, 2024 01:19
@renovate renovate bot changed the title Update Terraform azuread to v2.51.0 Update Terraform azuread to v2.52.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 98d68f7 to 48db95c Compare June 13, 2024 21:46
@renovate renovate bot changed the title Update Terraform azuread to v2.52.0 Update Terraform azuread to v2.53.0 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from 48db95c to d092695 Compare June 28, 2024 00:55
@infracost
Copy link

infracost bot commented Jun 28, 2024

Infracost free monthly run limit exceeded. Please contact [email protected] to purchase usage pack.: 403 Forbidden Infracost free monthly run limit exceeded. Please contact [email protected] to purchase usage pack.

@renovate renovate bot changed the title Update Terraform azuread to v2.53.0 Update Terraform azuread to v2.53.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/azuread-2.x branch from d092695 to 8d5980e Compare June 28, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant