Skip to content

Commit

Permalink
Batch data plane: switching to use tombuildsstuff/kermit / updating…
Browse files Browse the repository at this point in the history
… to API Version `2022-01-01.15.0` (#21234)
  • Loading branch information
tombuildsstuff authored Mar 31, 2023
1 parent d2258e2 commit 1b40a61
Show file tree
Hide file tree
Showing 19 changed files with 1,168 additions and 515 deletions.
2 changes: 1 addition & 1 deletion internal/services/batch/batch_job_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"time"

batchDataplane "github.com/Azure/azure-sdk-for-go/services/batch/2020-03-01.11.0/batch"
"github.com/Azure/go-autorest/autorest/date"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/batchaccount"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/pool"
Expand All @@ -15,6 +14,7 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/pluginsdk"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/utils"
batchDataplane "github.com/tombuildsstuff/kermit/sdk/batch/2022-01.15.0/batch"
)

type BatchJobResource struct{}
Expand Down
2 changes: 1 addition & 1 deletion internal/services/batch/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import (
"context"
"fmt"

batchDataplane "github.com/Azure/azure-sdk-for-go/services/batch/2020-03-01.11.0/batch"
"github.com/Azure/go-autorest/autorest"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/application"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/batchaccount"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/certificate"
"github.com/hashicorp/go-azure-sdk/resource-manager/batch/2022-01-01/pool"
"github.com/hashicorp/terraform-provider-azurerm/internal/common"
batchDataplane "github.com/tombuildsstuff/kermit/sdk/batch/2022-01.15.0/batch"
)

type Client struct {
Expand Down

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b40a61

Please sign in to comment.