False positive for template validations with extendedLocation property
See original GitHub issue{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"functions": [],
"variables": {},
"resources": [
{
"name": "publicIPAddress1",
"type": "Microsoft.Network/publicIPAddresses",
"apiVersion": "2020-11-01",
"location": "[resourceGroup().location]",
"tags": {
"displayName": "publicIPAddress1"
},
"extendedLocation": {
"name": "abc",
"type": "EdgeZone"
},
"properties": {
"publicIPAllocationMethod": "Dynamic",
"dnsSettings": {
"domainNameLabel": "dnsname1"
}
}
}
],
"outputs": {}
}
Template validation error:
Template validation failed: Could not find member 'extendedLocation' on object of type 'TemplateResource'. Path 'resources[0].extendedLocation', line 16, position 31.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Resolve template validation or template format errors in ... - AWS
Confirm that resource logical IDs and parameters are defined in your template. In the following JSON and YAML templates, test is referenced for ......
Read more >azure-native.storage.StorageAccount - Pulumi
Documentation for the azure-native.storage.StorageAccount resource with examples, input properties, output properties, lookup functions, and supporting ...
Read more >Chapter 11. Validating forms - Angular Development with ...
We'll start exploring built-in validators by using a reactive form and then move to a template-driven one. Get Angular Development with Typescript, Second ......
Read more >User Guide for Cisco Security Manager 4.23 - Viewing Events [Cisco ...
Frequently, event action filters are a better way of dealing with false positives than editing the actual signature. For more information, see Tips...
Read more >Invalid template errors - Azure Resource Manager
Describes how to resolve invalid template errors when deploying Bicep ... Code=InvalidTemplate Message=Deployment template validation failed.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

We need upvotes from anyone who’s affected by this in order to push getting this fixed.
@alex-frankel it’s may be unrelated to this, could ignore