-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update Terraform azuread to v2.53.0 #190
base: master
Are you sure you want to change the base?
Conversation
c382189
to
e3983e2
Compare
Plan Result (aat)
Change Result (Click me) # module.application_insights.azurerm_monitor_activity_log_alert.main has moved to module.application_insights.azurerm_monitor_activity_log_alert.main[0]
resource "azurerm_monitor_activity_log_alert" "main" {
id = "/subscriptions/1c4f0704-a29e-403d-b719-b90c34ef14c9/resourceGroups/ccd-shared-aat/providers/Microsoft.Insights/activityLogAlerts/Application Insights daily cap reached - ccd-aat"
name = "Application Insights daily cap reached - ccd-aat"
tags = {
"application" = "core-case-data"
"autoShutdown" = "true"
"builtFrom" = "https://github.com/HMCTS/ccd-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#ccd-community"
"environment" = "staging"
"managedBy" = "CCD"
}
# (4 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 0 to change, 0 to destroy. |
Plan Result (prod)
Change Result (Click me) # module.application_insights.azurerm_monitor_activity_log_alert.main has moved to module.application_insights.azurerm_monitor_activity_log_alert.main[0]
resource "azurerm_monitor_activity_log_alert" "main" {
id = "/subscriptions/8999dec3-0104-4a27-94ee-6588559729d1/resourceGroups/ccd-shared-prod/providers/Microsoft.Insights/activityLogAlerts/Application Insights daily cap reached - ccd-prod"
name = "Application Insights daily cap reached - ccd-prod"
tags = {
"application" = "core-case-data"
"builtFrom" = "https://github.com/HMCTS/ccd-shared-infrastructure.git"
"businessArea" = "CFT"
"contactSlackChannel" = "#ccd-community"
"environment" = "production"
"managedBy" = "CCD"
}
# (4 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 0 to change, 0 to destroy. |
e3983e2
to
59022ea
Compare
59022ea
to
adeaafa
Compare
9f31852
to
07a7753
Compare
07a7753
to
586867b
Compare
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. |
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
2.48.0
->2.53.0
Release Notes
hashicorp/terraform-provider-azuread (azuread)
v2.53.0
Compare Source
ENHANCEMENTS:
azuread_application
- support for thepassword
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 theignore_changes
lifecycle argument from working for theapp_role
,oauth2_permission_scope
,identifier_uris
,optional_claims
, andrequired_resource_access
properties (#1403)azuread_application
- add a workaround for an API bug when instantiating an application from template using thetemplate_id
property (#1406)v2.51.0
Compare Source
ENHANCEMENTS:
data.azuread_users
- support for themails
property (#1400)BUG FIXES:
azuread_access_package_assignment_policy
- fix a bug preventing removal of theassignment_review_settings
block (#1394)v2.50.0
Compare Source
ENHANCEMENTS:
v0.68.0
ofgithub.com/manicminer/hamilton
(#1382)data.azuread_application
- support looking up applications with theidentifier_uri
property [GH 1303]azuread_conditional_access_policy
- improve handling of thesession_controls
block (#1382)BUG FIXES:
data.azuread_service_principal
- treat thedisplay_name
property case-insensitively (#1381)azuread_conditional_access_policy
- fix a bug that could cause a persistent diff when setting certain properties in thesession_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:
azuread_group_role_management_policy
(#1327)azuread_group_role_management_policy
(#1327)azuread_privileged_access_group_assignment_schedule
(#1327)azuread_privileged_access_group_eligibility_schedule
(#1327)azuread_synchronization_job_provision_on_demand
(#1032)ENHANCEMENTS:
data.azuread_group
- support for theinclude_transitive_members
property (#1300)azuread_application
- relax validation for theidentifier_uris
property to allow more values (#1351)azuread_application_identifier_uri
- relax validation for theidentifier_uri
property to allow more values (#1351)azuread_group
- support theSkipExchangeInstantOn
value for thebehaviors
property (#1370)azuread_user
- relax validation for theemployee_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)Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, 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.
This PR has been generated by Mend Renovate. View repository job log here.