Skip to content

Commit

Permalink
azurerm_bot_connection - remove four point oh feature flag (#27322)
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei authored Sep 30, 2024
1 parent d904dac commit 8477e14
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/services/bot/bot_connection_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"github.com/hashicorp/go-azure-helpers/resourcemanager/location"
"github.com/hashicorp/terraform-provider-azurerm/helpers/tf"
"github.com/hashicorp/terraform-provider-azurerm/internal/clients"
"github.com/hashicorp/terraform-provider-azurerm/internal/features"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/bot/parse"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
Expand Down Expand Up @@ -96,17 +95,6 @@ func resourceArmBotConnection() *pluginsdk.Resource {
},
}

if !features.FourPointOhBeta() {
resource.Schema["tags"] = &pluginsdk.Schema{
Type: pluginsdk.TypeMap,
Optional: true,
Elem: &pluginsdk.Schema{
Type: pluginsdk.TypeString,
},
Deprecated: "This property has been deprecated as the API no longer supports tags and will be removed in version 4.0 of the provider.",
}
}

return resource
}

Expand Down

0 comments on commit 8477e14

Please sign in to comment.