This commit is contained in:
Hiram Fleitas 2024-03-03 11:34:20 -05:00 коммит произвёл GitHub
Родитель 969f0ebf0f
Коммит 14a886e180
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# dependencies
$null = [System.Reflection.Assembly]::LoadFrom('C:\kustotools\tools\net472\Kusto.Data.dll')
$null = [System.Reflection.Assembly]::LoadFrom('C:\kustotools\tools\net472\Kusto.Ingest.dll')
$null = [System.Reflection.Assembly]::LoadFrom('C:\kustotools\tools\net6.0\Kusto.Data.dll')
$null = [System.Reflection.Assembly]::LoadFrom('C:\kustotools\tools\net6.0\Kusto.Ingest.dll')
$uri = "https://kvc43f0ee6600e24ef2b0e.southcentralus.kusto.windows.net;Fed=True" #cluster URI, because we can stream directly to the engine nodes.
$db = "MyDatabase"