Charles Gagnon
51fe054118
Fix markdown formatting in TriggerBinding.md ( #1151 )
...
Extra space before each bullet made it so it was being rendered on all on a single line.
2024-11-22 10:35:54 -08:00
dependabot[bot]
96e6708991
Bump System.Runtime.Caching from 6.0.0 to 6.0.1 ( #1144 )
...
* Bump System.Runtime.Caching from 6.0.0 to 6.0.1
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: System.Runtime.Caching
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
2024-11-20 09:49:48 -08:00
dependabot[bot]
cad2837988
Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 6.0.2 ( #1145 )
...
* Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 6.0.2
Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock file
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
2024-11-20 09:49:40 -08:00
Maddy
0c3ed474ba
Update Npm installs to use local feed ( #1146 )
...
* add npm authenticate
* typo
* remove extra authenticate step
* add npmrc file
* update registry
2024-11-18 08:34:15 -08:00
dependabot[bot]
8f9cba99a7
Bump Microsoft.NET.Sdk.Functions ( #1143 )
...
* Bump Microsoft.AspNetCore.Http, Microsoft.Azure.WebJobs.Host.Storage, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.DependencyInjection, Newtonsoft.Json and Microsoft.NET.Sdk.Functions
Bumps [Microsoft.AspNetCore.Http](https://github.com/aspnet/AspNetCore ), [Microsoft.Azure.WebJobs.Host.Storage](https://github.com/Azure/azure-webjobs-sdk ), [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Configuration ), [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/Extensions ), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) and [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk ). These dependencies needed to be updated together.
Updates `Microsoft.AspNetCore.Http` from 2.2.2 to 2.2.2
- [Release notes](https://github.com/aspnet/AspNetCore/releases )
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md )
- [Commits](https://github.com/aspnet/AspNetCore/compare/v2.2.2...v2.2.2 )
Updates `Microsoft.Azure.WebJobs.Host.Storage` from 5.0.0 to 3.0.14
- [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases )
- [Commits](https://github.com/Azure/azure-webjobs-sdk/commits/v3.0.14 )
Updates `Microsoft.Extensions.Configuration.Json` from 5.0.0 to 2.1.0
- [Release notes](https://github.com/aspnet/Configuration/releases )
- [Commits](https://github.com/aspnet/Configuration/commits/2.1.0 )
Updates `Microsoft.Extensions.DependencyInjection` from 6.0.1 to 2.2.0
- [Release notes](https://github.com/aspnet/Extensions/releases )
- [Commits](https://github.com/aspnet/Extensions/commits/2.2.0 )
Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.1 )
Updates `Microsoft.NET.Sdk.Functions` from 4.5.0 to 4.6.0
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases )
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/commits )
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Http
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.Azure.WebJobs.Host.Storage
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Configuration.Json
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.DependencyInjection
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.NET.Sdk.Functions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update performance lock file
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
2024-11-12 16:00:25 -08:00
Charles Gagnon
d253cb0bb4
Fix build pipelines ( #1142 )
...
* Use expression for testServer
* Use runtime values
* Revert "Use runtime values"
This reverts commit 298bb31561
.
* Don't use matrix
2024-11-04 17:36:17 -08:00
dependabot[bot]
fd05485697
Bump xunit from 2.9.1 to 2.9.2 ( #1139 )
...
* Bump xunit from 2.9.1 to 2.9.2
Bumps [xunit](https://github.com/xunit/xunit ) from 2.9.1 to 2.9.2.
- [Commits](https://github.com/xunit/xunit/compare/v2-2.9.1...v2-2.9.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump xunit from 2.9.1 to 2.9.2
Bumps [xunit](https://github.com/xunit/xunit ) from 2.9.1 to 2.9.2.
- [Commits](https://github.com/xunit/xunit/compare/v2-2.9.1...v2-2.9.2 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-10-30 23:32:47 -07:00
dependabot[bot]
bad06350bf
Bump Grpc.Net.Client from 2.65.0 to 2.66.0 ( #1125 )
...
* Bump Grpc.Net.Client from 2.65.0 to 2.66.0
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet ) from 2.65.0 to 2.66.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases )
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md )
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.65.0...v2.66.0 )
---
updated-dependencies:
- dependency-name: Grpc.Net.Client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* restore packages
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-10-30 20:11:31 -07:00
dependabot[bot]
9e15c25911
Bump Moq from 4.20.70 to 4.20.72 ( #1127 )
...
* Bump Moq from 4.20.70 to 4.20.72
Bumps [Moq](https://github.com/moq/moq ) from 4.20.70 to 4.20.72.
- [Release notes](https://github.com/moq/moq/releases )
- [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md )
- [Commits](https://github.com/moq/moq/compare/v4.20.70...v4.20.72 )
---
updated-dependencies:
- dependency-name: Moq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-10-30 20:11:17 -07:00
Charles Gagnon
475d68a6c1
Log server name and login during test setup ( #1140 )
...
* Log server name during setup
* add login
* fix
2024-10-30 16:25:35 -07:00
Charles Gagnon
dd338deb0d
Remove perf pipeline definitions ( #1141 )
2024-10-30 16:19:25 -07:00
Charles Gagnon
53c73036c2
Remove unused pipeline definitions and update build-test ( #1138 )
...
* Remove unused pipeline definitions and update build-test
* Use paren variable resolution
* correct syntax
2024-10-30 13:00:53 -07:00
Maddy
0624700cdd
added nuget on the pipeline repo and cleaning up from here ( #1136 )
2024-10-29 14:00:42 -07:00
dependabot[bot]
c6360a60b9
Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.4 to 1.18.1 ( #1129 )
...
Bumps [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker ) from 1.17.4 to 1.18.1.
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases )
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md )
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/compare/sdk-1.17.4...sdk-1.18.1 )
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 13:20:35 -07:00
dependabot[bot]
563e59e0fb
Bump Microsoft.NET.Sdk.Functions from 4.4.1 to 4.5.0 ( #1128 )
...
* Bump Microsoft.NET.Sdk.Functions from 4.4.1 to 4.5.0
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk ) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases )
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/commits )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk.Functions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* restore packages
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-10-29 13:18:05 -07:00
Maddy
65f190e8d3
move to folder ( #1135 )
2024-10-24 22:38:17 -07:00
Maddy
d641137325
add nuget config for pipeline builds ( #1134 )
2024-10-24 10:40:34 -07:00
Maddy
7952a56335
revert ( #1132 )
2024-10-22 22:55:37 -07:00
dependabot[bot]
11fac3bb18
Bump xunit from 2.9.0 to 2.9.1 ( #1126 )
...
* Bump xunit from 2.9.0 to 2.9.1
Bumps [xunit](https://github.com/xunit/xunit ) from 2.9.0 to 2.9.1.
- [Commits](https://github.com/xunit/xunit/compare/2.9.0...2.9.1 )
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
2024-10-22 10:35:53 -07:00
Maddy
0bbfd96da1
Edit the source mappings ( #1131 )
...
* remove the source mappings
* add package sources back
2024-10-21 09:17:58 -07:00
Maddy
d064194ad5
add SQLToolsAndLibraries_PublicPackages feed ( #1130 )
...
* add SQLToolsAndLibraries_PublicPackages feed
* remove package source mapping
* add mapping
2024-10-17 15:32:58 -07:00
Chris LaFreniere
4aa2e7ce15
Fix typo in comment ( #1124 )
2024-09-24 13:31:04 -07:00
Chris LaFreniere
7d3d0f94a6
Add samples/java/local/local.settings to gitignore
2024-09-20 11:03:36 -07:00
Maddy
125e6c77ad
add detailed verbosity ( #1122 )
2024-09-17 11:56:05 -07:00
dependabot[bot]
0121264b96
Bump Microsoft.Azure.Functions.Worker from 1.22.0 to 1.23.0 ( #1115 )
...
* Bump Microsoft.Azure.Functions.Worker from 1.22.0 to 1.23.0
Bumps [Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases )
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md )
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits )
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2024-08-21 12:35:16 -07:00
dependabot[bot]
1593563bd3
Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0 ( #1116 )
...
* Bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.10.0 to 17.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.10.0...v17.11.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2024-08-21 12:35:08 -07:00
dependabot[bot]
71fe2429db
Bump Microsoft.SqlServer.TransactSql.ScriptDom from 161.9123.0 to 161.9135.0 ( #1118 )
...
* Bump Microsoft.SqlServer.TransactSql.ScriptDom
Bumps [Microsoft.SqlServer.TransactSql.ScriptDom](https://github.com/microsoft/SqlScriptDOM ) from 161.9123.0 to 161.9135.0.
- [Commits](https://github.com/microsoft/SqlScriptDOM/commits )
---
updated-dependencies:
- dependency-name: Microsoft.SqlServer.TransactSql.ScriptDom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2024-08-21 12:34:59 -07:00
dependabot[bot]
b767f0530d
Bump Microsoft.Azure.WebJobs from 3.0.39 to 3.0.41 ( #1100 )
...
* Bump Microsoft.Azure.WebJobs from 3.0.39 to 3.0.41
Bumps [Microsoft.Azure.WebJobs](https://github.com/Azure/azure-webjobs-sdk ) from 3.0.39 to 3.0.41.
- [Release notes](https://github.com/Azure/azure-webjobs-sdk/releases )
- [Commits](https://github.com/Azure/azure-webjobs-sdk/compare/v3.0.39...v3.0.41 )
---
updated-dependencies:
- dependency-name: Microsoft.Azure.WebJobs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* dotnet restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-08-12 14:11:17 -07:00
dependabot[bot]
be105c004c
Bump Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues from 5.4.0 to 5.5.0 ( #1104 )
...
* Bump Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
Bumps [Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues](https://github.com/Azure/azure-functions-dotnet-worker ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases )
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md )
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/compare/eventhubs-extension-5.4.0...eventhubs-extension-5.5.0 )
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* dotnet restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-08-12 11:55:39 -07:00
dependabot[bot]
fb403a9329
Bump Microsoft.NET.Sdk.Functions from 4.4.0 to 4.4.1 ( #1112 )
...
* Bump Microsoft.NET.Sdk.Functions from 4.4.0 to 4.4.1
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases )
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/compare/4.4.0...4.4.1 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk.Functions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* dotnet restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-08-12 11:55:28 -07:00
dependabot[bot]
3bcd54c72a
Bump BenchmarkDotNet from 0.13.12 to 0.14.0 ( #1113 )
...
* Bump BenchmarkDotNet from 0.13.12 to 0.14.0
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet ) from 0.13.12 to 0.14.0.
- [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases )
- [Commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.12...v0.14.0 )
---
updated-dependencies:
- dependency-name: BenchmarkDotNet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* dotnet restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-08-12 11:55:18 -07:00
dependabot[bot]
1197276feb
Bump Grpc.Net.Client from 2.63.0 to 2.65.0 ( #1111 )
...
* Bump Grpc.Net.Client from 2.63.0 to 2.65.0
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet ) from 2.63.0 to 2.65.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases )
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md )
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.65.0 )
---
updated-dependencies:
- dependency-name: Grpc.Net.Client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package locks
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2024-07-31 12:43:16 -07:00
dependabot[bot]
5453b43065
Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.17.4 ( #1095 )
...
* Bump Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.17.3
Bumps Microsoft.Azure.Functions.Worker.Sdk from 1.17.2 to 1.17.3.
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* restore
* upgrade
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-07-31 11:25:29 -07:00
Maddy
0b658c8da0
Skip empty where clause execution on trigger ( #1110 )
...
* return null on empty where
* add telemetry point
* track event BuildRenewLeasesWithEmptyMatchCondtion
2024-07-25 19:50:18 -07:00
Maddy
aa7d21ffa3
Update docs on FunctionId ( #1109 )
...
* update logs on FunctionId
* Update docs/TriggerBinding.md
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2024-07-24 15:19:47 -07:00
Charles Gagnon
a684e010d6
Add additional trigger debug logging ( #1103 )
...
* Add additional debug logging
* Add max attempts to lease locked check
* log when match condition is null
---------
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-07-24 13:43:34 -07:00
Maddy
953a1cf32f
UserfunctionId change and integration test. ( #1091 )
...
* add integrayion test and use just functionName in userFunctionId
* make websitename required
* add docs
* use MethodInfo.Name
* update error msg
* methodInfo.DeclaringType.Name
* update doc
* set WEBSITE_SITE_NAME for tests
* add method name to UserFunctionId
* remove method name and replace with functionName
* update to sdk with latest security patch
* do not fail on PRs
* argument excepion fix
* undo Component Detection change
* undo sdk bump
* fix FunctionName for non .Net
2024-07-19 18:33:34 -07:00
Maddy
e65e93f26e
disable CG alert failures on PRs ( #1101 )
2024-07-18 12:47:43 -07:00
dependabot[bot]
73959c60e4
Bump xunit from 2.8.1 to 2.9.0 ( #1096 )
...
* Bump xunit from 2.8.1 to 2.9.0
Bumps xunit from 2.8.1 to 2.9.0.
---
updated-dependencies:
- dependency-name: xunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-07-10 14:26:45 -07:00
AmeyaRele
39ca0e2bee
Add scaler api for consumption plan support ( #963 )
...
* Add scaler api for consumption plan support
* Make scale method internal
* Add test, resolve comments
* Add packages for test
* Fix test
* Read from both appsettings and options
* Modify trigger listener params in test
* Fix indent
---------
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-07-03 17:21:34 +05:30
dependabot[bot]
ef04ea673f
Bump Microsoft.SqlServer.TransactSql.ScriptDom from 161.9118.2 to 161.9123.0 ( #1092 )
...
* Bump Microsoft.SqlServer.TransactSql.ScriptDom
Bumps [Microsoft.SqlServer.TransactSql.ScriptDom](https://github.com/microsoft/SqlScriptDOM ) from 161.9118.2 to 161.9123.0.
- [Commits](https://github.com/microsoft/SqlScriptDOM/commits )
---
updated-dependencies:
- dependency-name: Microsoft.SqlServer.TransactSql.ScriptDom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update package lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
2024-07-01 16:24:44 -07:00
dependabot[bot]
7a758c8c76
Bump Microsoft.Azure.Functions.Worker.Extensions.Timer from 4.3.0 to 4.3.1 ( #1090 )
...
* Bump Microsoft.Azure.Functions.Worker.Extensions.Timer
Bumps [Microsoft.Azure.Functions.Worker.Extensions.Timer](https://github.com/Azure/azure-functions-dotnet-worker ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases )
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md )
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/compare/timer-4.3.0...timer-4.3.1 )
---
updated-dependencies:
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Timer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* dotnet restore
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MaddyDev <madhu.koripalli@gmail.com>
2024-06-14 11:19:25 -07:00
Maddy
6d4b73e99c
Migrating data to newUserFunctionId tables as part of Consumption plan support ( #1071 )
...
* add new user functionid
* add migration query
* clean up global state table
* Web_Site_Name
* add comments
* remove check
* comments
* add test
* casing fix
* fix lastSyncVersion logic and add test
2024-05-29 14:17:42 -07:00
Charles Gagnon
a34b2ff27c
Update dependencies ( #1089 )
2024-05-29 11:59:40 -07:00
Maddy
301131ccb4
Check for package updates every Wednesday ( #1087 )
...
* check for updates on Wednesday
* add doc link
2024-05-28 13:01:19 -07:00
dependabot[bot]
949adfeccc
Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 ( #1085 )
...
* Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.9.0 to 17.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.9.0...v17.10.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chlafreniere <hichise@gmail.com>
2024-05-28 12:30:14 -07:00
dependabot[bot]
103ff2486d
Bump Microsoft.NET.Sdk.Functions from 4.3.0 to 4.4.0 ( #1080 )
...
* Bump Microsoft.NET.Sdk.Functions from 4.3.0 to 4.4.0
Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk ) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/Azure/azure-functions-vs-build-sdk/releases )
- [Commits](https://github.com/Azure/azure-functions-vs-build-sdk/compare/4.3.0...4.4.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Sdk.Functions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update lock files
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chlafreniere <hichise@gmail.com>
2024-05-14 10:27:23 -07:00
Charles Gagnon
e61c7bcc2a
Test/Sample package bumps ( #1076 )
...
* Test/Sample package bumps
* Fix compile errors
2024-04-29 11:05:57 -07:00
Maddy
f3d615aa61
bump xunit versions. ( #1070 )
...
* bump xunit
* move warnings to source
* add justification comment
2024-04-25 13:25:54 -07:00
dependabot[bot]
82f3b21c87
Bump undici ( #1064 )
...
Bumps the npm_and_yarn group with 1 update in the /samples/samples-js-v4 directory: [undici](https://github.com/nodejs/undici ).
Updates `undici` from 5.28.3 to 5.28.4
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 12:43:54 -07:00