question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unrecognized function name 'listCallbackUrl'.

See original GitHub issue

I’m using listCallbackUrl in one of our ARM templates. It is working fine but I get the warning “Unrecognized function name ‘listCallbackUrl’.” in VS Code.

I figured out that listCallbackUrl works a bit different compared to the listKeys and listSecrets methods. The latter two are “built in” and available, whereas the first one depends on the resource. To figure out which ones are available you can “View the REST API operations… or Use the Get-AzureRmProviderOperation PowerShell cmdlet … or Use the following Azure CLI command”

Is it possible to add listCallbackUrl as a valid function?

Should I create a PR where this function is added to ExpressionMetadata.json?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ejizbacommented, May 10, 2018

FYI @DonKarlssonSan we just released an update that includes this fix

0reactions
StephenWeatherfordcommented, Apr 19, 2018

Okay, makes sense.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio 2022 Unrecognized function name ...
I am working with ARM Templates in a Visual Studio project and each time I use a function, I got an error of...
Read more >
ARM template does not identify policy function - Microsoft Q&A
When trying to deploy policy definitions using New-AzSubscriptionDeployment, it doesn't recognize the built-in policy functions.
Read more >
Resolve Error: Undefined Function or Variable - MathWorks
For example, this command fails because it includes an uppercase letter in the function name: accumArray. Undefined function or variable 'accumArray'.
Read more >
InputError: Unrecognized function name "main" - Google Groups
Wondering what this error means: InputError: Unrecognized function name "main". Just trying to run this example script: ...
Read more >
EXPLAINED: Unrecognized Function or Variable in MATLAB
Here's a quick video explaining the super common error ' unrecognized function or variable' in MATLAB. Most MATLAB users understand variable ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found