verify that the database name exists (#77)
This commit is contained in:
Родитель
c59f45cbaa
Коммит
94a28732ba
|
@ -37,6 +37,8 @@ namespace Microsoft.DataTransfer.DocumentDb.Client
|
|||
using (var client = new DocumentClient(new Uri(parsed.AccountEndpoint), parsed.AccountKey, connectionPolicy))
|
||||
{
|
||||
await client.OpenAsync();
|
||||
await client.ReadDatabaseAsync(
|
||||
UriFactory.CreateDatabaseUri(parsed.Database));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче