Skip to content

Commit 28cf840

Browse files
authored
Fixed an errant quote in the CHANGELOG.md files (Azure#3167)
See PR comments from Azure/azure-sdk#9252. I'll fix those manually.
1 parent ff01b09 commit 28cf840

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/core/azure_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
- Removed several unreferenced HTTP headers and accessor structures for those headers.
6262
- Renamed `TransportOptions::new_custom_policy()` to `Transport::with_policy()`.
6363
- Renamed `TransportOptions` to `Transport`.
64-
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)"
64+
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)
6565
- Renamed `Error::full()` to `Error::with_error()`.
6666
- Renamed `Error::with_message()` to `Error::with_message_fn()`.
6767
- Renamed `Error::message()` to `Error::with_message()`.

sdk/typespec/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- Changed `RawResponse::xml()` from `async` to a sync function. The body was already buffered.
3434
- Moved `AsHeaders`, `FromHeaders`, `Header`, `Headers`, `HeaderName`, and `HeaderValue` to `http::headers` module to align with `typespec_client_core`.
3535
- Removed `ErrorKind::http_response()`. Construct an `ErrorResponse::HttpResponse` variant instead.
36-
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)"
36+
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)
3737
- Renamed `Error::full()` to `Error::with_error()`.
3838
- Renamed `Error::with_message()` to `Error::with_message_fn()`.
3939
- Renamed `Error::message()` to `Error::with_message()`.

sdk/typespec/typespec_client_core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
- Removed implementation of `Stream` for `ResponseBody`.
5353
- Renamed `TransportOptions::new_custom_policy()` to `Transport::with_policy()`.
5454
- Renamed `TransportOptions` to `Transport`.
55-
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)"
55+
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)
5656
- Renamed `Error::full()` to `Error::with_error()`.
5757
- Renamed `Error::with_message()` to `Error::with_message_fn()`.
5858
- Renamed `Error::message()` to `Error::with_message()`.

sdk/typespec/typespec_macros/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### Breaking Changes
2626

27-
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)"
27+
- Renamed a number of construction functions for `Error` to align with [guidelines](https://azure.github.io/azure-sdk/rust_introduction.html)
2828
- Renamed `Error::full()` to `Error::with_error()`.
2929
- Renamed `Error::with_message()` to `Error::with_message_fn()`.
3030
- Renamed `Error::message()` to `Error::with_message()`.

0 commit comments

Comments
 (0)