terraform/vendor/github.com/Azure/azure-sdk-for-go/management
Peter McAtominey 565e8719db provider/azurerm: update Azure SDK to 6.0 Beta (#9700)
Fix keyvault KeyPermissions references
2016-11-01 19:25:20 +00:00
..
affinitygroup
hostedservice
location
networksecuritygroup
osimage provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +01:00
sql
storageservice
virtualmachine deps: Update Azure SDK for Go 2016-06-01 19:52:55 -05:00
virtualmachinedisk
virtualmachineimage
virtualnetwork
vmutils provier/azurerm: update Azure SDK to 3.2 Beta 2016-08-12 11:44:23 +01:00
README.md provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +01:00
client.go
errors.go
http.go provider/azurerm: update Azure SDK to 6.0 Beta (#9700) 2016-11-01 19:25:20 +00:00
operations.go
publishSettings.go deps: Update Azure SDK for Go 2016-06-01 19:52:55 -05:00
util.go provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +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.

Example: Creating a Linux Virtual Machine

Complete source code for this example can be found in example.go.To try this example, download your .publishSettings and add its path in the first line of the main function. Run the example with commands:

$ cd management/examples
$ go run example.go