b22c6b7a4e
Adds READMEs and enforces vendor is done at repository root Signed-off-by: Derek McGowan <derek@mcgstyle.net> |
||
---|---|---|
.. | ||
storage | ||
LICENSE | ||
README.md |
Microsoft Azure SDK for Go
This project provides various Go packages to perform operations on Microsoft Azure REST APIs.
NOTE: This repository is under heavy ongoing development and is likely to break over time. We currently do not have any releases yet. If you are planning to use the repository, please consider vendoring the packages in your project and update them when a stable tag is out.
Packages
Azure Resource Manager (ARM)
- analysisservices
- authorization
- batch
- cdn
- cognitiveservices
- commerce
- compute
- containerregistry
- containerservice
- datalake-analytics/account
- datalake-store/account
- devtestlabs
- dns
- documentdb
- eventhub
- intune
- iothub
- keyvault
- logic
- machinelearning/commitmentplans
- machinelearning/webservices
- mediaservices
- mobileengagement
- network
- notificationhubs
- powerbiembedded
- recoveryservices
- redis
- resources/features
- resources/links
- resources/locks
- resources/policy
- resources/resources
- resources/subscriptions
- scheduler
- search
- servermanagement
- servicebus
- sql
- storage
- trafficmanager
- web
Azure Service Management (ASM), aka classic deployment
- affinitygroup
- hostedservice
- location
- networksecuritygroup
- osimage
- sql
- storageservice
- virtualmachine
- virtualmachinedisk
- virtualmachineimage
- virtualnetwork
- vmutils
Azure Storage SDK for Go
Installation
-
Go get the SDK:
$ go get -d github.com/Azure/azure-sdk-for-go
IMPORTANT: We highly suggest vendoring Azure SDK for Go as a dependency. For vendoring dependencies, Azure SDK for Go uses glide. If you haven't already, install glide. Navigate to your project directory and install the dependencies.
$ cd your/project
$ glide create
$ glide install
Documentation
Read the Godoc of the repository at Godoc.org.
Contribute
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
License
This project is published under Apache 2.0 License.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.