You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you open an issue, please check if a similar issue already exists or has been closed before.
You can also find details on Troubleshooting Common Issues. You can use these tools to help gather additional logs and details to include in your issue.
⚠️ Please DO NOT include confidential information in your issue on GitHub. ⚠️
Bug Details
Describe the bug
A clear and concise description of what the bug is.
Steps To Reproduce
...If you run the make deploy it will produce the errors
Before you open an issue, please check if a similar issue already exists or has been closed before.
You can also find details on Troubleshooting Common Issues. You can use these tools to help gather additional logs and details to include in your issue.
Bug Details
Describe the bug
A clear and concise description of what the bug is.
Steps To Reproduce
What is the expected behavior?
[{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/bing_search/bing.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/kv_secret/kv_secret.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/network/vnet_w_ddos.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/network/vnet.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/network/vnet.template.json",
"owner": "azurerm-tools-expressions",
"severity": 4,
"message": "The parameter 'ddos_plan_id' is never used.",
"source": "arm-template (expressions)",
"startLineNumber": 14,
"startColumn": 9,
"endLineNumber": 14,
"endColumn": 23,
"tags": [
1
]
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_container/container.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_container/container.template.json",
"owner": "azurerm-tools-expressions",
"severity": 4,
"message": "The parameter 'location' is never used.",
"source": "arm-template (expressions)",
"startLineNumber": 8,
"startColumn": 9,
"endLineNumber": 8,
"endColumn": 19,
"tags": [
1
]
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_container/container.template.json",
"owner": "azurerm-tools-expressions",
"severity": 4,
"message": "The parameter 'publicNetworkAccess' is never used.",
"source": "arm-template (expressions)",
"startLineNumber": 14,
"startColumn": 9,
"endLineNumber": 14,
"endColumn": 30,
"tags": [
1
]
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_queue/queue.template.json",
"owner": "ARM Template Language Server diagnostics",
"severity": 4,
"message": "Unknown schema: ${arm_template_schema_mgmt_api}/schemas/2015-01-01/deploymentTemplate.json#",
"source": "arm-template (schema)",
"startLineNumber": 2,
"startColumn": 16,
"endLineNumber": 2,
"endColumn": 93
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_queue/queue.template.json",
"owner": "azurerm-tools-expressions",
"severity": 4,
"message": "The parameter 'location' is never used.",
"source": "arm-template (expressions)",
"startLineNumber": 8,
"startColumn": 9,
"endLineNumber": 8,
"endColumn": 19,
"tags": [
1
]
},{
"resource": "/workspaces/Knowledge-Assistant/infra/arm_templates/storage_queue/queue.template.json",
"owner": "azurerm-tools-expressions",
"severity": 4,
"message": "The parameter 'publicNetworkAccess' is never used.",
"source": "arm-template (expressions)",
"startLineNumber": 14,
"startColumn": 9,
"endLineNumber": 14,
"endColumn": 30,
"tags": [
1
]
}]
Screenshots
If applicable, add screenshots to help explain your problem.
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
Additional context
Add any other context about the problem here.
If the bug is confirmed, would you be willing to submit a PR?
The text was updated successfully, but these errors were encountered: