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

Bump hashicorp/azuread from 2.43.0 to 2.45.0 in /tests/e2e #65

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/azuread from 2.43.0 to 2.45.0.

Release notes

Sourced from hashicorp/azuread's releases.

v2.45.0

FEATURES:

  • New Resource: azuread_application_optional_claims (#1223)

ENHANCEMENTS:

  • azuread_conditional_access_policy - improved plan-time validation for the session_controls block (#1229)
  • azuread_conditional_access_policy - support for the sign_in_frequency_authentication_type and sign_in_frequency_interval properties in the session_controls block (#1229)
  • azuread_conditional_access_policy - support for the included_guests_or_external_users and excluded_guests_or_external_users blocks in the users block (#1222)

BUG FIXES:

  • azuread_conditional_access_policy - removing the devices or session_controls blocks will no longer force a new resource to be created (#1229)

v2.44.1

BUG FIXES:

  • azuread_application_certificate - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_federated_identity_credential - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_password - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_pre_authorized - work around an unexpected diff with the application_object_id property (#1221)

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)

... (truncated)

Changelog

Sourced from hashicorp/azuread's changelog.

2.45.0 (October 27, 2023)

FEATURES:

  • New Resource: azuread_application_optional_claims (#1223)

ENHANCEMENTS:

  • azuread_conditional_access_policy - improved plan-time validation for the session_controls block (#1229)
  • azuread_conditional_access_policy - support for the sign_in_frequency_authentication_type and sign_in_frequency_interval properties in the session_controls block (#1229)
  • azuread_conditional_access_policy - support for the included_guests_or_external_users and excluded_guests_or_external_users blocks in the users block (#1222)

BUG FIXES:

  • azuread_conditional_access_policy - removing the devices or session_controls blocks will no longer force a new resource to be created (#1229)

2.44.1 (October 23, 2023)

BUG FIXES:

  • azuread_application_certificate - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_federated_identity_credential - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_password - work around an unexpected diff with the application_object_id property (#1221)
  • azuread_application_pre_authorized - work around an unexpected diff with the application_object_id property (#1221)

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)
  • 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)

... (truncated)

Commits
  • c80b997 v2.45.0
  • deb4d70 typo fix
  • 997abd1 Changelog for #1222
  • b38f772 Merge pull request #1222 from agileknight/bugfix/issue-1136-conditional-acces...
  • 3114125 Update test for included/excluded_guests_or_external_users to ensure removal ...
  • 9d82cd9 Implement conditional access policies guests_or_internal_users
  • 50be3ae Changelog for #1229
  • 7ac7168 Merge pull request #1229 from hashicorp/f/cap-signinfrequency
  • ea3561b Conditional Access: support sign_in_frequency_authentication_type and `sign...
  • bbab633 dependencies: updating to v0.65.0 of github.com/manicminer/hamilton
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) from 2.43.0 to 2.45.0.
- [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.43.0...v2.45.0)

---
updated-dependencies:
- dependency-name: hashicorp/azuread
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2023

The following labels could not be found: terraform, dependencies.

@github-actions
Copy link

Terraform Lint Results

  • Terraform Version 📎1.5.6
  • Working Directory 📂./tests/e2e
  • Terraform Format and Style 🖌success

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 19, 2023

Superseded by #73.

@dependabot dependabot bot closed this Nov 19, 2023
@dependabot dependabot bot deleted the dependabot/terraform/tests/e2e/hashicorp/azuread-2.45.0 branch November 19, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants