prysm-pulse/vendor/github.com/Azure/azure-sdk-for-go
Raul Jordan da20785685 Merge branch 'master' into gitter-badge-1
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b]
Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
2018-01-13 17:31:28 -05:00
..
CHANGELOG.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
glide.lock Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
glide.yaml Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
LICENSE Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00
README.md Merge branch 'master' into gitter-badge-1 2018-01-13 17:31:28 -05:00

Microsoft Azure SDK for Go

This project provides various Go packages to perform operations on Microsoft Azure REST APIs.

GoDoc Build Status

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)

About ARM

Azure Service Management (ASM), aka classic deployment

About ASM

Azure Storage SDK for Go

About Storage

Installation

$ 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.