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

Update version, update schemas #1247

Merged
merged 2 commits into from
Mar 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "azurerm-vscode-tools",
"displayName": "Azure Resource Manager (ARM) Tools",
"description": "Language server, editing tools and snippets for Azure Resource Manager (ARM) template files.",
"version": "0.15.0-alpha3d",
"version": "0.15.0",
"publisher": "msazurermtools",
"config": {
"ARM_LANGUAGE_SERVER_NUGET_VERSION": "3.0.0-preview.21154.17"
"ARM_LANGUAGE_SERVER_NUGET_VERSION": "3.0.0-preview.21158.1"
},
"categories": [
"Azure",
Expand Down
3 changes: 0 additions & 3 deletions test/arm-template-language-samples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ suite("arm-template-language-samples", () => {
`Warning: Please use https for the schema URL (arm-template (schema))`
]);
testSample("subscription-level.json", [
// TODO: top-level metadata
// https://github.com/microsoft/vscode-azurearmtools/issues/677
`Warning: Property name is not allowed by the schema (arm-template (schema))`
]);
testSample("udf-xmas-tree.json", [
`Error: Template validation failed: The template function 'storageUri' at line '15' and column '21' is not valid. These function calls are not supported in a function definition: 'reference'. Please see https://aka.ms/arm-template/#functions for usage details. (arm-template (validation))`
Expand Down