Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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-18578
- Loading branch information