Skip to content
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

chore(deps): update hashicorp/azuread requirement from ~> 2.42.0 to ~> 2.44.0 in /terraform #1842

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Updates the requirements on hashicorp/azuread to permit the latest version.

Release notes

Sourced from hashicorp/azuread's releases.

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)

FEATURES:

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

ENHANCEMENTS:

  • data.azuread_application - export the client_id attribute, deprecate the application_id attribute (#1214)
  • data.azuread_service_principal - support for the client_id property, deprecate the application_id property (#1214)
  • data.azuread_service_principals - support for the client_ids property, deprecate the application_ids property (#1214)
  • data.azuread_service_principals - export the client_id attribute in the service_principals block, deprecate the application_id attribute (#1214)
  • azuread_application - export the client_id attribute, deprecate the application_id attribute (#1214)
  • azuread_application_federated_identity_credential - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_certificate - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_password - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_pre_authorized - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_service_principal - support for the client_id property, deprecate the application_id property (#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)
Changelog

Sourced from hashicorp/azuread's changelog.

2.44.0 (October 20, 2023)

  • Developer Note: the Typed Resource SDK, as also used in the AzureRM provider, is now the preferred way of introducing new resources (#1188)

FEATURES:

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

ENHANCEMENTS:

  • data.azuread_application - export the client_id attribute, deprecate the application_id attribute (#1214)
  • data.azuread_service_principal - support for the client_id property, deprecate the application_id property (#1214)
  • data.azuread_service_principals - support for the client_ids property, deprecate the application_ids property (#1214)
  • data.azuread_service_principals - export the client_id attribute in the service_principals block, deprecate the application_id attribute (#1214)
  • azuread_application - export the client_id attribute, deprecate the application_id attribute (#1214)
  • azuread_application_federated_identity_credential - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_certificate - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_password - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_application_pre_authorized - support for the application_id property, deprecate the application_object_id property (#1214)
  • azuread_service_principal - support for the client_id property, deprecate the application_id property (#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)

2.43.0 (September 22, 2023)

FEATURES:

  • New Resource: azuread_directory_role_eligibility_schedule_request (#974)

2.42.0 (September 15, 2023)

IMPROVEMENTS:

  • provider: support for the client_id_file_path and client_secret_file_path provider properties (#1189)
  • data.azuread_group - support for looking up a group with the mail_nickname property (#1173)

BUG FIXES:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…> 2.44.0

Updates the requirements on [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azuread@v2.42.0...v2.44.0)

---
updated-dependencies:
- dependency-name: hashicorp/azuread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies This pull request or issue relates to dependencies label Oct 20, 2023
@dependabot dependabot bot requested a review from kashw2 October 20, 2023 22:38
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Superseded by #1845.

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/azuread-tw-2.44.0 branch October 23, 2023 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This pull request or issue relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants