-
Notifications
You must be signed in to change notification settings - Fork 166
Open
Labels
bugSomething isn't workingSomething isn't workingresource-providerissue with resource schema for pulled resourcesissue with resource schema for pulled resources
Description
Describe the bug
When exporting a resource through AzOps, the template validation fails because the name of the parent resource is not included in the name property.
This bug applies to the following types:
"type": "Microsoft.Network/privateDnsZones/virtualNetworkLinks",
"type": "Microsoft.Sql/servers/databases",
"type": "Microsoft.Cdn/profiles/endpoints",
"type": "Microsoft.Network/dnsResolvers/inboundEndpoints",
Wrong JSON
"type": "Microsoft.Sql/servers/databases",
"name": "databasename",Correct JSON
"type": "Microsoft.Sql/servers/databases",
"name": "sqlservername/databasename",Steps to reproduce
- Pull Azure environment with AzOps
- Validate pulled resource templates
- Error appears in the name property of the JSON file
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingresource-providerissue with resource schema for pulled resourcesissue with resource schema for pulled resources

