updated other arm/compute references to mcardosos
This commit is contained in:
parent
a3a2c38eeb
commit
d1bca91cee
|
@ -8,7 +8,6 @@ import (
|
|||
"net/http/httputil"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/arm/cdn"
|
||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||
"github.com/Azure/azure-sdk-for-go/arm/containerregistry"
|
||||
"github.com/Azure/azure-sdk-for-go/arm/containerservice"
|
||||
"github.com/Azure/azure-sdk-for-go/arm/eventhub"
|
||||
|
@ -25,6 +24,7 @@ import (
|
|||
"github.com/Azure/go-autorest/autorest/azure"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
riviera "github.com/jen20/riviera/azure"
|
||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||
)
|
||||
|
||||
// ArmClient contains the handles to all the specific Azure Resource Manager
|
||||
|
|
|
@ -5,9 +5,9 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/jen20/riviera/azure"
|
||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||
)
|
||||
|
||||
func resourceArmAvailabilitySet() *schema.Resource {
|
||||
|
|
|
@ -6,8 +6,8 @@ import (
|
|||
"net/http"
|
||||
"reflect"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||
)
|
||||
|
||||
func resourceArmVirtualMachineExtensions() *schema.Resource {
|
||||
|
|
|
@ -7,9 +7,9 @@ import (
|
|||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||
"github.com/hashicorp/terraform/helper/hashcode"
|
||||
"github.com/hashicorp/terraform/helper/schema"
|
||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||
)
|
||||
|
||||
func resourceArmVirtualMachineScaleSet() *schema.Resource {
|
||||
|
|
|
@ -6,10 +6,10 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||
"github.com/hashicorp/terraform/helper/acctest"
|
||||
"github.com/hashicorp/terraform/helper/resource"
|
||||
"github.com/hashicorp/terraform/terraform"
|
||||
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
|
||||
)
|
||||
|
||||
func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue