Skip to content

Commit a92c152

Browse files
authored
Merge pull request #80 from release-engineering/fix_azure
Azure: Add missing alias for dateOffset
2 parents f5a129c + 849afd5 commit a92c152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudpub/models/ms_azure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class DeprecationSchedule(AttrsJSONDecodeMixin):
256256
"""The date for deprecation."""
257257

258258
date_offset: Optional[str] = field(
259-
validator=optional(instance_of(str)), metadata={"hide_unset": True}
259+
validator=optional(instance_of(str)), metadata={"hide_unset": True, "alias": "dateOffset"}
260260
)
261261
"""The date offset for deprecation."""
262262

0 commit comments

Comments
 (0)