Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -1421,8 +1421,7 @@ async def simulate_eviction(
instance_id: str,
**kwargs
) -> None:
"""The operation to simulate the eviction of spot virtual machine in a VM scale set. The eviction
will occur within 30 minutes of calling the API.
"""The operation to simulate the eviction of spot virtual machine in a VM scale set.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1925,8 +1925,7 @@ async def simulate_eviction(
vm_name: str,
**kwargs
) -> None:
"""The operation to simulate the eviction of spot virtual machine. The eviction will occur within
30 minutes of calling the API.
"""The operation to simulate the eviction of spot virtual machine.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1450,8 +1450,7 @@ def simulate_eviction(
**kwargs # type: Any
):
# type: (...) -> None
"""The operation to simulate the eviction of spot virtual machine in a VM scale set. The eviction
will occur within 30 minutes of calling the API.
"""The operation to simulate the eviction of spot virtual machine in a VM scale set.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1964,8 +1964,7 @@ def simulate_eviction(
**kwargs # type: Any
):
# type: (...) -> None
"""The operation to simulate the eviction of spot virtual machine. The eviction will occur within
30 minutes of calling the API.
"""The operation to simulate the eviction of spot virtual machine.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down