From e82691007de97bb48d45cc4fbfd049723a221154 Mon Sep 17 00:00:00 2001 From: "jenkins-infra-updatecli[bot]" <101213878+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:52:34 +0200 Subject: [PATCH] Bump Terraform `azuread` provider version to 2.44.1 (#499)

Bump Terraform `azuread` provider version

Update Terraform lock file

"hashicorp/azuread" updated from "2.43.0" to "2.44.0" in file ".terraform.lock.hcl"

2.44.0
Changelog retrieved
from:
	https://github.com/hashicorp/terraform-provider-azuread/releases/tag/v2.44.0
*
Developer Note: the Typed Resource SDK, as also used in the AzureRM
provider, is now the preferred way of introducing new resources
([#1188](https://github.com/hashicorp/terraform-provider-azuread/issues/1188))

FEATURES:

*
**New Resource:** `azuread_application_api_access`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_app_role`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_fallback_public_client`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_from_template`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_identifier_uri`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_known_clients`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_owner`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_permission_scope
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))`
*
**New Resource:** `azuread_application_redirect_uris`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_application_registration`
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
**New Resource:** `azuread_authentication_strength_policy`
([#1171](https://github.com/hashicorp/terraform-provider-azuread/issues/1171))

ENHANCEMENTS:

*
`data.azuread_application` - export the `client_id` attribute, deprecate
the `application_id` attribute
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`data.azuread_service_principal` - support for the `client_id` property,
deprecate the `application_id` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`data.azuread_service_principals` - support for the `client_ids`
property, deprecate the `application_ids` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`data.azuread_service_principals` - export the `client_id` attribute in
the `service_principals` block, deprecate the `application_id` attribute
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_application` - export the `client_id` attribute, deprecate the
`application_id` attribute
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_application_federated_identity_credential` - support for the
`application_id` property, deprecate the `application_object_id`
property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_application_certificate` - support for the `application_id`
property, deprecate the `application_object_id` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_application_password` - support for the `application_id`
property, deprecate the `application_object_id` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_application_pre_authorized` - support for the `application_id`
property, deprecate the `application_object_id` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_service_principal` - support for the `client_id` property,
deprecate the `application_id` property
([#1214](https://github.com/hashicorp/terraform-provider-azuread/issues/1214))
*
`azuread_conditional_access_policy` - support for the
`authentication_strength_policy_id` property in the `grant_controls`
block [GH_1171]

BUG FIXES:

* `azuread_group_member` -
resolve a bug when refreshing state if the group is missing
([#1198](https://github.com/hashicorp/terraform-provider-azuread/issues/1198))


2.44.1
Changelog retrieved
from:
	https://github.com/hashicorp/terraform-provider-azuread/releases/tag/v2.44.1
BUG
FIXES:

* `azuread_application_certificate` - work around an
unexpected diff with the `application_object_id` property
([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221))
*
`azuread_application_federated_identity_credential` - work around an
unexpected diff with the `application_object_id` property
([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221))
*
`azuread_application_password` - work around an unexpected diff with the
`application_object_id` property
([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221))
*
`azuread_application_pre_authorized` - work around an unexpected diff
with the `application_object_id` property
([#1221](https://github.com/hashicorp/terraform-provider-azuread/issues/1221))


---
Updatecli
logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

--------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com> --- .terraform.lock.hcl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl index cc645871..1c200ba1 100644 --- a/.terraform.lock.hcl +++ b/.terraform.lock.hcl @@ -26,24 +26,24 @@ provider "registry.terraform.io/cyrilgdn/postgresql" { } provider "registry.terraform.io/hashicorp/azuread" { - version = "2.43.0" + version = "2.44.1" hashes = [ - "h1:/wPCaaEC7By9zWMxYmPMiLNu+zuYuFUyl5mkhCwwi8w=", - "h1:83hGDTWccRJXsKGg1VeYJkBeHwE2cCTRKFCZud4iWQo=", - "h1:bp9HeofaEJDiWtyLMwIEYVgxP5yoMs/dQhjCYsbXU34=", - "h1:jmvCGhwc+jUip0Hy4PI1ZiO/11vdQ3TTp3YaBTKFGiQ=", + "h1:KC1KycEl1KcVFpn8gwYnF0MjRqTHGvEdNaQxstVc8rg=", + "h1:Kd7j9cdmKsjNAdkHuhQ1koWDU5RrOydBdKZ34fWQvmo=", + "h1:KvSUCXWnUl4QMYztVHqsFSMzs9mtOHxLOVTWU932ktM=", + "h1:RJQdEIFRw8GsfA3bvtkqNf66LiseLF8oCj+lY+aLU9E=", + "zh:1017265a34c16e7f68db4dfcd52dba818ddeec31f03325700c4547d93b36c60c", "zh:1c3e89cf19118fc07d7b04257251fc9897e722c16e0a0df7b07fcd261f8c12e7", - "zh:2225e2e97ccba4ed1d84f1d430f1ebd837943fe187e57f24f1763172dda61556", - "zh:24708cb09411a766ff397e05cae49058ca38edc718db303a7faef9823402737d", - "zh:3a61167ff58d585abd56233731a8fd649c7c04272bd5b878f963883496e19192", - "zh:433f557634b5e663caaeb68c504c7771c186eba7ecf5d4030437956bc6599ecb", - "zh:5e8cc3b3bcc22d217cf588c821ce091c7d40f0815aecc1addde5355c17cb381d", - "zh:7b008c376097cd60259d43f58fcb33fee56fe9aebb4a94ed7958868ee501d7d0", - "zh:908907fd38537583ea60dccbf73055ae1a2963acc399be4f8e9a6616a9a537db", - "zh:966586cfd850606bab7dd2242c5b9e35d3a7178f64eaac0b44dea54c104c8169", - "zh:a624286401913d3ec44b4825e2c5ae38ac94fb4950aeed8f4b91d09c898f8cce", - "zh:b5171a4463fd0d9b0ce2a08605499b6d99fe93d6fc3f4143e9a26201065cc90a", - "zh:cdcfeeb9db4dbdc6f1fb5644453b37dbd0025b4f3127e9ff348f1e62d66b493e", + "zh:21c11e4cb086144bd8fa407088796e9733579fdc6057693ca00fa16ce3718e60", + "zh:3aef02627d2f116b6328cf1177db526b372d3fecb6e1147a5d502130843398d5", + "zh:5f019b3025e3a88c4d0d32f32dfec3e3349c8bd8d9a7ea6ecf1303d564b86d5b", + "zh:6217fb9b7c7c410aa7dec3c91fc7cf083de60d935cdbaf98fb958f1ddbadfa06", + "zh:6caeb291f4ef71ea5981493669f41c399cb2b8374ec783edec31e174dbe97364", + "zh:7c9e0eca51fc352876c1731a4f5c1bbd0c602d621f7c0c656f9eb895f6abb9cf", + "zh:81c3854eb4e81c53811f6100bf2b1f1cf6398d13aeb29d57a379b6937fd10d42", + "zh:8efd3b5998f7ecc5147c7101f6821e59748af2e885c65bc4897a3ae1f13797a7", + "zh:a79b5d63399f682558ea0e38048b785d81c780d8dbd406dcd0635373659e1229", + "zh:de9a137b704083338b194c67b27009d25ec31230a9d351a98bc4a03c4066ed6b", ] }