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

Auto PR: Regenerating the Go SDK (accca40c1a30e371abf9f7a2f72c07bead717432) #953

Merged
merged 1 commit into from
Apr 3, 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
9 changes: 0 additions & 9 deletions resource-manager/loadtestservice/2022-12-01/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,18 @@ package v2022_12_01
import (
"fmt"

"github.com/hashicorp/go-azure-sdk/resource-manager/loadtestservice/2022-12-01/loadtest"
"github.com/hashicorp/go-azure-sdk/resource-manager/loadtestservice/2022-12-01/loadtests"
"github.com/hashicorp/go-azure-sdk/resource-manager/loadtestservice/2022-12-01/quotas"
"github.com/hashicorp/go-azure-sdk/sdk/client/resourcemanager"
sdkEnv "github.com/hashicorp/go-azure-sdk/sdk/environments"
)

type Client struct {
LoadTest *loadtest.LoadTestClient
LoadTests *loadtests.LoadTestsClient
Quotas *quotas.QuotasClient
}

func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanager.Client)) (*Client, error) {
loadTestClient, err := loadtest.NewLoadTestClientWithBaseURI(sdkApi)
if err != nil {
return nil, fmt.Errorf("building LoadTest client: %+v", err)
}
configureFunc(loadTestClient.Client)

loadTestsClient, err := loadtests.NewLoadTestsClientWithBaseURI(sdkApi)
if err != nil {
return nil, fmt.Errorf("building LoadTests client: %+v", err)
Expand All @@ -39,7 +31,6 @@ func NewClientWithBaseURI(sdkApi sdkEnv.Api, configureFunc func(c *resourcemanag
configureFunc(quotasClient.Client)

return &Client{
LoadTest: loadTestClient,
LoadTests: loadTestsClient,
Quotas: quotasClient,
}, nil
Expand Down
37 changes: 0 additions & 37 deletions resource-manager/loadtestservice/2022-12-01/loadtest/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions resource-manager/loadtestservice/2022-12-01/loadtest/client.go

This file was deleted.

125 changes: 0 additions & 125 deletions resource-manager/loadtestservice/2022-12-01/loadtest/id_loadtest.go

This file was deleted.

Loading
Loading