azurerm_storage_account share_properties smb block not updating. sas policy not disabled #28343
Open
1 task done
Labels
service/storage
upstream/microsoft/blocking-api-issue
This label is applicable when there is a bug on the Azure API that is blocking.
v/3.x
Is there an existing issue for this?
Community Note
Terraform Version
1.8.5
AzureRM Provider Version
3.111.0
Affected Resource(s)/Data Source(s)
azurerm_storage_account
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
when secure_smb = false, the TF plan should show the dynamic share_properties.smb block as being removed, ideally resetting the share properties to Maximum Compatibility, which is the default setting.
when enable_sas_policy = false, the TF plan should show the sas_policy block being removed, and sas policy should be disabled in the portal
Actual Behaviour
terraform does not remove the share_properties.smb block, and leaves smb settings unchanged.
terraform does correctly remove the sas_policy block, but the sas_policy is not updated, and subsequent TF runs keep showing the same change
Steps to Reproduce
No response
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: