Commit 849afd5
committed
Azure: Add missing alias for dateOffset
This commit adds a missing alias for the `date_offset` property on
`DeprecationSchedule`. Without this alias the class was unable to
properly parse the value from JSON, which may cause the following error
when senting the request to configure:
```
'badRequest', 'message': "The deprecation schedule for image 'X.Y.|' of type 'ARCH' is already published and can not be changed in draft."
```
Refers to SPMM-185781 parent f5a129c commit 849afd5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments