Jesse Wellenberg

Results 8 comments of Jesse Wellenberg

Maybe we can avoid using the Cosmos client SDK (at least for now) by using the REST API (see: https://docs.microsoft.com/en-us/rest/api/cosmos-db/querying-cosmosdb-resources-using-the-rest-api). Would this cover the usecase? Would love to try my...

@HofmeisterAn I opened a Draft PR #549 with some progress, managed to get it up and running and create a database in the container at least. I havn't done any...

> Found this which has some good examples of constructing the web requests to call CosmosDB directly which could aid with not using the cosmos client - https://github.com/Azure-Samples/cosmos-db-rest-samples/blob/main/Program.cs Good stuff,...

Thanks for the thourough review! Will get back to this later this week hopefully.

Still WIP but improved a bit to model it after the recent work on the Azurite container. I came to the conclusion that it's kinda nuts to implement the client...

> @Yeseh You are not connecting the output consumer. Add: .WithOutputConsumer(configuration.OutputConsumer). Also add a this.OutputConsumer = Consume.RedirectStdoutAndStderrToStream(new MemoryStream(), new MemoryStream()); > > If you want I can help out with...

@ktjn Thanks a lot! Definitely agree on the mongo part. Think the best route is a separate testcontainer altogether, because of all the differences. What do you think?

> We don't have much of an update on ARM yet, we're going deeper into use-cases with Terraform, e.g. the recent [tagging policies feature](https://www.infracost.io/docs/infracost_cloud/tagging_policies/). > > See [this thread](https://community-chat.infracost.io/t/9030968/u04mt3afggy-just-following-up-from-https-infracost-community#d62d635f-d8d6-49de-a4ed-e3177dec1093) for...