Skip to content

deps: Bump the microsoft-agents group with 4 updates#76

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/microsoft-agents-102d5a65f3
Open

deps: Bump the microsoft-agents group with 4 updates#76
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/microsoft-agents-102d5a65f3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

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

Release notes

Sourced from Azure.AI.Projects's releases.

2.0.0-beta.1

2.0.0-beta.1 (2026-02-24)

Features Added

  • Updated for full net10 framework compatibility, including removal of <EnablePreviewFeatures> flagging.

Sample Updates

  • Added Hosted Agent sample.

Breaking changes

  • To align with OpenAI naming conventions, use "Tool" suffix for class names describing Azure tools that are generally available (stable release):
    • Rename class AzureAISearchAgentTool to AzureAISearchTool
    • Rename class OpenApiAgentTool to OpenAPITool
    • Rename class AzureFunctionAgentTool to AzureFunctionTool
    • Rename class BingGroundingAgentTool to BingGroundingTool
  • To align with OpenAI naming conventions, use "PreviewTool" suffix for class names descirbing Azure tools in preview:
    • Rename class MicrosoftFabricAgentTool to MicrosoftFabricPreviewTool
    • Rename class MemorySearchTool to MemorySearchPreviewTool
    • Rename class SharepointAgentTool to SharepointPreviewTool
    • Rename class BingCustomSearchAgentTool to BingCustomSearchPreviewTool
    • Rename class BrowserAutomationAgentTool to BrowserAutomationPreviewTool
    • Rename class A2ATool to A2APreviewTool
    • Removed class LocalShellAgentTool
  • ImageBasedHostedAgentDefinition has been merged into HostedAgentDefinition
    • Image is now an optional property on HostedAgentDefinition; no other net change

1.51.1

1.51.1 (2026-02-04)

Features Added

  • Update the APIs for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection to enable Azure.Identity use cases.
  • Updated BCL dependencies to 10.x.

1.51.0

1.51.0 (2026-01-29)

Features Added

  • Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
  • Implements support for client certificate rotation in the Azure.Core transport layer to enable dynamic token binding scenarios. The changes allow transport instances to be updated with new client certificate configurations at runtime without requiring full pipeline reconstruction.

Bugs Fixed

  • Fixed NullReferenceException when calling GetHashCode() on default(AzureLocation).

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

1.18.0 (2026-02-25)

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

1.18.0-beta.3

1.18.0-beta.3 (2026-02-20)

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to 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 ConfidentialClientApplication and PublicClientApplication to 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

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

1.14.0

1.14.0 (2026-02-26)

Features Added

  • Bumped api-version of ManagementGroup to 2023-04-01.

Bugs Fixed

  • Fixed ArgumentNullException when deserializing ManagedServiceIdentity with null or empty type property value.

1.9.0

1.9.0 (2026-01-27)

Features Added

  • Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
  • Added JsonModel<T> abstract base class that provides a simplified way to implement IJsonModel<T> for JSON serialization and deserialization.

Bugs Fixed

  • Fixed an issue with ClientRetryPolicy where delays were being calculated using the retry count instead of the attempt count, causing the initial retry to occur without delay and subsequent retries to be performed more quickly than intended.

1.8.0

1.8.0 (2026-01-27)

Features Added

  • Added new methods, CheckConfigurationSettings and CheckConfigurationSettingsAsync, which can be used to check settings from the Azure App Configuration store using HEAD requests, returning only headers without the response body. #​54669

Other Changes

  • Added internal pipeline policy to handle audience error and surface up an improved error message. #​53834

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

1.6.0 (2026-01-28)

Other Changes

  • The customer-facing SDK stats feature
    metric names have been updated to match the stable specification.
    • Metric names changed: preview.item.success.countItem_Success_Count,
      preview.item.dropped.countItem_Dropped_Count,
      preview.item.retry.countItem_Retry_Count.
    • New environment variable: To enable, set environment variable
      APPLICATIONINSIGHTS_SDKSTATS_DISABLED=false.
    • The old environment variable APPLICATIONINSIGHTS_SDKSTATS_ENABLED_PREVIEW
      is no longer recognized.

1.6.0-beta.2

1.6.0-beta.2 (2026-02-03)

Features Added

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

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

1.5.1 (2026-01-29)

Features Added

  • Support for MicrosoftTeamsAppIdentifier CommunicationIdentifier

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

1.5.0-beta.1 (2026-01-23)

Features Added

  • Added BicepMetadata class that provides a clean, type-safe way to set Bicep metadata on resources:
    • Description - Adds @​description('...') decorator
    • BatchSize - Adds @​batchSize(n) decorator for loop deployments
    • OnlyIfNotExists - Adds @​onlyIfNotExists() decorator
  • Added BicepMetadata property on ProvisionableResource

Bugs Fixed

  • Fixed PropertyName in Self reference for IBicepValue instances of collection items to include its index (for list) or its key (for dictionary) to avoid colliding with its enclosing collection's property name. (#​54802)

1.4.1

1.4.1 (2026-02-12)

Other Changes

  • Removed show-serialized-names debug configuration to clean up unnecessary serialized name annotations from XML docs.

1.4.1-beta.3

1.4.1-beta.3 (2026-02-17)

Features Added

  • Added ConfidentialLedgerRedirectPolicy to automatically follow HTTP 307/308 redirects while preserving the Authorization header. Previously, the SDK did not follow redirects by default, and even when redirects were enabled, the Authorization header was stripped on cross-domain redirects between ACL nodes, causing write operations to fail when routed to non-primary nodes.

1.4.0

1.4.0 (2026-01-30)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.1 to 1.50.0

1.4.0-beta.2

1.4.0-beta.2 (2026-03-02)

Features Added

  • StaticSiteBasicAuthProperty.Name now defaults to "default" and is read-only, matching the only accepted Bicep value.
  • SiteNetworkConfig.Name now defaults to "virtualNetwork" and is read-only, matching the only accepted Bicep value.

Breaking Changes

  • StaticSiteBasicAuthProperty.Name is now read-only (setter removed). The property only accepts "default".
  • SiteNetworkConfig.Name is now read-only (setter removed). The property only accepts "virtualNetwork".
  • Removed generated enum StaticSiteBasicAuthName. A backward-compatible version is preserved but hidden from IntelliSense.

Bugs Fixed

  • Fixed SiteNetworkConfig.Name not having a default value (#​54629).

1.4.0-beta.1

1.4.0-beta.1 (2026-02-27)

Features Added

  • Regenerated from the latest Azure.ResourceManager.AppService package.

1.3.1

1.3.1 (2026-02-28)

Bugs Fixed

  • Fixed swapped CreatedOn/LastUpdatedOn property mappings in EmailSuppressionListData. CreatedOn was incorrectly bound to lastUpdatedTimeStamp and LastUpdatedOn to createdTimeStamp.

1.3.0

1.3.0 (2026-01-26)

Features Added

1.2.0

1.2.0 (2026-02-27)

Features Added

1.2.0-beta.9

1.2.0-beta.9 (2026-02-23)

Features Added

  • Added support for CodeInterpreterToolCallContent from Microsoft.Extensions.AI abstractions when executing HostedCodeInterpreterTool tool.

Bugs Fixed

  • Fixed a performance issue in PersistentAgentsChatClient.GetStreamingResponseAsync issue.

Commits viewable in compare view.

Updated Microsoft.Agents.AI.AzureAI from 1.0.0-rc1 to 1.0.0-rc4.

Release notes

Sourced from Microsoft.Agents.AI.AzureAI's releases.

1.0.0-rc4

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc3...dotnet-1.0.0-rc4

1.0.0-rc3

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc2...dotnet-1.0.0-rc3

1.0.0-rc2

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc1...dotnet-1.0.0-rc2

Commits viewable in compare view.

Updated Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.0.0-rc4.

Release notes

Sourced from Microsoft.Agents.AI.OpenAI's releases.

1.0.0-rc4

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc3...dotnet-1.0.0-rc4

1.0.0-rc3

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc2...dotnet-1.0.0-rc3

1.0.0-rc2

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc1...dotnet-1.0.0-rc2

Commits viewable in compare view.

Updated Microsoft.Agents.AI.Workflows from 1.0.0-rc1 to 1.0.0-rc4.

Release notes

Sourced from Microsoft.Agents.AI.Workflows's releases.

1.0.0-rc4

What's Changed

New Contributors

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc3...dotnet-1.0.0-rc4

1.0.0-rc3

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc2...dotnet-1.0.0-rc3

1.0.0-rc2

What's Changed

Full Changelog: microsoft/agent-framework@dotnet-1.0.0-rc1...dotnet-1.0.0-rc2

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

Bumps Azure.AI.Projects from 1.2.0-beta.5 to 2.0.0-beta.1
Bumps Microsoft.Agents.AI.AzureAI from 1.0.0-rc1 to 1.0.0-rc4
Bumps Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.0.0-rc4
Bumps Microsoft.Agents.AI.Workflows from 1.0.0-rc1 to 1.0.0-rc4

---
updated-dependencies:
- dependency-name: Azure.AI.Projects
  dependency-version: 2.0.0-beta.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: microsoft-agents
- dependency-name: Microsoft.Agents.AI.AzureAI
  dependency-version: 1.0.0-rc4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-agents
- dependency-name: Microsoft.Agents.AI.OpenAI
  dependency-version: 1.0.0-rc4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-agents
- dependency-name: Microsoft.Agents.AI.Workflows
  dependency-version: 1.0.0-rc4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft-agents
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants