Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/core/Azure.Core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The main shared concepts of Azure.Core (and so Azure SDK libraries using Azure.C
- Configuring service clients, e.g. configuring retries, logging.
- Accessing HTTP response details.
- Calling long running operations (LROs).
- Paging and asynchronous streams (```IAsyncEnumerable<T>``)
- Paging and asynchronous streams (```IAsyncEnumerable<T>```)
- Exceptions for reporting errors from service requests in a consistent fashion.
- Abstractions for representing Azure SDK credentials.

Expand Down Expand Up @@ -106,7 +106,7 @@ Coming soon ...
### Consuming Service Methods Returning ```IAsyncEnumerable<T>```
Coming soon ...

### Consuming Long Running Operations Using ```OperationT<T>```
### Consuming Long Running Operations Using ```Operation<T>```
Comming soon ...

### Mocking
Expand Down