JaccoDieleman

Results 6 comments of JaccoDieleman

This problem is already solved in the master branch. So we need to do one of the following: - Become a sponsor, so we get access to the nuget feed...

Is there any new on this one? I'm having the same problem. I turned on `LOGGING_LEVEL=DEBUG` to see what's happening. For *SYSTEM* scope notifications work and I see the following...

New information: suddenly I get portfolio notifications! Previously I did my tests by creating a dummy project. Nothing happens (shortly after or long after restart doesn't seem to matter). Now...

I never got any portfolio notifications until yesterday. No sure what triggered that: - We recentrly upgraded to the latest version + migrated to PostgreSQL - I configured SYSTEM scope...

@BernieWhite any update on this one? We're having exactly the same problem on a line like this one: ```bicep ... resource vnet 'Microsoft.Network/virtualNetworks@2023-02-01' existing = { scope: resourceGroup(vnetRgName) name: vnetName...

@BernieWhite Thanks a lot for your prompt reply! This solved the problem! 🥳 Besides, my bicep code is a bit more readable.