Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Arm Template Deployment Errors #926

Open
2 tasks
mohanb2783 opened this issue Dec 2, 2024 · 0 comments
Open
2 tasks

The Arm Template Deployment Errors #926

mohanb2783 opened this issue Dec 2, 2024 · 0 comments

Comments

@mohanb2783
Copy link

mohanb2783 commented Dec 2, 2024

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

  1. ...If you run the make deploy it will produce the errors
  2. ...
  3. ...

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.

GitHub branch: [e.g. main]

Version or Latest commit: [obtained by running git log -n 1 <branchname>

What region is your Azure Open AI Service in?

What ChatGPT model are you using?

model name: (i.e. gpt-3.5-turbo, gpt-4)

model version: (i.e. 0613)

What embeddings model are you using?

Additional context
Add any other context about the problem here.

If the bug is confirmed, would you be willing to submit a PR?

  • Yes
  • No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant