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 and contributors.  All rights reserved.
15//
16// Licensed under the Apache License, Version 2.0 (the "License");
17// you may not use this file except in compliance with the License.
18// You may obtain a copy of the License at
19// http://www.apache.org/licenses/LICENSE-2.0
20//
21// Unless required by applicable law or agreed to in writing, software
22// distributed under the License is distributed on an "AS IS" BASIS,
23// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24//
25// See the License for the specific language governing permissions and
26// limitations under the License.
27