azure-sdk/README.md

93 строки
7.7 KiB
Markdown
Исходник Обычный вид История

2018-10-08 20:49:20 +03:00
# Azure SDK
2019-04-08 17:42:33 +03:00
The Azure SDK delivers a platform for developers to leverage the wide variety of Azure services in their language of choice. The source for the client libraries exists for the most part in repositories for each language. This repository is meant to be a jumping off point into those language specific repositories. Issues related to a specific language should be opened in the corresponding repository but cross cutting issues can be opened in this repository.
2018-10-08 20:49:20 +03:00
2019-12-06 20:33:53 +03:00
| Language | Design Guidelines | Packages | Repo | Documentation |
|:------------|:-------------------------------------------:|:--------------------:|:--------------------------------:|:--------------------------------:|
| General |[General Design Guidelines] | |[azure-sdk Repository] | [Official Azure Documentation] |
| Android |[Design Guidelines for Android] (Draft) |[Android Packages] |[azure-sdk-for-android Repository]| Coming Soon |
2019-12-06 20:33:53 +03:00
| C# /.NET |[Design Guidelines for .NET] |[.NET Packages] |[azure-sdk-for-net Repository] | [.NET Documentation] |
| Go |[Design Guidelines for Go] (Draft) |[Go Packages] |[azure-sdk-for-go Repository] | [Go Documentation] |
| C |[Design Guidelines for C99] (Draft) |[C Packages] |[azure-sdk-for-c Repository] | [C Documentation] |
| C++ |[Design Guidelines for C++] (Draft) |[C++ Packages] |[azure-sdk-for-cpp Repository] | [C++ Documentation] |
| iOS |[Design Guidelines for iOS] (Draft) |[iOS Packages] |[azure-sdk-for-ios Repository] | Coming Soon |
2019-12-06 20:33:53 +03:00
| Java |[Design Guidelines for Java] |[Java Packages] |[azure-sdk-for-java Repository] | [Java Documentation] |
2020-01-23 01:10:32 +03:00
| JavaScript |[Design Guidelines for TypeScript] |[JavaScript Packages] |[azure-sdk-for-js Repository] | [JavaScript Documentation] |
2019-12-06 20:33:53 +03:00
| Python |[Design Guidelines for Python] |[Python Packages] |[azure-sdk-for-python Repository] | [Python Documentation] |
2021-10-04 20:31:51 +03:00
Service teams should schedule reviews of their client libraries with the Azure SDK Architecture Board. See the [Review Process][revproc] for more information.
2018-10-08 20:49:20 +03:00
2019-04-08 17:42:33 +03:00
## Terminology
- **SDK**: Software Development Kit. This refers to the entire Azure SDK for a single language, itself broken up into numerous Azure SDK _Client Libraries_ (as defined below).
- **Client Library**. This refers to a library (and associated tools, documentation, and samples) that customers/developers use to ease working with an Azure service. There is often one client library per service and per programming language. Sometimes a single client library will contain the ability to connect to multiple services. Each client library is published separately to the appropriate language-specific package repository. These releases are performed exclusively by the Azure SDK engineering systems team. Customers/Developers consume and use each client library separately as necessary to solve their use case.
- **Package**. This refers to a client library after it has been packaged for distribution for customer-developers to consume. Examples are:
- A NuGet package for a .NET client library
2019-04-08 17:42:33 +03:00
- A Maven package for a Java library
- An npm package for a JavaScript library
2019-04-08 17:42:33 +03:00
- A Python wheel for a Python library
2018-10-08 20:49:20 +03:00
# Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
2020-05-16 22:07:34 +03:00
Please see our [contributing guide](CONTRIBUTING.md) for complete instructions on how you can contribute to the Azure SDK. For instructions on how to contribute to each individual SDK, please check the CONTRIBUTING.md in each language repo.
2018-10-08 20:49:20 +03:00
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
2019-01-31 19:44:33 +03:00
[Internal azure-sdk DevOps Wiki](https://aka.ms/azure-sdk-devops-wiki)
[![Github.io linkchecker](https://img.shields.io/azure-devops/build/azure-sdk/internal/1620?label=github.io%20linkchecker)](https://dev.azure.com/azure-sdk/internal/_build/latest?definitionId=1620&branchName=master)
2020-03-21 02:12:22 +03:00
[General Design Guidelines]: https://azure.github.io/azure-sdk/general_introduction.html
[Design Guidelines for Android]: https://azure.github.io/azure-sdk/android_design.html
[Design Guidelines for .NET]: https://azure.github.io/azure-sdk/dotnet_introduction.html
[Design Guidelines for Go]: https://azure.github.io/azure-sdk/golang_introduction.html
[Design Guidelines for C99]: https://azure.github.io/azure-sdk/clang_design.html
2020-04-03 21:25:46 +03:00
[Design Guidelines for C++]: https://azure.github.io/azure-sdk/cpp_introduction.html
[Design Guidelines for iOS]: https://azure.github.io/azure-sdk/ios_introduction.html
[Design Guidelines for Java]: https://azure.github.io/azure-sdk/java_introduction.html
[Design Guidelines for TypeScript]: https://azure.github.io/azure-sdk/typescript_introduction.html
[Design Guidelines for Python]: https://azure.github.io/azure-sdk/python_design.html
[revproc]: https://azure.github.io/azure-sdk/policies_reviewprocess.html
[azure-sdk Repository]: https://github.com/Azure/azure-sdk
[azure-sdk-for-android Repository]: https://github.com/Azure/azure-sdk-for-android
[azure-sdk-for-net Repository]: https://github.com/Azure/azure-sdk-for-net
[azure-sdk-for-go Repository]: https://github.com/Azure/azure-sdk-for-go
2019-12-04 21:43:01 +03:00
[azure-sdk-for-c Repository]: https://github.com/Azure/azure-sdk-for-c
[azure-sdk-for-cpp Repository]: https://github.com/Azure/azure-sdk-for-cpp
[azure-sdk-for-ios Repository]: https://github.com/Azure/azure-sdk-for-ios
[azure-sdk-for-java Repository]: https://github.com/Azure/azure-sdk-for-java
[azure-sdk-for-js Repository]: https://github.com/Azure/azure-sdk-for-js
[azure-sdk-for-python Repository]: https://github.com/Azure/azure-sdk-for-python
[Official Azure Documentation]: http://aka.ms/azure-sdk-docs
[.NET Documentation]: http://aka.ms/net-docs
[Go Documentation]: http://aka.ms/go-docs
[Java Documentation]: http://aka.ms/java-docs
[JavaScript Documentation]: http://aka.ms/js-docs
[Python Documentation]: https://aka.ms/python-docs
[C Documentation]: https://aka.ms/c-docs
[C++ Documentation]: https://aka.ms/cpp-docs
2019-12-06 20:33:53 +03:00
[.NET Packages]: https://azure.github.io/azure-sdk/releases/latest/dotnet.html
[Java Packages]: https://azure.github.io/azure-sdk/releases/latest/java.html
[JavaScript Packages]: https://azure.github.io/azure-sdk/releases/latest/js.html
2019-12-06 20:33:53 +03:00
[Python Packages]: https://azure.github.io/azure-sdk/releases/latest/python.html
[C Packages]: https://azure.github.io/azure-sdk/releases/latest/c.html
[C++ Packages]: https://azure.github.io/azure-sdk/releases/latest/cpp.html
[Android Packages]: https://azure.github.io/azure-sdk/releases/latest/android.html
[iOS Packages]: https://azure.github.io/azure-sdk/releases/latest/ios.html
[Go Packages]: https://azure.github.io/azure-sdk/releases/latest/go.html