terraform-provider-azuread icon indicating copy to clipboard operation
terraform-provider-azuread copied to clipboard

bugfix: ensure `sessionControls.isEnabled: true` when specifying `sign_in_frequency_interval = "everyTime"`

Open manicminer opened this issue 1 year ago • 1 comments

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.

Screenshot 2024-06-25 at 23 10 26

Screenshot 2024-06-25 at 23 11 38

Closes: #1416

manicminer avatar Jun 25 '24 22:06 manicminer

API bug reported upstream: https://github.com/microsoftgraph/msgraph-metadata/issues/647

manicminer avatar Jun 25 '24 22:06 manicminer

Note: merged in error, now reverted. This continues to be blocked.

manicminer avatar Aug 19 '24 16:08 manicminer

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!

github-actions[bot] avatar Sep 27 '24 02:09 github-actions[bot]

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!

github-actions[bot] avatar Sep 27 '24 03:09 github-actions[bot]