Bumps Azure.Identity from 1.17.1 to 1.18.0
Bumps Microsoft.ApplicationInsights from 2.23.0 to 3.0.0
Bumps Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.0.0
Bumps Microsoft.Azure.AppConfiguration.Functions.Worker from 8.1.2 to 8.5.0
Bumps Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.1.2 to 8.5.0
Bumps Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
Bumps Microsoft.OpenApi from 2.6.1 to 3.3.1
Bumps MX.Api.Abstractions from 2.3.25 to 2.3.31
Bumps MX.Api.Client from 2.3.25 to 2.3.31
Bumps XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.135 to 2.1.150
---
updated-dependencies:
- dependency-name: Azure.Identity
dependency-version: 1.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights.WorkerService
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: Microsoft.Azure.AppConfiguration.Functions.Worker
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration
dependency-version: 8.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: nuget
- dependency-name: Microsoft.OpenApi
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: nuget
- dependency-name: MX.Api.Abstractions
dependency-version: 2.3.31
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: MX.Api.Abstractions
dependency-version: 2.3.31
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: MX.Api.Abstractions
dependency-version: 2.3.31
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: MX.Api.Client
dependency-version: 2.3.31
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Api.Client.V1
dependency-version: 2.1.150
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: nuget
...
Signed-off-by: dependabot[bot] <support@github.com>
Updated Azure.Identity from 1.17.1 to 1.18.0.
Release notes
Sourced from Azure.Identity's releases.
1.18.0
1.18.0 (2026-02-25)
Features Added
Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....1.18.0-beta.3
1.18.0-beta.3 (2026-02-20)
Breaking Changes
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto follow .NET naming conventions for boolean properties.Bugs Fixed
Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.
Disabled MSAL's internal retry logic for
ConfidentialClientApplicationandPublicClientApplicationto prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.Commits viewable in compare view.
Updated Microsoft.ApplicationInsights from 2.23.0 to 3.0.0.
Release notes
Sourced from Microsoft.ApplicationInsights's releases.
3.0.0
netstandard2.0withnet8.0target framework inMicrosoft.ApplicationInsights.NLogTargetpackage.3.0.0-rc1
netstandard2.0target framework fromMicrosoft.ApplicationInsights,Microsoft.ApplicationInsights.AspNetCore, andMicrosoft.ApplicationInsights.WorkerServicepackages.Microsoft.ApplicationInsights.AspNetCorehas been updated to version 10.EnabledAdaptiveSamplingand replaced withTracesPerSecondandSamplingRatioEnableTraceBasedLogsSamplerproperty toApplicationInsightsServiceOptionsfor ASP.NET Core and WorkerService packagesStorageDirectoryandDisableOfflineStoragefromTelemetryConfigurationin DI scenarios3.0.0-beta2
Added
Bug fix
3.0.0-beta1
Commits viewable in compare view.
Updated Microsoft.ApplicationInsights.WorkerService from 2.23.0 to 3.0.0.
Release notes
Sourced from Microsoft.ApplicationInsights.WorkerService's releases.
3.0.0
netstandard2.0withnet8.0target framework inMicrosoft.ApplicationInsights.NLogTargetpackage.3.0.0-rc1
netstandard2.0target framework fromMicrosoft.ApplicationInsights,Microsoft.ApplicationInsights.AspNetCore, andMicrosoft.ApplicationInsights.WorkerServicepackages.Microsoft.ApplicationInsights.AspNetCorehas been updated to version 10.EnabledAdaptiveSamplingand replaced withTracesPerSecondandSamplingRatioEnableTraceBasedLogsSamplerproperty toApplicationInsightsServiceOptionsfor ASP.NET Core and WorkerService packagesStorageDirectoryandDisableOfflineStoragefromTelemetryConfigurationin DI scenarios3.0.0-beta2
Added
Bug fix
3.0.0-beta1
Commits viewable in compare view.
Updated Microsoft.Azure.AppConfiguration.Functions.Worker from 8.1.2 to 8.5.0.
Release notes
Sourced from Microsoft.Azure.AppConfiguration.Functions.Worker's releases.
8.5.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.5.0-preview - November 14th, 2025
Enhancements
ConnectAzureFrontDoortoAzureAppConfigurationOptions, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. #706Microsoft.Azure.AppConfiguration.AspNetCore 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential. #694Added support for parsing json values with comments. #685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. #689
Updated dependency package versions. #695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider. #644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using the Microsoft schema. #676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration from 8.1.2 to 8.5.0.
Release notes
Sourced from Microsoft.Extensions.Configuration.AzureAppConfiguration's releases.
8.5.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.5.0-preview - November 14th, 2025
Enhancements
ConnectAzureFrontDoortoAzureAppConfigurationOptions, which can be used to load configuration settings from Azure App Configuration via an Azure Front Door endpoint. This enables client (browser) applications to take advantage of CDN benefits, such as scale, when fetching configuration. #706Microsoft.Azure.AppConfiguration.AspNetCore 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.5.0-preview - November 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.5.0-preview. See the release notes for more information on the changes.8.4.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.4.0 - September 19th, 2025
Enhancements
Added an overload of
AddAzureAppConfigurationthat accepts the endpoint and token credential. #694Added support for parsing json values with comments. #685
Added support for snapshot references. If a configuration setting's value is a snapshot reference, loading it automatically pulls all key-values and feature flags from the referenced snapshot into the configuration. This enables dynamically switching between snapshots at runtime. #689
Updated dependency package versions. #695
Azure.Data.AppConfiguration:1.6.0->1.6.1Azure.Messaging.EventGrid:4.7.0->5.0.0Azure.Security.KeyVault.Secrets:4.6.0->4.8.0Microsoft.Extensions.Diagnostics.HealthChecks:6.0.36->8.0.19Microsoft.Extensions.Azure:1.7.6->1.12.0Microsoft.Extensions.DependencyInjection.Abstractions:6.0.0->8.0.2Microsoft.Extensions.Logging:6.0.0->8.0.1Microsoft.Extensions.Configuration:6.0.1->8.0.0Microsoft.Azure.AppConfiguration.AspNetCore 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.4.0 - September 19th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.4.0. See the release notes for more information on the changes.8.3.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.3.0 - July 24th, 2025
Enhancements
Added health check integration for
Microsoft.Extensions.Diagnostic.HealthChecks. You can callAddAzureAppConfigurationonIHealthCheckBuilderto register a health check for the Azure App Configuration provider. #644Introduced a new environment variable
AZURE_APP_CONFIGURATION_FM_SCHEMA_COMPATIBILITY_DISABLEDto force processing and outputting feature flags using the Microsoft schema. #676Microsoft.Azure.AppConfiguration.AspNetCore 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.3.0 - July 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.3.0. See the release notes for more information on the changes.8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.3.0
What's Changed
Internal fixes and updates
New Contributors
Commits viewable in compare view.
Updated Microsoft.OpenApi from 2.6.1 to 3.3.1.
Release notes
Sourced from Microsoft.OpenApi's releases.
3.3.1
3.3.1 (2026-01-22)
Features
Bug Fixes
3.3.0
3.3.0 (2026-01-21)
Features
3.2.0
3.2.0 (2026-01-19)
Features
Bug Fixes
3.1.3
3.1.3 (2026-01-16)
Bug Fixes
3.1.2
3.1.2 (2026-01-06)
Bug Fixes
3.1.1
3.1.1 (2025-12-18)
Bug Fixes
additionalProperties: false(6651c36)additionalProperties: false(e36fc95)3.1.0
3.1.0 (2025-12-17)
Features
type: "null"downcasting when in oneOf and anyOf for OpenAPI v3 (782cf8d)3.0.3
3.0.3 (2025-12-16)
Bug Fixes
3.0.2
3.0.2 (2025-12-08)
Bug Fixes
3.0.1
3.0.1 (2025-11-17)
Bug Fixes
3.0.0
3.0.0 (2025-11-11)
⚠ BREAKING CHANGES
Features
Special thanks
Commits viewable in compare view.
Updated MX.Api.Abstractions from 2.3.25 to 2.3.31.
Release notes
Sourced from MX.Api.Abstractions's releases.
2.3.31
What's Changed
Full Changelog: frasermolyneux/api-client-abstractions@v2.3.25...v2.3.31
Commits viewable in compare view.
Updated MX.Api.Client from 2.3.25 to 2.3.31.
Release notes
Sourced from MX.Api.Client's releases.
2.3.31
What's Changed
Full Changelog: frasermolyneux/api-client-abstractions@v2.3.25...v2.3.31
Commits viewable in compare view.
Updated XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.135 to 2.1.150.
Release notes
Sourced from XtremeIdiots.Portal.Repository.Api.Client.V1's releases.
2.1.150
Full Changelog: frasermolyneux/portal-repository@v2.1.149...v2.1.150
2.1.149
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.139...v2.1.149
2.1.139
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.138...v2.1.139
2.1.138
What's Changed
Full Changelog: frasermolyneux/portal-repository@v2.1.135...v2.1.138
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions