Commit 36c4100
committed
fix: Restore correct Azure Service Bus and data URI formats
- Azure Service Bus connection strings must not have spaces after semicolons
- Data URI format must follow RFC 2397 without spaces (data:mimetype;base64,data)
- yapf formatting was breaking these protocol requirements
- Restored working versions from cd7d886 before yapf formatting broke them
Fixes test-live failures caused by malformed connection strings1 parent 897ecd3 commit 36c4100
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments