Граф коммитов

11 Коммитов

Автор SHA1 Сообщение Дата
Larry Osterman 504d88806c
Added content to the readme for Rust Event Hubs (#1740)
* Added content to the readme for Rust Eventhubs - lost more to come

* Fixed readme.md inclusion

* Added content to the readme for Rust Eventhubs; added documentation for the Consumer module

* Added eventhubs to global cspell

* Cleaned up use of EventHubs service name (it's Event Hubs); moved StartPosition to consumer since it's a consumer construct, not a model construct; Cleaned up doccomments around the tree.
2024-08-06 16:53:49 -07:00
Heath Stewart a523ab295a
Refactor general implementation into TypeSpec crates (#1710)
* Refactor general implementation into TypeSpec crates

This is part of the unbranding work across languages. For now we have decided to brand around the "TypeSpec runtime" as some other Azure SDK languages have considered.

* Fix build

* Resolve CodeStyle check issue

* Export http_response_from_body from azure_core

* Fix lint, docs errors
2024-08-02 00:32:40 +00:00
Heath Stewart 9968664b53
Configure and fix spelling issues (#1730) 2024-08-01 17:11:48 -07:00
Heath Stewart acbe066e10
Return `Response<T>` from client methods (#1688)
* Define `Response<T>`

This doesn't actually work because object-safe traits can't have methods with type parameters, so refactoring is needed.

* Define separate `RawResponse`, `Response<T>`

* Fix code style check

* Fix wasm32-only code
2024-06-26 10:00:37 -07:00
Heath Stewart a80e97473d
Support hierarchical Context (#1684)
* Support hierarchical Context

Conceptually similar to Go, which was also similarly copied for C++. Instead of being hierarchical, however, which introduces complexity into `len`, `is_empty`, etc. - though we might only want those for testing by GA - this uses a `Cow` to copy the `HashMap` only when necessary.

Closes #1655

* Remove `remove`, keep `len` for tests only
2024-06-25 09:37:43 -07:00
Kyle Rader decf450b34
Upgrade AzureauthCliCredential to latest TokenCredential trait and use TokenCache (#1575) 2024-01-16 10:06:53 -05:00
Cameron Taggart d652316beb
update AutoRust errors & consumes content-type from operation (#796) 2022-06-13 11:02:19 -04:00
Ryan Levick 91a8936208
Turn on 'test_e2e' feature for rust-analyzer (#683) 2022-03-11 10:45:00 -08:00
Heath Stewart 1a8a3b90e8
Format on save (#282) 2021-06-04 10:32:57 -07:00
Heath Stewart 94fde5d4ee
Reorganize the repo to better match other SDKs (#209)
Also adds an .editorconfig for some consistent settings.
2021-04-07 11:24:15 +02:00
Cameron Taggart 4e66d2ad02
format with Better TOML (#45) 2020-10-16 15:55:18 +02:00