terraform/vendor/github.com/Azure/azure-sdk-for-go/management
Tom Harvey df2875045d provider/azurerm: Upgrading to v10 of the Azure SDK (#14004)
provider/azurerm: Upgrading to v10.0.2 of the Azure SDK
2017-06-01 10:18:22 +01:00
..
affinitygroup provider/azurerm: Bump AzureRM SDK to v8.0.1-beta (#11866) 2017-02-23 18:14:55 +02:00
hostedservice Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
location Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
networksecuritygroup Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
osimage provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +01:00
sql provider/azurerm: Bump AzureRM SDK to v8.0.1-beta (#11866) 2017-02-23 18:14:55 +02:00
storageservice vendor: Recapture deps w/ latest godep 2016-02-10 10:45:16 -06:00
virtualmachine deps: Update Azure SDK for Go 2016-06-01 19:52:55 -05:00
virtualmachinedisk Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
virtualmachineimage vendor: Recapture deps w/ latest godep 2016-02-10 10:45:16 -06:00
virtualnetwork Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
vmutils provider/azurerm: Bump AzureRM SDK to v8.0.1-beta (#11866) 2017-02-23 18:14:55 +02:00
README.md provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
client.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00
errors.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
http.go provider/azurerm: update Azure SDK to 6.0 Beta (#9700) 2016-11-01 19:25:20 +00:00
operations.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
publishSettings.go provider/azurerm: Bump AzureRM SDK to v8.0.1-beta (#11866) 2017-02-23 18:14:55 +02:00
util.go provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +01:00
version.go provider/azurerm: Upgrading to v10 of the Azure SDK (#14004) 2017-06-01 10:18:22 +01:00

README.md

Azure Service Management packages for Go

The github.com/Azure/azure-sdk-for-go/management packages are used to perform operations using the Azure Service Management (ASM), aka classic deployment model. Read more about Azure Resource Manager vs. classic deployment. Packages for Azure Resource Manager are in the arm folder.

First a Sidenote: Authentication and the Azure Service Manager

The client currently supports authentication to the Service Management API with certificates or Azure .publishSettings file. You can download the .publishSettings file for your subscriptions here.