hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.55k stars 4.62k forks source link

Support for Azure Redis Enterprise Api Version #27592

Open ajtiwari07 opened 17 hours ago

ajtiwari07 commented 17 hours ago

Is there an existing issue for this?

Community Note

Here's a link to the swagger spec: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redisenterprise/resource-manager/Microsoft.Cache/stable/2023-11-01/redisenterprise.json

Description

Azure Redis Enterprise api v2023-11-01 is generally available across all management clients such as Powershell, Az CLI, .Net etc. This issue is to support the same api version in terraform.

New or Affected Resource(s)/Data Source(s)

Azure Cache for Redis Enterprise

Potential Terraform Configuration

Introduced new Scaling Statuses such as "Scaling" and "ScalingFailed" to represent scaling of redis enterprise cache.

References

No response

ajtiwari07 commented 16 hours ago

Onboard Terraform - all_passed_report.md

xuzhang3 commented 7 hours ago

The API will be upgrade to 2024-06-01-preview and I have a PR working on it.