-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_search_service
- support attribute customer_managed_key_encryption_compliance_status
#27478
azurerm_search_service
- support attribute customer_managed_key_encryption_compliance_status
#27478
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @liuwuliuyun LGTM 👍
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
…search_service
Community Note
Description
Customer now is blocked to create AI Search resource due to missing setting of
encryptionComplianceStatus
while deploying service via Terraform template. Basically, only enforcement property is supported to be inserted in Terraform, while 'Microsoft.Search/searchServices/encryptionWithCmk.encryptionComplianceStatus' is not available in Terraform.customer_managed_key_encryption_compliance_status
toazurerm_search_service
resourceazurerm_search_service
as wellPR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_search_service
- support attributecustomer_managed_key_encryption_compliance_status
[GH-00000]This is a (please select all that apply):