Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "new resource and data source: azurerm_oracle_exadata_infrastructure" #27676

Merged
merged 2 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .teamcity/components/generated/services.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ var services = mapOf(
"newrelic" to "New Relic",
"nginx" to "Nginx",
"notificationhub" to "Notification Hub",
"oracledatabase" to "Oracle Database",
"orbital" to "Orbital",
"paloalto" to "Palo Alto",
"policy" to "Policy",
Expand Down
5 changes: 0 additions & 5 deletions internal/clients/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ import (
newrelic "github.com/hashicorp/terraform-provider-azurerm/internal/services/newrelic/client"
nginx "github.com/hashicorp/terraform-provider-azurerm/internal/services/nginx/client"
notificationhub "github.com/hashicorp/terraform-provider-azurerm/internal/services/notificationhub/client"
oracledatabase "github.com/hashicorp/terraform-provider-azurerm/internal/services/oracledatabase/client"
orbital "github.com/hashicorp/terraform-provider-azurerm/internal/services/orbital/client"
paloalto "github.com/hashicorp/terraform-provider-azurerm/internal/services/paloalto/client"
policy "github.com/hashicorp/terraform-provider-azurerm/internal/services/policy/client"
Expand Down Expand Up @@ -237,7 +236,6 @@ type Client struct {
NewRelic *newrelic.Client
Nginx *nginx_2024_06_01_preview.Client
NotificationHubs *notificationhub.Client
OracleDatabase *oracledatabase.Client
Orbital *orbital.Client
PaloAlto *paloalto.Client
Policy *policy.Client
Expand Down Expand Up @@ -534,9 +532,6 @@ func (client *Client) Build(ctx context.Context, o *common.ClientOptions) error
if client.NotificationHubs, err = notificationhub.NewClient(o); err != nil {
return fmt.Errorf("building clients for NotificationHubs: %+v", err)
}
if client.OracleDatabase, err = oracledatabase.NewClient(o); err != nil {
return fmt.Errorf("building clients for OracleDatabase: %+v", err)
}
if client.Orbital, err = orbital.NewClient(o); err != nil {
return fmt.Errorf("building clients for Orbital: %+v", err)
}
Expand Down
2 changes: 0 additions & 2 deletions internal/provider/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/newrelic"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/nginx"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/notificationhub"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/oracledatabase"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/orbital"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/paloalto"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/policy"
Expand Down Expand Up @@ -189,7 +188,6 @@ func SupportedTypedServices() []sdk.TypedServiceRegistration {
networkfunction.Registration{},
newrelic.Registration{},
nginx.Registration{},
oracledatabase.Registration{},
orbital.Registration{},
paloalto.Registration{},
policy.Registration{},
Expand Down
26 changes: 0 additions & 26 deletions internal/services/oracledatabase/client/client.go

This file was deleted.

Loading
Loading