Azure / bicep-registry-modules

Bicep registry modules
MIT License
466 stars 314 forks source link

Service Bus Topic with empty authorizationRules param generates error #2908

Open nmcguffey opened 1 month ago

nmcguffey commented 1 month ago

I get the error message: "Empty access rights. Supported claims count 3" when deploying service bus topic with empty authorizationRules array parameter. The fix that was applied to the service bus queue module in PR 1890 helped me with my service bus deployments. I was also able to apply this same change for this parameter in the topic module by updating service-bus/namespace/topic/main.bicep in my own repo. I suggest applying this same change for topics otherwise we run into the same issue.

@description('Optional. Authorization Rules for the Service Bus Queue.') param authorizationRules array = []

Originally posted by @nmcguffey in https://github.com/Azure/bicep-registry-modules/issues/1890#issuecomment-2264376887

microsoft-github-policy-service[bot] commented 1 month 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.