Skip to content

Commit

Permalink
Revert "new resource and data source : azurerm_oracle_cloud_vm_cluster (
Browse files Browse the repository at this point in the history
#27176)"

This reverts commit cb8d847.
  • Loading branch information
jackofallops authored Oct 17, 2024
1 parent 33649cb commit bd87b79
Show file tree
Hide file tree
Showing 24 changed files with 59 additions and 2,323 deletions.
2 changes: 1 addition & 1 deletion .teamcity/components/generated/services.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var services = mapOf(
"newrelic" to "New Relic",
"nginx" to "Nginx",
"notificationhub" to "Notification Hub",
"oracle" to "Oracle",
"oracledatabase" to "Oracle Database",
"orbital" to "Orbital",
"paloalto" to "Palo Alto",
"policy" to "Policy",
Expand Down
6 changes: 3 additions & 3 deletions internal/clients/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ 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"
oracle "github.com/hashicorp/terraform-provider-azurerm/internal/services/oracle/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 +237,7 @@ type Client struct {
NewRelic *newrelic.Client
Nginx *nginx_2024_06_01_preview.Client
NotificationHubs *notificationhub.Client
Oracle *oracle.Client
OracleDatabase *oracledatabase.Client
Orbital *orbital.Client
PaloAlto *paloalto.Client
Policy *policy.Client
Expand Down Expand Up @@ -534,7 +534,7 @@ 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.Oracle, err = oracle.NewClient(o); err != nil {
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 {
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ 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/oracle"
"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 +189,7 @@ func SupportedTypedServices() []sdk.TypedServiceRegistration {
networkfunction.Registration{},
newrelic.Registration{},
nginx.Registration{},
oracle.Registration{},
oracledatabase.Registration{},
orbital.Registration{},
paloalto.Registration{},
policy.Registration{},
Expand Down
29 changes: 0 additions & 29 deletions internal/services/oracle/client/client.go

This file was deleted.

Loading

0 comments on commit bd87b79

Please sign in to comment.