Skip to content

Commit 13441ef

Browse files
committed
removing host.json schema from repo
1 parent 30ab611 commit 13441ef

File tree

3 files changed

+5
-313
lines changed

3 files changed

+5
-313
lines changed

WebJobs.Script.sln

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ EndProject
427427
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "json", "json", "{3A4AF861-66F2-4C34-BB9E-69F0D392BB1A}"
428428
ProjectSection(SolutionItems) = preProject
429429
schemas\json\function.json = schemas\json\function.json
430-
schemas\json\host.json = schemas\json\host.json
431430
schemas\json\README.md = schemas\json\README.md
432431
EndProjectSection
433432
EndProject
@@ -588,7 +587,7 @@ Global
588587
{B845A7FC-BB23-4094-A589-F65984A07876} = {FD93A1ED-5AC4-4F9B-9087-E1C24320F36E}
589588
EndGlobalSection
590589
GlobalSection(ExtensibilityGlobals) = postSolution
591-
SolutionGuid = {85400884-5FFD-4C27-A571-58CB3C8CAAC5}
592590
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8
591+
SolutionGuid = {85400884-5FFD-4C27-A571-58CB3C8CAAC5}
593592
EndGlobalSection
594593
EndGlobal

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 & 309 deletions
This file was deleted.

0 commit comments

Comments
 (0)