Skip to content

Commit e9b8168

Browse files
committed
removing host.json schema from repo
1 parent 57a3ae0 commit e9b8168

File tree

3 files changed

+4
-334
lines changed

3 files changed

+4
-334
lines changed

WebJobs.Script.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "json", "json", "{3A4AF861-6
1313
ProjectSection(SolutionItems) = preProject
1414
schemas\json\extensions.json = schemas\json\extensions.json
1515
schemas\json\function.json = schemas\json\function.json
16-
schemas\json\host.json = schemas\json\host.json
1716
schemas\json\README.md = schemas\json\README.md
1817
EndProjectSection
1918
EndProject

schemas/json/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## IMPORTANT:
44
The schemas contained here are a copy of the schemas we publish to [**JSON Schema Store**](http://schemastore.org/json/), which is what the Azure Functions tooling (e.g. Visual Studio) uses.
55

6-
Before making changes to any schema, please ensure you have the latest changes from the [Schema Store Repository](https://github.com/schemastore/schemastore/)
6+
Before making changes to any schema, please ensure you have the latest changes from the [Schema Store Repository](https://github.com/schemastore/schemastore/).
77

8-
**IF YOU MAKE CHANGES TO SCHEMAS** you must open a PR against the Schema Store repository with those changes.
8+
**Note:** The host.json schema is now maintained in the [Azure/Azure-Functions](https://github.com/Azure/azure-functions) repo.
9+
10+
**IF YOU MAKE CHANGES TO SCHEMAS** you must open a PR against the Schema Store repository with those changes.

schemas/json/host.json

Lines changed: 0 additions & 331 deletions
This file was deleted.

0 commit comments

Comments
 (0)