Skip to content

Commit

Permalink
adding computed flag to insder risk to pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdx-jkataja committed Dec 18, 2024
1 parent 2783d6c commit 9c766c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ func conditionalAccessPolicyResource() *pluginsdk.Resource {
"insider_risk_levels": {
Type: pluginsdk.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.StringInSlice(stable.PossibleValuesForConditionalAccessInsiderRiskLevels(), false),
},
},
Expand Down

0 comments on commit 9c766c9

Please sign in to comment.