Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Resource:
azurerm_servicebus_rule
(#1124)
* Add AzureRM Servicebus rule module, corresponding tests and documentation * Minor fixes to the servicebus rule * Explicitly define the service bus rule in each test * Set correlation_filter to conflict with sql_filter to prevent both from being set at the same time * Raise an error when creating a correlation_filter with no properties set in correlation block * Always return the correlation_filter but only include properties if set * Rename service_bus_rule to service_bus_subscription_rule to relfect azure portal and dependency on service_bus_subscription * Update documentation for service bus subscription rule * Service bus subscription rule: Add validation to rule name, cannot be more than 50 chars * Fixing the descriptions for the name fields
- Loading branch information