updated other arm/compute references to mcardosos

This commit is contained in:
Brandon Tosch 2017-03-01 15:56:47 -08:00
parent a3a2c38eeb
commit d1bca91cee
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,6 @@ import (
"net/http/httputil" "net/http/httputil"
"github.com/Azure/azure-sdk-for-go/arm/cdn" "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/containerregistry"
"github.com/Azure/azure-sdk-for-go/arm/containerservice" "github.com/Azure/azure-sdk-for-go/arm/containerservice"
"github.com/Azure/azure-sdk-for-go/arm/eventhub" "github.com/Azure/azure-sdk-for-go/arm/eventhub"
@ -25,6 +24,7 @@ import (
"github.com/Azure/go-autorest/autorest/azure" "github.com/Azure/go-autorest/autorest/azure"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
riviera "github.com/jen20/riviera/azure" 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 // ArmClient contains the handles to all the specific Azure Resource Manager

View File

@ -5,9 +5,9 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/jen20/riviera/azure" "github.com/jen20/riviera/azure"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
) )
func resourceArmAvailabilitySet() *schema.Resource { func resourceArmAvailabilitySet() *schema.Resource {

View File

@ -6,8 +6,8 @@ import (
"net/http" "net/http"
"reflect" "reflect"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
) )
func resourceArmVirtualMachineExtensions() *schema.Resource { func resourceArmVirtualMachineExtensions() *schema.Resource {

View File

@ -7,9 +7,9 @@ import (
"log" "log"
"net/http" "net/http"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/hashcode" "github.com/hashicorp/terraform/helper/hashcode"
"github.com/hashicorp/terraform/helper/schema" "github.com/hashicorp/terraform/helper/schema"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
) )
func resourceArmVirtualMachineScaleSet() *schema.Resource { func resourceArmVirtualMachineScaleSet() *schema.Resource {

View File

@ -6,10 +6,10 @@ import (
"strings" "strings"
"testing" "testing"
"github.com/Azure/azure-sdk-for-go/arm/compute"
"github.com/hashicorp/terraform/helper/acctest" "github.com/hashicorp/terraform/helper/acctest"
"github.com/hashicorp/terraform/helper/resource" "github.com/hashicorp/terraform/helper/resource"
"github.com/hashicorp/terraform/terraform" "github.com/hashicorp/terraform/terraform"
"github.com/mcardosos/azure-sdk-for-go/arm/compute"
) )
func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) { func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) {