Skip to content

deps: Bump the nuget-dependencies group with 6 updates#119

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-8e2c60cbc2
Open

deps: Bump the nuget-dependencies group with 6 updates#119
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/genai-database-explorer-service/nuget-dependencies-8e2c60cbc2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Updated Aspire.Hosting.JavaScript from 13.2.0 to 13.2.1.

Release notes

Sourced from Aspire.Hosting.JavaScript's releases.

13.2.1

🐛 Bug Fixes

  • 🖥️ CLI bundles for ARM & musl — win-arm64, linux-arm64, and linux-musl-x64 bundles now correctly include DCP instead of silently producing broken installs (#​15529)
  • ⚡ aspire new in VS Code — Fixed a race where the workspace switch severed the CLI terminal before the agent init prompt could complete (#​15553)
  • 🔗 Dashboard resource URLs — The describe command no longer produces broken dashboard links with a stray /login?t=... in the path (#​15495)
  • 🌍 Guest AppHost env vars — Launch profile environment variables are now correctly forwarded to guest AppHosts (#​15637)
  • 📦 Legacy settings migration — .aspire/settings.json → aspire.config.json migration was silently skipped in some scenarios; now works reliably (#​15526)
  • 🔧 TypeScript AppHost restore — Fixed config resolution during TS AppHost restore (#​15625)
  • 🎭 Playwright CLI on Windows — aspire agent init now correctly installs playwright-cli on Windows (#​15559)
  • 📌 Emulator stability — Pinned Kusto emulator image and improved Cosmos DB emulator reliability (#​15504)

✨ Improvements

  • 🏗️ Brownfield TypeScript aspire init — Running aspire init in existing JS/TS projects now smartly merges package.json — scripts, dependencies, and engines — with semver-aware conflict handling (#​15123)
  • 🎯 Endpoint filtering — New ExcludeReferenceEndpoint property lets you filter specific endpoints from WithReference (#​15586)
  • 🌐 More polyglot ATS APIs — Exported additional hosting APIs for TypeScript and Go AppHost authoring (#​15557)
  • 🔍 Short trace ID support — The dashboard now resolves short trace IDs in addition to full-length ones (#​15613)
  • ⚠️ Aspire.Hosting.NodeJs deprecated — Use Aspire.Hosting.JavaScript instead; the old package no longer appears in aspire add (#​15686)

Commits viewable in compare view.

Updated Azure.AI.Projects from 1.2.0-beta.5 to 2.0.0.

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.0

2.0.0 (2026-03-31)

Breaking Changes

  • The StructuredInputs property was removed from CreateResponseOptions.
  • Conversations property was replaced by GetProjectConversationsClient() method.
  • Responses property was replaced by GetProjectResponsesClient() method.
  • Files property was replaced by GetProjectFilesClient() method.
  • VectorStores property was replaced by GetProjectVectorStoresClient() method.

2.0.0-beta.2

2.0.0-beta.2 (2026-03-12)

Breaking Changes

  • The Azure.AI.Projects.OpenAI package was renamed to Azure.AI.Extensions.OpenAI
  • The Agents administration was moved to the Azure.AI.Projects.Agents package.
  • OpenAI dependency was upgraded to 2.9.1.

2.0.0-beta.1

2.0.0-beta.1 (2026-03-12)

Features Added

This is the first release of the Azure.AI.Extensions.OpenAI library, a new extension package for the official OpenAI .NET library that facilitates and simplifies use of Microsoft Foundry extensions to OpenAI APIs. This package replaces the Azure.AI.Projects.OpenAI package. All features, related to Agents management were moved to Azure.AI.Projects.Agents.

Breaking Changes

  • The Agents tools were moved to the Azure.AI.Projects.Agents package.
  • GetProjectResponsesClientForAgent cannot be used with AgentDefinition and AgentRecord as these classes are the part of the Azure.AI.Projects.Agents package.

1.52.0

1.52.0 (2026-03-23)

Features Added

  • Added IndonesiaCentral, NewZealandNorth, and MalaysiaWest locations to AzureLocation struct.
  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for AzureClients configuration in appsettings.json, including Retry and Diagnostics options.

Bugs Fixed

  • Fixed implicit conversion operators to not throw exceptions on null inputs per Framework Design Guidelines. Operators now return safe defaults: null for reference types, default for value types.
  • Fixed RequestContent.Dispose() to be idempotent and thread-safe, preventing ArrayPool buffers from being returned multiple times when disposed concurrently or repeatedly.
  • Fixed HttpClientTransport to correctly set the Host header on outgoing requests when explicitly specified, rather than falling through to TryAddWithoutValidation.

Breaking Changes

  • Added nullability annotations to implicit conversion operator parameters for Response<T>, AzureLocation, ContentType, ResourceType, RequestContent, and DynamicData to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.
  • Updated RequestContent implicit conversion operators to return nullable RequestContent? to accurately reflect that null inputs produce null outputs.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

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

1.16.0-beta.2

1.16.0-beta.2 (2026-03-26)

Breaking Changes

  • Renaming of models to align with the Azure SDK naming convention:
    Added NetApp prefix to models: CacheResource, BucketResource, NetAppBucketResource, ActiveDirectoryConfigResource, SecretPassword, NetAppSecretPassword, LdapConfiguration, DayOfWeek renamed to NetAppDayOfWeek,
    FileSystemUser, NfsUser, SmbSettings, PeeringPassphrases, OriginClusterInformation, ChangeZoneContent
  • Added NetApp prefix to Enums: PolicyStatus, EncryptionState, CredentialsStatus, BreakthroughMode, VolumeSize, SnapshotUsage, KerberosState, GlobalFileLockingState, LargeVolumeType, SmbEncryptionState, CifsChangeNotifyState,
    EnableWriteBackState, LdapServerType, LdapState, OnCertificateConflictAction, SnapshotDirectoryVisibility, ExternalReplicationSetupStatus
  • Standardized AKV abbreviation in models CertificateAkvDetails renamed to CertificateKeyVaultDetails, CredentialsAkvDetails renamed to CredentialsKeyVaultDetails, EntraIdAkvConfig renamed to EntraIdKeyVaultConfig, EntraIdAkvConfigPatch renamed to EntraIdKeyVaultConfigPatch
  • Renamed KeyPairExpiry to KeyPairExpiresOn in BucketGenerateCredentials

1.16.0-beta.1

1.16.0-beta.1 (2026-03-23)

Features Added

1.15.0

1.15.0 (2026-03-03)

Features Added

  • Upgraded api-version tag from 'package-2025-06-01' to 'package-2025-12-01'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/4b0af9ea3ddad4d6fc0c08572e00ee68679a213c/specification/netapp/resource-manager/Microsoft.NetApp/NetApp/readme.md.
  • Added RansomwareReport resource support on NetAppVolumeResource, including GetRansomwareReports, GetRansomwareReport, and ClearSuspects.
  • Added quota report support on NetAppVolumeResource with GetQuotaReport and GetQuotaReportAsync.
  • Added RansomwareProtection to VolumePropertiesDataProtection and VolumePatchPropertiesDataProtection.
  • Added models ListQuotaReportResult, NetAppVolumeQuotaReport, and QuotaReportFilterContent.
  • Added models RansomwareProtectionPatchSettings, RansomwareProtectionSettings, RansomwareReportProperties, RansomwareSuspects, RansomwareSuspectsClearContent, and SuspectFile.
  • Added enums ActualRansomwareProtectionState, DesiredRansomwareProtectionState, RansomwareReportSeverity, RansomwareReportState, RansomwareSuspectResolution, and NetAppVolumeQuotaType.

Breaking Changes

  • Updated generated quota APIs to add QuotaItemResource-based overloads while retaining NetAppSubscriptionQuotaItem APIs for compatibility.
  • Updated backup relationship status enum usage to VolumeBackupRelationshipStatus.

Bugs Fixed

  • Fixed debug-time quota resource validation to accept both account-scoped and location-scoped quota resource IDs.

1.10.0

1.10.0 (2026-03-16)

Features Added

  • Added JsonPatch.EnumerateArray method that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.
  • Added CollectionResult<T>.FromPages and AsyncCollectionResult<T>.FromPages static factory methods that create collection result instances from pre-existing pages of values for testing.
  • Added IsReadOnly property to ClientPipelineOptions and ClientLoggingOptions so callers can check whether options can still be modified without catching an exception.
  • Added Clone() method to ClientPipelineOptions and ClientLoggingOptions that creates a new mutable instance from an existing instance that may be read-only.
  • Added ConfigurationSchema.json to the NuGet package via the MSBuild JsonSchemaSegment feature, enabling automatic JSON IntelliSense and validation for appsettings.json when configuring System.ClientModel-based clients.
  • Updated BCL dependencies to 10.x.

Bugs Fixed

  • Fixed implicit conversion operator for ClientResult<T> to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now return default.

Breaking Changes

  • Added nullability annotation to the ClientResult<T> implicit conversion operator parameter to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.

1.7.1

1.7.1 (2026-03-20)

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.7.0

1.7.0 (2026-03-27)

Features Added

  • Added ApplicationInsightsRestClientSettings to support creating a ApplicationInsightsRestClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
    (#​56891)

Bugs Fixed

  • Fixed AOT warning regression by using the source generator for ConfigurationBinder calls.
    (#​56368)

Other Changes

  • Update OpenTelemetry dependencies
    • OpenTelemetry 1.15.1
    • OpenTelemetry.Extensions.Hosting 1.15.1
      (#​57549)
  • Made AzureMonitorLogExporter, AzureMonitorMetricExporter, and AzureMonitorTraceExporter public for direct use when configuring OpenTelemetry.
    (#​56344)
  • Made options EnablePerformanceCounters and EnableStandardMetrics public in AzureMonitorExporterOptions.
    (#​56344)

1.6.2

1.6.2 (2026-04-02)

Other Changes

  • Upgraded dependent Azure.Core to 1.52.0.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.
  • Migrated from AutoRest/Swagger to TypeSpec-based generation.

1.6.1

1.6.1 (2026-03-10)

Bugs Fixed

  • Fixed ActiveDirectoryDomainGuid deserialization to handle empty string values returned by the service (#​56903)

1.6.0-beta.1

1.6.0-beta.1 (2026-03-11)

Features Added

  • Added Condition property to ResourceBicepMetadata to support conditional resource deployment. The condition generates Bicep if (condition) syntax and accepts literal boolean values, parameter references, or complex expressions.

1.5.0

1.5.0 (2026-03-04)

Features Added

  • Added AddKeyVaultSecrets extension methods on IConfigurationBuilder that create a SecretClient from configuration using the Azure.Core configuration extensions (built on System.ClientModel).

Bugs Fixed

  • Handle OperationCanceledException in PollForSecretChangesAsync so the background polling loop exits cleanly when the provider is disposed.

1.5.0-beta.2

1.5.0-beta.2 (2026-03-19)

Features Added

  • Upgraded Registry api-version to 2026-01-01-preview.

1.5.0-beta.1

1.5.0-beta.1 (2026-03-27)

Features Added

1.4.0

1.4.0 (2026-04-01)

Features Added

  • Upgraded API version to 2026-02-01.

1.4.0-beta.1

1.4.0-beta.1 (2026-03-12)

Features Added

  • Upgraded api-version to 2026-01-02-preview.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1
  • Upgraded dependent Azure.ResourceManager to 1.14.0

1.3.1

1.3.1 (2026-03-20)

Features Added

  • Make Azure.ResourceManager.RecoveryServicesBackup AOT-compatible.

Other Changes

  • Upgraded dependent Azure.Core to 1.51.1.
  • Upgraded dependent Azure.ResourceManager to 1.14.0.

1.3.0

1.3.0 (2026-03-13)

Features Added

  • Upgraded to API version 2026-02-01 (stable).
  • Added SkipManagedNsgAssignment property to ServiceFabricManagedClusterData.
  • Added EnableResilientEphemeralOsDisk property to ServiceFabricManagedNodeTypeData

Breaking Changes

  • Removed preview-only fault simulation types (NodeTypeFaultSimulation, FaultSimulationStatus, SfmcOperationStatus).

1.3.0-beta.1

1.3.0-beta.1 (2026-03-15)

Features Added

  • Updated the client library to use API Version 2025-11-01-preview. This adds all the capabilities that were introduced until this API version.
  • This release adds models and enums for all the APIs supported by Azure Load Testing.
  • Support for Notification Rules
    • Added methods CreateOrUpdateNotificationRule, CreateOrUpdateNotificationRuleAsync, GetNotificationRule, GetNotificationRuleAsync, DeleteNotificationRule, DeleteNotificationRuleAsync, GetNotificationRules, and GetNotificationRulesAsync in LoadTestAdministrationClient to work with notification rules.
  • Support for Triggers
    • Added methods CreateOrUpdateTrigger, CreateOrUpdateTriggerAsync, GetTrigger, GetTriggerAsync, DeleteTrigger, DeleteTriggerAsync, GetTriggers, and GetTriggersAsync in LoadTestAdministrationClient to work with scheduling test triggers.
  • Support for Actionable Insights
    • Added methods GenerateTestRunInsights, GenerateTestRunInsightsAsync, UpdateLatestTestRunInsights, UpdateLatestTestRunInsightsAsync, GetLatestTestRunInsights, and GetLatestTestRunInsightsAsync in LoadTestRunClient to work with actionable insights.
  • Support for generating test plan recommendations
    • Added methods GenerateTestPlanRecommendations and GenerateTestPlanRecommendationsAsync in LoadTestAdministrationClient which generates AI recommendations to author a load test plan using an uploaded browser recording file.
  • Support for Cloning load test
    • Added methods CloneTest and CloneTestAsync in LoadTestAdministrationClient to clone a load test.

1.2.0

1.2.0 (2026-03-13)

Other Changes

  • Refreshed provisioning library with latest resource model updates.

1.2.0-beta.10

1.2.0-beta.10 (2026-03-20)

Bugs Fixed

  • Improved error reporting during streaming response processing.
  • Fixed issue on streaming event deserialization issue.
  • Fix OpenAPI tool call serialization during telemetry collection issue.
  • Fix function arguments serialization issue.

Sample updates

  • Added code to show how to force tool use in Azure AI Search with streaming example. Related to issue.
  • Added sample, demonstrating the logging of network requests.
  • Added sample for generation of structured outputs. Related to issue

Commits viewable in compare view.

Updated Azure.Identity from 1.19.0 to 1.20.0.

Release notes

Sourced from Azure.Identity's releases.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Updated Scriban from 7.0.5 to 7.0.6.

Release notes

Sourced from Scriban's releases.

7.0.6

Changes

🐛 Bug Fixes

  • Fix runtime polyfills (#​665) (37f226ac)

🧰 Misc

  • Document TemplateContext runtime controls (32ce64cd)
  • Use GitHub alerts in documentation (5946a931)
  • Remove H1 headings from site docs (73895d33)

Full Changelog: 7.0.5...7.0.6

Published with dotnet-releaser

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 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

This change is Reviewable

Bumps Aspire.Hosting.JavaScript from 13.2.0 to 13.2.1
Bumps Azure.AI.Projects from 1.2.0-beta.5 to 2.0.0
Bumps Azure.Identity from 1.19.0 to 1.20.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.1
Bumps OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.1
Bumps Scriban from 7.0.5 to 7.0.6

---
updated-dependencies:
- dependency-name: Aspire.Hosting.JavaScript
  dependency-version: 13.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Azure.Identity
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Scriban
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Apr 3, 2026
@dependabot dependabot bot requested a review from PlagueHO as a code owner April 3, 2026 06:14
@dependabot dependabot bot added .net .NET related issues and pull requests dependencies Dependency updates and management nuget NuGet package updates labels Apr 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

Unit Test Results

0 tests   - 767   0 ✅  - 767   0s ⏱️ -39s
0 suites  -   3   0 💤 ±  0 
0 files    -   3   0 ❌ ±  0 

Results for commit 85041f8. ± Comparison against base commit 64e7283.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates and management .net .NET related issues and pull requests nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants