Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/dedibox/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ async def create_server(
) -> Service:
"""
Create a baremetal server.
Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService.
Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService.
:param offer_id: Offer ID of the new server.
:param server_option_ids: Server option IDs of the new server.
:param zone: Zone to target. If none is passed will use default zone from the config.
Expand Down
2 changes: 1 addition & 1 deletion scaleway-async/scaleway_async/search/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Resource:

updated_at: Optional[datetime] = None
"""
Last udpate date.
Last update date.
"""

global_: Optional[bool] = False
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/dedibox/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def create_server(
) -> Service:
"""
Create a baremetal server.
Create a new baremetal server. The order return you a service ID to follow the provisionning status you could call GetService.
Create a new baremetal server. The order return you a service ID to follow the provisioning status you could call GetService.
:param offer_id: Offer ID of the new server.
:param server_option_ids: Server option IDs of the new server.
:param zone: Zone to target. If none is passed will use default zone from the config.
Expand Down
2 changes: 1 addition & 1 deletion scaleway/scaleway/search/v1alpha1/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class Resource:

updated_at: Optional[datetime] = None
"""
Last udpate date.
Last update date.
"""

global_: Optional[bool] = False
Expand Down
Loading