Skip to content

Commit

Permalink
Updating based on ed0a01bf
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Jun 3, 2024
1 parent 1cf63d8 commit dfad2cd
Show file tree
Hide file tree
Showing 276 changed files with 60 additions and 8,117 deletions.
9 changes: 0 additions & 9 deletions resource-manager/network/2022-07-01/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ import (
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/peerexpressroutecircuitconnections"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/privatednszonegroups"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/privateendpoints"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/privatelinkservice"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/privatelinkservices"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/publicipaddresses"
"github.com/hashicorp/go-azure-sdk/resource-manager/network/2022-07-01/publicipprefixes"
Expand Down Expand Up @@ -187,7 +186,6 @@ type Client struct {
PeerExpressRouteCircuitConnections *peerexpressroutecircuitconnections.PeerExpressRouteCircuitConnectionsClient
PrivateDnsZoneGroups *privatednszonegroups.PrivateDnsZoneGroupsClient
PrivateEndpoints *privateendpoints.PrivateEndpointsClient
PrivateLinkService *privatelinkservice.PrivateLinkServiceClient
PrivateLinkServices *privatelinkservices.PrivateLinkServicesClient
PublicIPAddresses *publicipaddresses.PublicIPAddressesClient
PublicIPPrefixes *publicipprefixes.PublicIPPrefixesClient
Expand Down Expand Up @@ -642,12 +640,6 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag
}
configureFunc(privateEndpointsClient.Client)

privateLinkServiceClient, err := privatelinkservice.NewPrivateLinkServiceClientWithBaseURI(sdkApi)
if err != nil {
return nil, fmt.Errorf("building PrivateLinkService client: %+v", err)
}
configureFunc(privateLinkServiceClient.Client)

privateLinkServicesClient, err := privatelinkservices.NewPrivateLinkServicesClientWithBaseURI(sdkApi)
if err != nil {
return nil, fmt.Errorf("building PrivateLinkServices client: %+v", err)
Expand Down Expand Up @@ -940,7 +932,6 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag
PeerExpressRouteCircuitConnections: peerExpressRouteCircuitConnectionsClient,
PrivateDnsZoneGroups: privateDnsZoneGroupsClient,
PrivateEndpoints: privateEndpointsClient,
PrivateLinkService: privateLinkServiceClient,
PrivateLinkServices: privateLinkServicesClient,
PublicIPAddresses: publicIPAddressesClient,
PublicIPPrefixes: publicIPPrefixesClient,
Expand Down
37 changes: 0 additions & 37 deletions resource-manager/network/2022-07-01/privatelinkservice/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions resource-manager/network/2022-07-01/privatelinkservice/client.go

This file was deleted.

Loading

0 comments on commit dfad2cd

Please sign in to comment.