Commit 614981c
[Storage] Widen AccessPolicy.start/expiry alternateType scope to include python (#42857)
BlobStorage and QueueStorage AccessPolicy.start/expiry are encoded as rfc3339-fixed-width (sub-second precision). Python's emitter loses precision when these are kept as utcDateTime, just as JavaScript does. Widen the existing 'javascript' alternateType scope to 'javascript, python' so the Python SDK receives them as strings, matching the treatment already used in FileStorage.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0a38843 commit 614981c
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
174 | | - | |
| 173 | + | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments