This is the Azure SDK parent repository and mostly contains documentation around guidelines and policies as well as the releases for the various languages supported by the Azure SDK.
Перейти к файлу
Wes Haggard 6ac34987ec
Remove Ink Recognizer (#1969)
Ink Recognizer links no longer exists on azure and the docs also call out that it is being retired https://docs.microsoft.com/en-us/azure/cognitive-services/ink-recognizer/.
2020-10-27 10:16:03 -07:00
.devcontainer Improvements to the devcontainer (#1738) 2020-08-31 12:13:22 -07:00
.github Added kinelski as a code owner for releases (#1638) 2020-08-07 15:34:00 -07:00
.vscode Improvements to the devcontainer (#1738) 2020-08-31 12:13:22 -07:00
_data Update package index with latest published versions (#1967) 2020-10-27 08:46:28 -07:00
_includes Deep links broken (#1966) 2020-10-25 19:42:07 -07:00
_layouts Redirect blog posts to DevBlogs (#1456) 2020-08-08 09:03:55 -07:00
_posts Revert "Draft post for EngSys 2020-08-11 (#1602)" (#1641) 2020-08-10 10:41:57 +10:00
azuresdkspecs (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00
css Adding Search functionality (#1955) 2020-10-22 10:47:29 -07:00
docs Remove Ink Recognizer (#1969) 2020-10-27 10:16:03 -07:00
eng Update C and C++ release notes (#1926) 2020-10-14 10:34:39 -07:00
fonts (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00
images Adding Search functionality (#1955) 2020-10-22 10:47:29 -07:00
js Adding Search functionality (#1955) 2020-10-22 10:47:29 -07:00
releases Add Release Notes for October Management Library Releases (#1813) 2020-10-24 11:35:50 +08:00
.gitattributes Improvements to the devcontainer (#1738) 2020-08-31 12:13:22 -07:00
.gitignore (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00
CONTRIBUTING.md Improvements to the devcontainer (#1738) 2020-08-31 12:13:22 -07:00
Gemfile Update activesupport version (#1680) 2020-08-14 08:05:20 -07:00
Gemfile.lock Update activesupport version (#1680) 2020-08-14 08:05:20 -07:00
LICENSE Initial commit 2018-11-08 14:03:45 -08:00
README.md Add links to the C and C++ documentation (#1927) 2020-10-16 15:10:30 -07:00
_config.yml Adding Search functionality (#1955) 2020-10-22 10:47:29 -07:00
feed.xml (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00
index.md Remove blog posts. Landing now has releases. (#1630) 2020-08-06 15:54:11 -07:00
search.json (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00
sitemap.xml (#512) Implementation of Jekyll site (#537) 2019-08-05 07:36:50 -07:00

README.md

Azure SDK

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.

Language Design Guidelines Packages Repo Documentation
General General Design Guidelines azure-sdk Repository Official Azure Documentation
Android Design Guidelines for Android (Draft) azure-sdk-for-android Repository Coming Soon
C# /.NET Design Guidelines for .NET .NET Packages azure-sdk-for-net Repository .NET Documentation
Go Design Guidelines for Go (Draft) azure-sdk-for-go Repository Go Documentation
C Design Guidelines for C99 (Draft) azure-sdk-for-c Repository C Documentation
C++ Design Guidelines for C++ (Draft) azure-sdk-for-cpp Repository C++ Documentation
iOS Design Guidelines for iOS (Draft) azure-sdk-for-ios Repository Coming Soon
Java Design Guidelines for Java Java Packages azure-sdk-for-java Repository Java Documentation
JavaScript Design Guidelines for TypeScript JavaScript Packages azure-sdk-for-js Repository JavaScript Documentation
Python Design Guidelines for Python Python Packages azure-sdk-for-python Repository Python Documentation

Service teams should schedule reviews of their client libraries with the ADP Review Board. See the Review Process for more information.

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
    • A Maven package for a Java library
    • An npm package for a JavaScript library
    • A Python wheel for a Python library

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.

Please see our contributing guide 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.

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.

Internal azure-sdk DevOps Wiki

Github.io linkchecker