Skip to content

Commit d6f05d1

Browse files
[Trigger] Rename csharpscript and align host.json (#825)
* Merge branch 'main' into release/trigger # Conflicts: # docs/SetupGuide_DotnetCSharpScript.md # samples/samples-csharp/host.json # test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj * Move triggers
1 parent c891ae6 commit d6f05d1

File tree

62 files changed

+60
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+60
-39
lines changed

builds/azure-pipelines/template-steps-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ steps:
198198
TEST_SERVER: '$(testServer)'
199199
NODE_MODULES_PATH: '$(nodeModulesPath)'
200200
AZUREFUNCTIONS_SQLBINDINGS_TELEMETRY_OPTOUT: '1'
201-
LANGUAGES_TO_TEST: 'Java,JavaScript,OutOfProc,PowerShell,Python,CSharpscript'
201+
LANGUAGES_TO_TEST: 'Java,JavaScript,OutOfProc,PowerShell,Python,Csx'
202202
inputs:
203203
command: test
204204
projects: '${{ parameters.solution }}'

docs/SetupGuide_DotnetCSharpScript.md

Lines changed: 7 additions & 7 deletions

samples/samples-csharp/host.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"version": "2.0",
3-
"logging": {
4-
"applicationInsights": {
5-
"samplingExcludedTypes": "Request",
6-
"samplingSettings": {
7-
"isEnabled": true
8-
}
9-
},
10-
"logLevel": {
11-
"default": "Debug"
12-
}
2+
"version": "2.0",
3+
"logging": {
4+
"applicationInsights": {
5+
"samplingSettings": {
6+
"isEnabled": true,
7+
"excludedTypes": "Request"
8+
}
9+
},
10+
"logLevel": {
11+
"default": "Trace"
1312
}
14-
}
13+
}
14+
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

samples/samples-csharpscript/InputBindingSamples/.vscode/extensions.json renamed to samples/samples-csx/InputBindingSamples/.vscode/extensions.json

File renamed without changes.

samples/samples-csharpscript/InputBindingSamples/GetAndAddProducts/function.json renamed to samples/samples-csx/InputBindingSamples/GetAndAddProducts/function.json

File renamed without changes.

samples/samples-csharpscript/InputBindingSamples/GetAndAddProducts/run.csx renamed to samples/samples-csx/InputBindingSamples/GetAndAddProducts/run.csx

File renamed without changes.

samples/samples-csharpscript/InputBindingSamples/GetProductNamesView/function.json renamed to samples/samples-csx/InputBindingSamples/GetProductNamesView/function.json

File renamed without changes.

0 commit comments

Comments
 (0)