Skip to content

Commit 5d9b53a

Browse files
chore(tem): handle deprecated_optional fields (#1684)
Co-authored-by: Mia-Cross <lmarabese@scaleway.com>
1 parent 631d204 commit 5d9b53a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • scaleway-async/scaleway_async/tem/v1alpha1
  • scaleway/scaleway/tem/v1alpha1

scaleway-async/scaleway_async/tem/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ class CreateDomainRequest:
10661066
ID of the project to which the domain belongs.
10671067
"""
10681068

1069-
accept_tos: Optional[bool] = False
1069+
accept_tos: Optional[bool] = None
10701070
"""
10711071
Deprecated. Accept Scaleway's Terms of Service.
10721072
"""

scaleway/scaleway/tem/v1alpha1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ class CreateDomainRequest:
10661066
ID of the project to which the domain belongs.
10671067
"""
10681068

1069-
accept_tos: Optional[bool] = False
1069+
accept_tos: Optional[bool] = None
10701070
"""
10711071
Deprecated. Accept Scaleway's Terms of Service.
10721072
"""

0 commit comments

Comments
 (0)