Skip to content

Commit

Permalink
Merge pull request #80 from release-engineering/fix_azure
Browse files Browse the repository at this point in the history
Azure: Add missing alias for dateOffset
  • Loading branch information
JAVGan authored Dec 20, 2024
2 parents f5a129c + 849afd5 commit a92c152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpub/models/ms_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class DeprecationSchedule(AttrsJSONDecodeMixin):
"""The date for deprecation."""

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

Expand Down

0 comments on commit a92c152

Please sign in to comment.