Anthony Martin
Anthony Martin
@erreyi - please could you upload the file from the error (`/var/folders/cq/ph9fgfjd4wzgp_7vpqwl90gr0000gn/T/ms-azuretools.vscode-bicep-unresponsive.cpuprofile.txt`). If you don't want to share it publicly, feel free to email to me (antmarti at microsoft dot...
Thanks for reporting! I've also noticed that this is a pretty common pattern in the [quickstarts repo,](https://github.com/Azure/azure-quickstart-templates) so would be good to try and do something about it. It sounds...
It's very important to consider the impact to what-if and preflight here. I hypothesize that the 99% case is users wanting to output resources from a module whose identifying characteristic...
Did some experimentation on [this branch](https://github.com/Azure/bicep/tree/ant/experiment/diags_issue_link). It's possible to write a code action which opens a URL if invoked - this works pretty nicely and feels like a viable approach....
I've added a triage label so that we discuss this in our next issue triage
I've raised https://github.com/MicrosoftDocs/azure-docs/issues/65815 to update our ARM template JSON samples. As @bmoore-msft mentioned, this should light up once we have https://github.com/Azure/bicep/blob/main/docs/spec/resource-scopes.md#resource-scope-property implemented. I've created https://github.com/Azure/bicep/issues/870 to track this independently.
> Bicep version: 0.2.59 ([5b0314c](https://github.com/Azure/bicep/commit/5b0314c03c8040e86e5d1acef25a0b55b4a9210f)) > > Microsoft.EventHub/namespaces@2018-01-01-preview' says: > `Resource type "Microsoft.EventHub/namespaces@2018-01-01-preview" does not have types available.bicep(BCP081)` This is a result of https://github.com/Azure/azure-rest-api-specs/issues/12065 which I've just raised.
> "error":{"code":"InvalidTemplateDeployment","message":"The template deployment 'main' is not valid according to the validation procedure. The tracking id is 'd9064387-8ea6-4e9e-ad63-60cd18c2a1e0'. See inner errors for details.","details":[{"message":"Object reference not set to an instance of...
Adding reports for missing types from https://github.com/Azure/bicep-types-az/issues/28 to this issue (both look like instances of Azure/bicep#657): * Microsoft.Web/sites/config@2020-06-01 * Microsoft.Web/sites/siteextensions@2020-06-01
Support for #4691 (req for #4153) would allow for a syntax like: * `createObject(items, keyLambda)` - to create an object with keys selected by the lambda * `createObject(items, keyLambda, valueLambda)`...