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

`redis` - fix various tests

Open mbfrahry opened this issue 1 year ago • 0 comments

This PR removes TestAccRedisCache_SkuDowngrade as Sku downgrading is explicitly not supported by the provider. We're also setting a few attributes to what Terraform thinks they are rather than what Azure says they are as Azure is returning those differently than the way we are sending them

--- PASS: TestAccRedisCache_AOFBackupEnabled (1124.91s)
--- PASS: TestAccRedisCache_AOFBackupEnabledDisabled (1175.55s)
--- PASS: TestAccRedisCache_BackupEnabledDisabled (1125.40s)

mbfrahry avatar Oct 02 '24 23:10 mbfrahry