Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Updated Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.2 to 1.4.0.

Release notes

Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.

1.4.0

1.4.0 (2025-11-05)

Features Added

  • Upgraded api-version to 2025-11-01.

1.4.0-beta.4

1.4.0-beta.4 (2025-11-18)

Features Added

  • Updated azure monitor metric alert APIs to version 2024-03-01-preview.

1.4.0-beta.3

1.4.0-beta.3 (2025-11-26)

Bugs Fixed

  • Fixed bug when assigning property to a collection throwing exceptions. (#​53862)

1.4.0-beta.2

1.4.0-beta.2 (2025-11-10)

Features Added

  • Added extension method BicepValueExtensions.ToBicepExpression which converts any IBicepValue into BicepExpression to build up complex expressions in bicep. For more details, please refer to the documents in README.
  • Added BicepFunction.GetResourceId corresponding to bicep built-in function resourceId.
  • Added BicepFunction.GetExtensionResourceId corresponding to bicep built-in function extensionResourceId.

Bugs Fixed

  • Enabled the ability to assign expressions into a property with type of a ProvisionableConstruct via low level APIs.
  • Fixed exception when output variable has a type of array or object.
  • Fixed bug when indexing output list or dictionary, a KeyNotFoundException was always thrown. (#​48491)

Other Changes

  • Now collection types (BicepList<T> and BicepDictionary<T>) would be able to force to be empty. (#​53346)

1.4.0-beta.1

1.4.0-beta.1 (2025-10-21)

Features Added

  • Added support for configuring sampling via OpenTelemetry environment
    variables:
    • OTEL_TRACES_SAMPLER (supported values: microsoft.rate_limited,
      microsoft.fixed_percentage).
    • OTEL_TRACES_SAMPLER_ARG (rate limit in traces/sec for
      microsoft.rate_limited, sampling ratio 0.0 - 1.0 for
      microsoft.fixed_percentage).
      (#​52720)
  • Added handling of stable database client span semantic conventions
    (#​53050)
  • Added new performance monitoring capabilities to help track application health and resource usage. Newly added metrics:
    • \.NET CLR Exceptions(??APP_CLR_PROC??)\# of Exceps Thrown / sec
    • \ASP.NET Applications(??APP_W3SVC_PROC??)\Requests/Sec;
    • \Process(??APP_WIN32_PROC??)\% Processor Time"
    • \Process(??APP_WIN32_PROC??)\% Processor Time Normalized
    • \Process(??APP_WIN32_PROC??)\Private Bytes
      (#​52705)
  • Added built-in monitoring to track SDK performance and health. Emitted metrics:
    • preview.item.success.count
    • preview.item.dropped.count
    • preview.item.retry.count
      (#​53010)
  • Add enduser.pseudo.id as ai.user.id
    (#​52722)
  • Add ai.location.ip mapping for all telemetry types (#​52211)

Commits viewable in compare view.

Updated Azure.Identity from 1.14.1 to 1.17.1.

Release notes

Sourced from Azure.Identity's releases.

1.17.1

1.17.1 (2025-11-18)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.78.0.

Commits viewable in compare view.

Updated Azure.Messaging.ServiceBus from 7.18.3 to 7.20.1.

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.24.0 to 12.26.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.26.0-beta.1

12.26.0-beta.1 (2025-11-17)

Features Added

  • This release contains bug fixes to improve quality.

12.25.0-beta.1

12.25.0-beta.1 (2025-11-17)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for Principal-Bound Identity User Delegation SAS
  • Added support for the StartFrom parameter on DataLakeFileSystemClient.GetPaths() and .GetPathsAsync().

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot requested a review from petro-konopelko as a code owner December 2, 2025 20:30
@dependabot dependabot bot added the dependencies Label for dependencies label Dec 2, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

Labels

The following labels could not be found: nuget. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

Summary

Summary
Generated on: 12/02/2025 - 21:12:50
Coverage date: 12/02/2025 - 21:12:08 - 12/02/2025 - 21:12:31
Parser: MultiReport (4x Cobertura)
Assemblies: 5
Classes: 115
Files: 114
Line coverage: 50% (1325 of 2650)
Covered lines: 1325
Uncovered lines: 1325
Coverable lines: 2650
Total lines: 4654
Branch coverage: 27.2% (108 of 397)
Covered branches: 108
Total branches: 397
Method coverage: Feature is only available for sponsors
Tag: 141_19873641091

Coverage

SmartCafe.Menu.API - 53.9%
Name Line Branch
SmartCafe.Menu.API 53.9% 33.3%
Microsoft.AspNetCore.OpenApi.Generated 39.2% 34.3%
Program 73.6% 62.5%
SmartCafe.Menu.API.Endpoints.Images.UploadImageEndpoint 50.7%
SmartCafe.Menu.API.Endpoints.Menus.ActivateMenuEndpoint 76.4%
SmartCafe.Menu.API.Endpoints.Menus.CloneMenuEndpoint 76.4%
SmartCafe.Menu.API.Endpoints.Menus.CreateMenuEndpoint 75%
SmartCafe.Menu.API.Endpoints.Menus.DeleteMenuEndpoint 76.4%
SmartCafe.Menu.API.Endpoints.Menus.GetActiveMenuEndpoint 100%
SmartCafe.Menu.API.Endpoints.Menus.GetMenuEndpoint 75%
SmartCafe.Menu.API.Endpoints.Menus.ListMenusEndpoint 73.3%
SmartCafe.Menu.API.Endpoints.Menus.MenuRoutes 0%
SmartCafe.Menu.API.Endpoints.Menus.PublishMenuEndpoint 76.4%
SmartCafe.Menu.API.Endpoints.Menus.UpdateMenuEndpoint 77.7%
SmartCafe.Menu.API.Extensions.ResultExtensions 35.2% 25%
SmartCafe.Menu.API.Extensions.WebApplicationExtensions 100%
SmartCafe.Menu.API.Filters.ValidationFilter 0% 0%
SmartCafe.Menu.API.Middleware.ExceptionHandlingMiddleware 17.3% 20%
System.Runtime.CompilerServices 0%
SmartCafe.Menu.Application - 4.2%
Name Line Branch
SmartCafe.Menu.Application 4.2% 1.9%
SmartCafe.Menu.Application.DependencyInjection.ServiceCollectionExtensions 100%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageCommand 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageHandler 0% 0%
SmartCafe.Menu.Application.Features.Images.UploadImage.UploadImageResponse 0%
SmartCafe.Menu.Application.Features.Images.UploadImageRequest 0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.ActivateMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuC
ommand
0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Models.ActivateMenuR
esponse
0%
SmartCafe.Menu.Application.Features.Menus.ActivateMenu.Validators.ActivateM
enuCommandValidator
0%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.CloneMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Models.CloneMenuRequest 0%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Models.CloneMenuRespons
e
0%
SmartCafe.Menu.Application.Features.Menus.CloneMenu.Validators.CloneMenuReq
uestValidator
0%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.CreateMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Models.CreateMenuReque
st
0%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Models.CreateMenuRespo
nse
0%
SmartCafe.Menu.Application.Features.Menus.CreateMenu.Validators.CreateMenuR
equestValidator
0%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.DeleteMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Models.DeleteMenuComma
nd
0%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Models.DeleteMenuRespo
nse
0%
SmartCafe.Menu.Application.Features.Menus.DeleteMenu.Validators.DeleteMenuC
ommandValidator
0%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.GetActiveMenuHandle
r
23.3% 50%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.ActiveIngred
ientDto
0%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.ActiveMenuIt
emDto
0%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.ActiveMenuSe
ctionDto
0%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.GetActiveMen
uQuery
100%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Models.GetActiveMen
uResponse
0%
SmartCafe.Menu.Application.Features.Menus.GetActiveMenu.Validators.GetActiv
eMenuQueryValidator
0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.GetMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.GetMenuQuery 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.GetMenuResponse 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.IngredientDto 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.MenuItemDto 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Models.MenuSectionDto 0%
SmartCafe.Menu.Application.Features.Menus.GetMenu.Validators.GetMenuQueryVa
lidator
0%
SmartCafe.Menu.Application.Features.Menus.ListMenus.ListMenusHandler 0%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusQuery 0%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.ListMenusRespons
e
0%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Models.MenuSummaryDto 0%
SmartCafe.Menu.Application.Features.Menus.ListMenus.Validators.ListMenusQue
ryValidator
0%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuCom
mand
0%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Models.PublishMenuRes
ponse
0%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.PublishMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.PublishMenu.Validators.PublishMen
uCommandValidator
0%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.MenuItemDto 0%
SmartCafe.Menu.Application.Features.Menus.Shared.Models.SectionDto 0%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.IngredientValid
ator
0%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.MenuItemDtoVali
dator
0%
SmartCafe.Menu.Application.Features.Menus.Shared.Validators.SectionDtoValid
ator
0% 0%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Models.UpdateMenuReque
st
0%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Models.UpdateMenuRespo
nse
0%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.UpdateMenuHandler 0% 0%
SmartCafe.Menu.Application.Features.Menus.UpdateMenu.Validators.UpdateMenuR
equestValidator
0%
SmartCafe.Menu.Application.Mediation.Behaviors.ValidationBehavior`2 0% 0%
SmartCafe.Menu.Application.Mediation.Mediator 84.6% 50%
SmartCafe.Menu.Domain - 13.9%
Name Line Branch
SmartCafe.Menu.Domain 13.9% ****
SmartCafe.Menu.Domain.Common.Error 58.3%
SmartCafe.Menu.Domain.Common.ErrorDetail 100%
SmartCafe.Menu.Domain.Common.None 0%
SmartCafe.Menu.Domain.Common.Result 0%
SmartCafe.Menu.Domain.Common.Result`1 50%
SmartCafe.Menu.Domain.Entities.Cafe 0%
SmartCafe.Menu.Domain.Entities.Category 83.3%
SmartCafe.Menu.Domain.Entities.Menu 0%
SmartCafe.Menu.Domain.Entities.MenuItem 0%
SmartCafe.Menu.Domain.Entities.MenuItemCategory 0%
SmartCafe.Menu.Domain.Entities.Section 0%
SmartCafe.Menu.Domain.Events.MenuActivatedEvent 0%
SmartCafe.Menu.Domain.Events.MenuClonedEvent 0%
SmartCafe.Menu.Domain.Events.MenuCreatedEvent 0%
SmartCafe.Menu.Domain.Events.MenuDeactivatedEvent 0%
SmartCafe.Menu.Domain.Events.MenuDeletedEvent 0%
SmartCafe.Menu.Domain.Events.MenuPublishedEvent 0%
SmartCafe.Menu.Domain.Events.MenuUpdatedEvent 0%
SmartCafe.Menu.Domain.Exceptions.CafeNotFoundException 0%
SmartCafe.Menu.Domain.Exceptions.InvalidMenuStateException 0%
SmartCafe.Menu.Domain.Exceptions.MenuNotFoundException 0%
SmartCafe.Menu.Domain.Services.DateTimeProvider 0%
SmartCafe.Menu.Domain.ValueObjects.Ingredient 0%
SmartCafe.Menu.Infrastructure - 84.8%
Name Line Branch
SmartCafe.Menu.Infrastructure 84.8% 32.5%
SmartCafe.Menu.Infrastructure.BlobStorage.AzureBlobStorageService 0% 0%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.CafeConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.CategoryConfig
uration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuConfigurat
ion
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuItemCatego
ryConfiguration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.MenuItemConfig
uration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.Configurations.SectionConfigu
ration
100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.MenuDbContext 76.1% 100%
SmartCafe.Menu.Infrastructure.Data.PostgreSQL.MenuDbContextFactory 0%
SmartCafe.Menu.Infrastructure.Data.UnitOfWork 0% 0%
SmartCafe.Menu.Infrastructure.DependencyInjection.ServiceCollectionExtensio
ns
93.1% 50%
SmartCafe.Menu.Infrastructure.EventBus.ServiceBusEventPublisher 0% 0%
SmartCafe.Menu.Infrastructure.Migrations.InitialCreate 97.4%
SmartCafe.Menu.Infrastructure.Migrations.MenuDbContextModelSnapshot 100%
SmartCafe.Menu.Infrastructure.Repositories.CafeRepository 0%
SmartCafe.Menu.Infrastructure.Repositories.CategoryRepository 0%
SmartCafe.Menu.Infrastructure.Repositories.MenuRepository 22.8%
SmartCafe.Menu.Infrastructure.Services.ImageProcessingService 0%
SmartCafe.Menu.ServiceDefaults - 85.1%
Name Line Branch
SmartCafe.Menu.ServiceDefaults 85.1% 77.7%
Microsoft.Extensions.Hosting.Extensions 85.1% 77.7%

@dependabot dependabot bot force-pushed the dependabot/nuget/azure-3ff7ea1e9e branch from 1e02ab9 to e3fabba Compare December 2, 2025 20:46
@dependabot dependabot bot force-pushed the dependabot/nuget/azure-3ff7ea1e9e branch 4 times, most recently from e2db3a7 to 028454a Compare December 2, 2025 21:05
Bumps Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.2 to 1.4.0
Bumps Azure.Identity from 1.14.1 to 1.17.1
Bumps Azure.Messaging.ServiceBus from 7.18.3 to 7.20.1
Bumps Azure.Storage.Blobs from 12.24.0 to 12.26.0

---
updated-dependencies:
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Identity
  dependency-version: 1.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-version: 7.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/azure-3ff7ea1e9e branch from 028454a to bbab63e Compare December 2, 2025 21:11
@petro-konopelko petro-konopelko merged commit 4654ebf into main Dec 3, 2025
6 checks passed
@petro-konopelko petro-konopelko deleted the dependabot/nuget/azure-3ff7ea1e9e branch December 3, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Label for dependencies size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants