MHarutunian
MHarutunian
Using `sops_decrypt_file()` in a ternary seems to always attempt to connect to the respective Azure Key Vault, regardless of the conditional's outcome. Minimal example: ``` locals { filename = "input.enc.yml"...
**Describe the bug** The `operation-4xx-problem-details-rfc7807` rule reports properties `type` and `title` as missing when they are inherited using `allOf`. **To Reproduce** Steps to reproduce the behavior: 1. Given this `openapi.yaml`...
Hi, it seems that there is an error in the latest non-beta version (2.5.0), which has a runtime dependency to `@azure/functions-core` in [AzureFunctionsHook](https://github.com/microsoft/ApplicationInsights-node.js/blob/develop/AutoCollection/AzureFunctionsHook.ts#L22). This is breaking our build process, since...