Commit 10d0a55
fix(http-client-python): make vendored streaming_base banner flavor-aware
The vendored _utils/streaming_base.py header hardcoded "vendored from
azure-core (azure.core.streaming)". For the unbranded flavor this leaked
the word "azure" into generated output, failing the unbranded
test_sensitive_word check. Reword the banner to reference
{{ code_model.core_library }}.streaming (azure.core.streaming for azure,
corehttp.streaming for unbranded), consistent with the flavor-aware
import just below it.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 51359cbf-bc53-429e-b947-8284a91d7d461 parent 8bb9994 commit 10d0a55
1 file changed
Lines changed: 5 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments