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

azuread_conditional_access_policy: Implement support for the insider_risk_levels parameter #1597

Merged
merged 5 commits into from
Jan 16, 2025

Conversation

sdx-jkataja
Copy link
Contributor

In azuread_conditional_access_policy add support for insider risk parameter insider_risk_levels. This allows specifying insider risk level with Conditional Access policies.

Graph API Documentation: https://learn.microsoft.com/en-us/graph/api/resources/conditionalaccessconditionset?view=graph-rest-1.0

Fix #1521

@sdx-jkataja sdx-jkataja requested a review from a team as a code owner December 18, 2024 14:43
@sdx-jkataja sdx-jkataja changed the title azuread_conditional_access_policy: Implement support for the insider_risk_levels parameter azuread_conditional_access_policy: Implement support for the insider_risk_levels parameter Dec 19, 2024
@@ -251,13 +251,13 @@ func (NamedLocationResource) completeCountry(data acceptance.TestData) string {
resource "azuread_named_location" "test" {
display_name = "acctestNLC-%[1]d"
country {
country_lookup_method = "clientIpAddress"
Copy link
Contributor Author

@sdx-jkataja sdx-jkataja Jan 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatted acceptance test terraform blocks introduced in #1589 to pass the tflint test.

@sdx-jkataja sdx-jkataja requested a review from stephybun January 16, 2025 12:36
@sdx-jkataja
Copy link
Contributor Author

sdx-jkataja commented Jan 16, 2025

@stephybun please take another look, I've fixed the document linter error. Edit: introduced in #1589

Copy link
Member

@stephybun stephybun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sdx-jkataja LGTM 💯

@stephybun stephybun merged commit 16d93eb into hashicorp:main Jan 16, 2025
28 checks passed
stephybun added a commit that referenced this pull request Jan 16, 2025
jackofallops added a commit that referenced this pull request Jan 16, 2025
* Update CHANGELOG.md for #1585

include #1585

* Update CHANGELOG.md pulling in changes from duplicate changelog PR

* Update CHANGELOG.md for #1619

* Update for #1589

* Update for #1593

* Update for #1592

* Update for #1597

* add changelog update script and updated changelog

---------

Co-authored-by: stephybun <steph@hashicorp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azuread_conditional_access_policy support for Insider Risk condition
2 participants