Azure / bicep-registry-modules

Bicep registry modules
MIT License
507 stars 353 forks source link

[AVM Module Issue]: Cassandra API not supported even capability is enabled in enum #3755

Open dmusic opened 5 days ago

dmusic commented 5 days ago

Check for previous/existing GitHub issues

Issue Type?

Feature Request

Module Name

avm/res/document-db/database-account

(Optional) Module Version

0.8.1

Description

In current version Cassandra API is not supported, even though capability is offered in allowed values:

Image

Here again, the non-general capabilities setup is causing an issue as there is no proper setup for Cassandra databases:

**((!empty(sqlDatabases) || !empty(mongodbDatabases) || !empty(gremlinDatabases) || !empty(tables))**
    ? {
        ...
        capabilities: capabilities
        ...
      }
    : {})

Moving capabilities to general part of the setup should solve an issue. For Cassandra databases, additional setup should be implemented.

(Optional) Correlation Id

https://github.com/Azure/bicep-registry-modules/issues/3753

microsoft-github-policy-service[bot] commented 5 days ago

[!IMPORTANT] The "Needs: Triage :mag:" label must be removed once the triage process is complete!

[!TIP] For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation.

avm-team-linter[bot] commented 5 days ago

@dmusic, thanks for submitting this issue for the avm/res/document-db/database-account module!

[!IMPORTANT] A member of the @Azure/avm-res-documentdb-databaseaccount-module-owners-bicep or @Azure/avm-res-documentdb-databaseaccount-module-contributors-bicep team will review it soon!

microsoft-github-policy-service[bot] commented 14 hours ago

[!WARNING] Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly.

[!TIP]

  • To prevent further actions to take effect, the "Status: Response Overdue 🚩" label must be removed, once this issue has been responded to.
  • To avoid this rule being (re)triggered, the ""Needs: Triage :mag:" label must be removed as part of the triage process (when the issue is first responded to)!