mirror of https://github.com/restic/restic.git
61cb1cc6f8
This includes github.com/kurin/blazer 0.2.0, which resolves #1291 |
||
---|---|---|
.. | ||
affinitygroup | ||
hostedservice | ||
location | ||
networksecuritygroup | ||
osimage | ||
sql | ||
storageservice | ||
testutils | ||
virtualmachine | ||
virtualmachinedisk | ||
virtualmachineimage | ||
virtualnetwork | ||
vmutils | ||
README.md | ||
client.go | ||
errors.go | ||
errors_test.go | ||
http.go | ||
operations.go | ||
publishSettings.go | ||
util.go | ||
version.go |
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.
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.