Open
Conversation
Bumps Azure.Data.Tables from 12.9.1 to 12.11.0 Bumps Azure.Identity from 1.12.0 to 1.18.0 Bumps Microsoft.ApplicationInsights.AspNetCore from 2.22.0 to 3.0.0 Bumps Microsoft.Identity.Web from 4.3.0 to 4.4.0 Bumps Microsoft.Identity.Web.UI from 4.3.0 to 4.4.0 --- updated-dependencies: - dependency-name: Azure.Data.Tables dependency-version: 12.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - 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.AspNetCore dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Identity.Web dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Identity.Web.UI dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
Dependency ReviewThe following issues were found:
License Issuessrc/MX.TravelItinerary.Web/MX.TravelItinerary.Web.csproj
OpenSSF Scorecard
Scanned Files
|
⛔ Superseded — A newer run has replaced this result.🏗️ Terraform Plan
✅ Validate — Passed ❌ Plan — Failed. Check the workflow logs for details. |
🏗️ Terraform Plan
✅ Validate — Passed ❌ Plan — Failed. Check the workflow logs for details. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updated Azure.Data.Tables from 12.9.1 to 12.11.0.
Release notes
Sourced from Azure.Data.Tables's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Azure.Identity from 1.12.0 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.1.15.0
1.15.0 (2026-02-02)
Features Added
1.14.0
1.14.0 (2026-01-16)
Features Added
GalleryScript.StorageAccountStrategyproperty toGalleryArtifactPublishingProfileBaseclass.Commits viewable in compare view.
Updated Microsoft.ApplicationInsights.AspNetCore from 2.22.0 to 3.0.0.
Release notes
Sourced from Microsoft.ApplicationInsights.AspNetCore'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
2.23.0
2.23.0-beta1
Commits viewable in compare view.
Updated Microsoft.Identity.Web from 4.3.0 to 4.4.0.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.4.0
New features
WithClientClaimsflow for token acquisition. See #3623.OnBeforeTokenAcquisitionForOnBehalfOfevent. See #3680.Bug fixes
InvalidOperationExceptionwith actionable message when a custom credential is not registered. See #3626.InvokeOnBeforeTokenAcquisitionForOnBehalfOfAsync. See #3717.OnBeforeTokenAcquisitionForOnBehalfOfto constructClaimsPrincipalfrom token. See #3714.SendX5Cto MSAL. See #3671.Dependencies updates
qsin/tests/DevApps/SidecarAdapter/typescript. See #3725.Documentation
CertificatelessOptions.ManagedIdentityClientId. See #3667.Fundamentals
CertificatesObserverTests. See #3687.New Contributors
Commits viewable in compare view.
Updated Microsoft.Identity.Web.UI from 4.3.0 to 4.4.0.
Release notes
Sourced from Microsoft.Identity.Web.UI's releases.
4.4.0
New features
WithClientClaimsflow for token acquisition. See #3623.OnBeforeTokenAcquisitionForOnBehalfOfevent. See #3680.Bug fixes
InvalidOperationExceptionwith actionable message when a custom credential is not registered. See #3626.InvokeOnBeforeTokenAcquisitionForOnBehalfOfAsync. See #3717.OnBeforeTokenAcquisitionForOnBehalfOfto constructClaimsPrincipalfrom token. See #3714.SendX5Cto MSAL. See #3671.Dependencies updates
qsin/tests/DevApps/SidecarAdapter/typescript. See #3725.Documentation
CertificatelessOptions.ManagedIdentityClientId. See #3667.Fundamentals
CertificatesObserverTests. See #3687.New Contributors
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