-
Notifications
You must be signed in to change notification settings - Fork 8
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.1 #1738
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plan Result (aat)
Change Result (Click me) # azurerm_api_management_subscription.fee_pay_team_telephony_subscription will be updated in-place
~ resource "azurerm_api_management_subscription" "fee_pay_team_telephony_subscription" {
~ allow_tracing = false -> true
id = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/cft-aat-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-stg/subscriptions/5a89d26c-6d91-4997-8a4e-13e4e279ee0a"
# (10 unchanged attributes hidden)
}
# azurerm_api_management_subscription.pcipal_supplier_subscription will be updated in-place
~ resource "azurerm_api_management_subscription" "pcipal_supplier_subscription" {
~ allow_tracing = false -> true
id = "/subscriptions/96c274ce-846d-4e48-89a7-d528432298a7/resourceGroups/cft-aat-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-stg/subscriptions/ea576e34-00bd-4eff-80d5-85f6c6392bb2"
# (10 unchanged attributes hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
Plan Result (prod)
Change Result (Click me) # azurerm_api_management_subscription.fee_pay_team_telephony_subscription will be updated in-place
~ resource "azurerm_api_management_subscription" "fee_pay_team_telephony_subscription" {
~ allow_tracing = false -> true
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-prod/subscriptions/7229a544-a882-4520-a81e-2cd4ed6f0031"
# (10 unchanged attributes hidden)
}
# azurerm_api_management_subscription.pcipal_supplier_subscription will be updated in-place
~ resource "azurerm_api_management_subscription" "pcipal_supplier_subscription" {
~ allow_tracing = false -> true
id = "/subscriptions/8cbc6f36-7c56-4963-9d36-739db5d00b27/resourceGroups/cft-prod-network-rg/providers/Microsoft.ApiManagement/service/cft-api-mgmt-prod/subscriptions/abd7d0f5-77bc-462c-a658-c8d1e1b40837"
# (10 unchanged attributes hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. |
renovate
bot
force-pushed
the
renovate/azuread-2.x
branch
2 times, most recently
from
December 22, 2024 01:59
1f3dafc
to
706eca1
Compare
renovate
bot
force-pushed
the
renovate/azuread-2.x
branch
from
December 22, 2024 04:23
706eca1
to
8f27b7f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.51.0
->2.53.1
Release Notes
hashicorp/terraform-provider-azuread (azuread)
v2.53.1
Compare Source
BUG FIXES:
azuread_application
- export thepassword
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 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)Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.