restic/vendor/github.com/Azure/azure-sdk-for-go/services/classic/management
2018-03-30 11:42:11 +02:00
..
affinitygroup Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
hostedservice Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
location Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
networksecuritygroup Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
osimage Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
sql Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
storageservice Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
testutils Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
virtualmachine Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
virtualmachinedisk Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
virtualmachineimage Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
virtualnetwork Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
vmutils Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
client.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
errors_test.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
errors.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
http.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
operations.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
publishSettings.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
README.md Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00
util.go Update vendored library github.com/Azure/azure-sdk-for-go 2018-03-30 11:42:11 +02:00

Azure Service Management packages for Go

The github.com/Azure/azure-sdk-for-go/services/classic/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. Note that this package requires Go 1.7+ to build. This package is in mainteinance mode and will only receive bug fixes. It is recommended to migrate to Azure Resource Manager deployment model.

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.