Skip to content
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

[BUG] Missing Enterprise_E200 sku for RedisEnterprise #31589

Open
aiqiaoy opened this issue Nov 18, 2024 · 1 comment
Open

[BUG] Missing Enterprise_E200 sku for RedisEnterprise #31589

aiqiaoy opened this issue Nov 18, 2024 · 1 comment
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@aiqiaoy
Copy link

aiqiaoy commented Nov 18, 2024

API Spec link

https://github.com/Azure/azure-rest-api-specs/blob/2afa5b356adf6cf51209d2cf28d38644c69d9832/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2024-06-01-preview/redisenterprise.json

API Spec version

2024-06-01-preview

Describe the bug

2024-06-01-preview is missing Enterprise_E200 sku which was supported in 2023-10-01-preview

2023-10-01-preview: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2023-10-01-preview/redisenterprise.json

2024-06-01-preview: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/redisenterprise/resource-manager/Microsoft.Cache/preview/2024-06-01-preview/redisenterprise.json#L1406-L1414

Expected behavior

Enterprise_E200 to be supported in all version post 2023-10-01-preview

Actual behavior

Enterprise_E200 is not support and our terraform pipeline is now failing with

Error: expected "sku_name" "name" segment to be one of ["Enterprise_E5", "Enterprise_E50", "Enterprise_E1", "Enterprise_E100", "Enterprise_E10", "Enterprise_E20", "EnterpriseFlash_F1500", "EnterpriseFlash_F700" or "EnterpriseFlash_F300"], got "Enterprise_E200-10"
│ 
│   with module.database.module.rediscluster["xxxx"].azurerm_redis_enterprise_cluster.redis_cluster,
│   on .terraform/modules/database/modules/azure-redis-enterprise/main.tf line 14, in resource "azurerm_redis_enterprise_cluster" "redis_cluster":

after upgrading to use hashicorp/azurerm version 4.0+

Reproduction Steps

Use terraform hashicorp/azurerm version 4.0+ to provision redis enterprise in azure with E200 sku

Environment

No response

@aiqiaoy aiqiaoy added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Nov 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added question The issue doesn't require a change to the product in order to be resolved. Most issues start as that customer-reported Issues that are reported by GitHub users external to the Azure organization. labels Nov 18, 2024
@v-jiaodi v-jiaodi added the Mgmt This issue is related to a management-plane library. label Nov 19, 2024
@v-jiaodi
Copy link
Member

@revanthballa1188 Please help take a look, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Issues that are reported by GitHub users external to the Azure organization. Mgmt This issue is related to a management-plane library. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

3 participants