terraform-provider-azuread
terraform-provider-azuread copied to clipboard
bugfix: ensure `sessionControls.isEnabled: true` when specifying `sign_in_frequency_interval = "everyTime"`
This fixes some incorrect logic around enabling session controls when only sign_in_frequency_interval = "everyTime" is specified.
Unfortunately this is currently blocked due to a possible API bug - this field doesn't seem to be accepted by the v1.0 API contrary to documentation. Changing the API version in the request to beta allows the request to complete.
Closes: #1416
API bug reported upstream: https://github.com/microsoftgraph/msgraph-metadata/issues/647
Note: merged in error, now reverted. This continues to be blocked.
This functionality has been released in v3.0.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!
This functionality has been released in v3.0.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.
For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!