mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
Address typing issues hidden by memoization.caching (#322)
This commit is contained in:
@ -41,7 +41,7 @@ def get_vm(name: str) -> Optional[VirtualMachine]:
|
||||
|
||||
def create_vm(
|
||||
name: str,
|
||||
location: str,
|
||||
location: Region,
|
||||
vm_sku: str,
|
||||
image: str,
|
||||
password: str,
|
||||
|
Reference in New Issue
Block a user