Skip to content

[AVM Module Issue]: Azure Managed Redis Database Name cannot be set #6868

@BryanHunt-AC

Description

@BryanHunt-AC

Check for previous/existing GitHub issues

  • I have checked for previous/existing GitHub issues

Issue Type?

Bug

Module Name

avm/res/cache/redis-enterprise

(Optional) Module Version

0.5.1

Description

Hi, I am attempting to use the AMR module and noticed in code, and via the module linter that when attempting to deploy a Redis Server and a Database below that, that the module only allows Null or 'default' for the Database name. Is it possible to allow a custom database name here?

The restriction can be found here:

@allowed([
'default'
])
@description('Optional. Name of the database.')
param name string = 'default'

(Optional) Correlation Id

No response

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions