Azure / template-specs

MIT License
31 stars 4 forks source link

enhancement: incorrect error message for when a template is not available at the specific templateURI #50

Closed brwilkinson closed 2 years ago

brwilkinson commented 3 years ago

When using relativePath for a template on storage uri.

"templateLink": {
          "relativePath": "[variables('DeploymentInfoObject').OMS]",

Actual error

image

Preferred Error

"Template not found at specific URI."

Since the current error is misleading.