Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Weixinmpsdk | 7,982 | 110 | 63 | a day ago | 420 | July 16, 2023 | 199 | apache-2.0 | C# | |
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 7.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#. | ||||||||||
Azure Sdk For Net | 4,762 | 123 | 100 | 10 hours ago | 21 | May 06, 2021 | 1,686 | mit | C# | |
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net. | ||||||||||
Azure Sdk For Python | 3,822 | 424 | 358 | 10 hours ago | 33 | February 03, 2022 | 1,017 | mit | Python | |
This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python. | ||||||||||
Machinelearningnotebooks | 3,778 | 21 days ago | 374 | mit | Jupyter Notebook | |||||
Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft | ||||||||||
Baget | 2,396 | 14 | 3 days ago | 32 | September 23, 2021 | 261 | mit | C# | ||
A lightweight NuGet and symbol server | ||||||||||
Azure Sdk For Java | 1,997 | 42 | 71 | 10 hours ago | 87 | July 22, 2022 | 1,452 | mit | Java | |
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java. | ||||||||||
Azure Functions Host | 1,866 | 2 | 11 hours ago | 23 | January 03, 2017 | 1,395 | mit | C# | ||
The host/runtime that powers Azure Functions | ||||||||||
Azure Sdk For Js | 1,701 | 341 | 19 hours ago | 138 | August 23, 2023 | 1,279 | mit | TypeScript | ||
This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js. | ||||||||||
Azure Sdk For Go | 1,408 | 1,180 | 10 hours ago | 116 | September 07, 2023 | 384 | mit | Go | ||
This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at: | ||||||||||
Azure Kinect Sensor Sdk | 1,397 | 1 | 11 | a month ago | 26 | June 16, 2020 | 353 | mit | C++ | |
A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device. |
This repository is for active development of the Azure SDK for Go. For consumers of the SDK you can follow the links below to visit the documentation you are interested in
To get started with a module, see the README.md file located in the module's project folder. You can find these module folders grouped by service in the /sdk
directory.
NOTE: Go 1.18 or later is required. You could download and install the latest version of Go from here. It will replace the existing Go on your machine. If you want to install multiple Go versions on the same machine, you could refer this doc.
Each service can have both 'client' and 'management' modules. 'Client' modules are used to consume the service, whereas 'management' modules are used to configure and manage the service.
Our client modules follow the Azure Go SDK guidelines. These modules allow you to use, consume, and interact with existing resources, for example, uploading a blob. They also share a number of core functionalities including retries, logging, transport protocols, authentication protocols, etc. that can be found in the azcore module.
You can find the most up-to-date list of new modules on our latest page.
NOTE: If you need to ensure your code is ready for production use one of the stable, non-beta modules.
Similar to our client modules, the management modules follow the Azure Go SDK guidelines. All management modules are available at sdk/resourcemanager
. These modules provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity module, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
To get started, please follow the quickstart guide here. To see the benefits of migrating and how to migrate to the new modules, please visit the migration guide.
You can find the most up to date list of all of the new packages on our page
NOTE: If you need to ensure your code is ready for production use one of the stable, non-beta modules. Also, if you are experiencing authentication issues with the management modules after upgrading certain packages, it's possible that you upgraded to the new versions of SDK without changing the authentication code. Please refer to the migration guide for proper instructions.
More code samples for using the management modules for Go SDK can be found in the following locations
Note that the latest modules from Microsoft are grouped by service in the /sdk
directory. If you're using packages with prefix github.com/Azure/azure-sdk-for-go/services
, github.com/Azure/azure-sdk-for-go/storage
, github.com/Azure/azure-sdk-for-go/profiles
, please consider migrating to the latest modules. You can find a mapping table from these historical releases to their equivalent here.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
azure
and go
tags.See CONTRIBUTING.md.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.