This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
Перейти к файлу
Heath Stewart 201aaae2c5
Remove all but core, identity (#1641)
* Remove all but core, identity

* Disable emulator tests
2024-04-18 15:29:01 -07:00
.github Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
.vscode Upgrade AzureauthCliCredential to latest TokenCredential trait and use TokenCache (#1575) 2024-01-16 10:06:53 -05:00
docs Rearrange mock transport support (#980) 2022-08-08 10:21:46 +02:00
eng Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
sdk Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
test/transactions Support user delegated sas urls (#1481) 2023-12-01 11:16:04 -05:00
.editorconfig Reorganize the repo to better match other SDKs (#209) 2021-04-07 11:24:15 +02:00
.gitattributes Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
.gitignore Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
CODE_OF_CONDUCT.md code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
Cargo.toml Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
FAQ.md update docs (#639) 2022-01-26 10:15:15 -06:00
HISTORY.md update docs (#639) 2022-01-26 10:15:15 -06:00
LICENSE code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
NOTICE.txt import autorust_openapi (#328) 2021-08-30 14:55:45 -07:00
README.md update docs (#639) 2022-01-26 10:15:15 -06:00
SECURITY.md code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
SUPPORT.md Add support doc (#180) 2021-02-23 09:27:02 +01:00
clippy.toml actively avoid panic at runtime in keyvault crate (#1312) 2023-06-27 14:14:43 -04:00
rust-toolchain.toml Fix build errors (#1613) 2024-02-20 15:58:55 -08:00

README.md

Azure SDK for Rust

This repository is for the development of the unofficial Azure SDK for Rust.

Crates

All Azure SDK for Rust crates are published on crates.io.

SDK

These SDK crates are available:

Services

Azure service crates generated from Azure REST API Specifications are available in services.

Status

🚨 WARNING 🚨: This project is under active development. Be aware that large breaking changes will happen before 1.0 is reached.

This project is the successor to the azure_sdk* crates from MindFlavor/AzureSDKForRust. The crates have been renamed, so those older crates should be considered fully deprecated. See history for more details.

Project Structure

Each supported Azure service is its own separate crate.

Building each crate should be as straight forward as cargo build, but check each crate's README for more specific information.

Mock testing framework

This library comes with a testing framework that executes against prerecorded sessions to quickly validate code changes without incurring in Azure costs. You can read more about it in the Mock testing framework's README.

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.opensource.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., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

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.