Andrew Moreno

Results 4 issues of Andrew Moreno

In a previous issue ( #75 ) I started down the path of windows security, and as per suggestion in that thread I switched to secure cluster using certificates. I...

Receiving the following error when Pulumi determined various APIM Resources (specifically Products and Subscriptions) are identified for replacement: ```` azure-native:apimanagement:Product (apim-product:grm-signal-processing): error: autorest/azure: Service returned an error. Status=400 Code="ValidationError" Message="Product...

investigate
kind/bug

Currently every call to `ExecuteGremlin` or `ExecuteGremlinSingle` results in a new `GremlinClient` being created and disposed. This is a very expensive operation and in my use case where multiple gremlin...

I am in an enterprise environment and often am unable (especially during local development) to use `ConnectionMode.Direct` for Cosmos and have to use `ConnectionMode.Gateway` to get past firewall issues. Due...