mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 11:58:09 +00:00
use installed azcopy if we can't use our own (#126)
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
from azure.cosmosdb.table.tableservice import TableService
|
||||
from azure.cosmosdb.table.models import Entity
|
||||
from azure.cosmosdb.table.tablebatch import TableBatch
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation.
|
||||
# Licensed under the MIT License.
|
||||
|
||||
import json
|
||||
from typing import Optional, Callable, Dict, List
|
||||
from typing import Callable, Dict, List
|
||||
|
||||
from azure.cosmosdb.table.tablebatch import TableBatch
|
||||
from azure.cosmosdb.table.tableservice import TableService
|
||||
|
||||
|
||||
def migrate_task_os(table_service: TableService) -> None:
|
||||
|
Reference in New Issue
Block a user