Greg Oliver
Greg Oliver
my settings.json has been working great for months. last time I used it was 16 days ago - about Nov 15, 2017. Now, when I click on the settings.json file...
My client has multiple ReceiverLinks to a bunch of event hub/partitions. After listening and getting 5 seconds of silence across all hubs (each incoming message resets a 5 second timeout),...
Different classes have the same events through inheritance, but the events show in the TOC with just the event name, so it appears to have a bunch of repetitions.
Steps to repro: 1. create a container registry in the portal 2. use this terraform script to attempt to plan/apply: ``` resource "azapi_resource" "example" { type = "Microsoft.ContainerRegistry/registries@2023-11-01-preview" name =...