Skip to content

Commit

Permalink
removing the AzureAD resources since they've been split out
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 14, 2020
1 parent 552ca03 commit 633674c
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 2,142 deletions.
2 changes: 0 additions & 2 deletions azurerm/internal/clients/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import (
eventgrid "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/eventgrid/client"
eventhub "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/eventhub/client"
frontdoor "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/frontdoor/client"
graph "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/graph/client"
hdinsight "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/hdinsight/client"
healthcare "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/healthcare/client"
iothub "github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/iothub/client"
Expand Down Expand Up @@ -164,7 +163,6 @@ func (client *Client) Build(ctx context.Context, o *common.ClientOptions) error
client.EventGrid = eventgrid.NewClient(o)
client.Eventhub = eventhub.NewClient(o)
client.Frontdoor = frontdoor.NewClient(o)
client.Graph = graph.NewClient(o)
client.HDInsight = hdinsight.NewClient(o)
client.HealthCare = healthcare.NewClient(o)
client.IoTHub = iothub.NewClient(o)
Expand Down
2 changes: 0 additions & 2 deletions azurerm/internal/provider/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/eventgrid"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/eventhub"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/frontdoor"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/graph"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/hdinsight"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/healthcare"
"github.com/terraform-providers/terraform-provider-azurerm/azurerm/internal/services/iothub"
Expand Down Expand Up @@ -88,7 +87,6 @@ func SupportedServices() []common.ServiceRegistration {
eventgrid.Registration{},
eventhub.Registration{},
frontdoor.Registration{},
graph.Registration{},
hdinsight.Registration{},
healthcare.Registration{},
iothub.Registration{},
Expand Down
24 changes: 0 additions & 24 deletions azurerm/internal/services/graph/client/client.go

This file was deleted.

150 changes: 0 additions & 150 deletions azurerm/internal/services/graph/data_source_azuread_application.go

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions azurerm/internal/services/graph/registration.go

This file was deleted.

Loading

0 comments on commit 633674c

Please sign in to comment.