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.

expressionEvaluationOptions is not in completion list for nested template properties

See original GitHub issue
  1. Use this template:
{
    "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
    "contentVersion": "1.0.0.0",
    "parameters": {
    },
    "resources": [
        {
            "type": "Microsoft.Resources/deployments",
            "apiVersion": "2019-10-01",
            "name": "nestedTemplate1",
            "properties": {

            }
        }
    ]
}
  1. Put cursor inside properties and hit CTRL+SPACE !) completion list should include expressionEvaluationOptions but doesn’t image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
filiztcommented, Jan 4, 2021

Right, the Resource Manager API version 2020-06-01 supports expressionEvaluationOptions property. Looks like the changes are reflected in the VS Code extension now. PR link for reference: https://github.com/Azure/azure-rest-api-specs/pull/11174/files

0reactions
MarcusFellingcommented, Jan 11, 2021

That makes sense, the api’s should be backwards compatible. Good to close @StephenWeatherford?

Read more comments on GitHub >

github_iconTop Results From Across the Web

expressionEvaluationOptions property missing from 2019-10 ...
expressionEvaluationOptions is not in completion list for nested template properties microsoft/vscode-azurearmtools#714.
Read more >
How to link resources in a nested ARM template?
This is my template so far. Both the dependsOn and subnets.properties.id links are not working. { "$schema": "https://schema ...
Read more >
ExpressionEvaluationOptions interface - Microsoft Learn
Specifies whether template expressions are evaluated within the scope of the parent template or nested template. In this article. Properties; Property ...
Read more >
Learn Modules In Azure Bicep - Basics To Advanced, How It ...
In general, Bicep language is the future of ARM templates in Azure. ... then nested template's resources are treated as in complete mode, ......
Read more >
ARM Templates Modularization using Nested and Linked ...
Modularization of ARM templates is one of the key concepts for delivering reusable and easy to maintain components for your application ...
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