Check 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
Check 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:
bicep-registry-modules/avm/res/cache/redis-enterprise/database/main.bicep
Lines 7 to 11 in e767db0
(Optional) Correlation Id
No response