Skip to content

Commit

Permalink
Relocate conversion overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Oct 2, 2023
1 parent 5b6e895 commit 7826bc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1api20210501storage
package storage

import (
v20230201s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201storage"
v20230201s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201/storage"
"github.com/Azure/azure-service-operator/v2/internal/util/to"
"github.com/Azure/azure-service-operator/v2/pkg/genruntime"
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

package v1api20210501storage_test
package storage_test

import (
"testing"

. "github.com/onsi/gomega"

v20210501 "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501"
v20210501s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501storage"
v20230201s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201storage"
v20210501s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20210501/storage"
v20230201s "github.com/Azure/azure-service-operator/v2/api/containerservice/v1api20230201/storage"
"github.com/Azure/azure-service-operator/v2/internal/util/to"
"github.com/Azure/azure-service-operator/v2/pkg/genruntime"
)
Expand Down

0 comments on commit 7826bc8

Please sign in to comment.