Skip to content

Commit

Permalink
sorting alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Dec 4, 2020
1 parent ec6f93b commit 4bbf78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azurerm/internal/services/bot/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ func (r Registration) SupportedDataSources() map[string]*schema.Resource {
// SupportedResources returns the supported Resources supported by this Service
func (r Registration) SupportedResources() map[string]*schema.Resource {
return map[string]*schema.Resource{
"azurerm_bot_channel_directline": resourceArmBotChannelDirectline(),
"azurerm_bot_channel_email": resourceArmBotChannelEmail(),
"azurerm_bot_channel_slack": resourceArmBotChannelSlack(),
"azurerm_bot_channel_ms_teams": resourceArmBotChannelMsTeams(),
"azurerm_bot_channel_directline": resourceArmBotChannelDirectline(),
"azurerm_bot_channel_slack": resourceArmBotChannelSlack(),
"azurerm_bot_channels_registration": resourceArmBotChannelsRegistration(),
"azurerm_bot_connection": resourceArmBotConnection(),
"azurerm_bot_web_app": resourceArmBotWebApp(),
Expand Down

0 comments on commit 4bbf78b

Please sign in to comment.