1/*
2Package sdk provides Go packages for managing and using Azure services.
3
4GitHub repo: https://github.com/Azure/azure-sdk-for-go
5
6Official documentation: https://docs.microsoft.com/azure/go
7
8API reference: https://godoc.org/github.com/Azure/azure-sdk-for-go
9
10Samples: https://github.com/Azure-Samples/azure-sdk-for-go-samples
11*/
12package sdk
13
14// Copyright (c) Microsoft Corporation. All rights reserved.
15// Licensed under the MIT License. See License.txt in the project root for license information.
16