deps: Bump the microsoft-agents group with 4 updates#64
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps: Bump the microsoft-agents group with 4 updates#64dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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-rc3 Bumps Microsoft.Agents.AI.OpenAI from 1.0.0-rc1 to 1.0.0-rc3 Bumps Microsoft.Agents.AI.Workflows from 1.0.0-rc1 to 1.0.0-rc3 --- 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-rc3 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-rc3 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-rc3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft-agents ... Signed-off-by: dependabot[bot] <support@github.com>
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.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-01-08)
Features Added
TranslationTargetclass for configuring translation options.JsonModelWriteCorefor model serialization procedure.Breaking Changes
Modelsproperty toGetSupportedLanguagesResultto include the list of LLM models available for translations.AITranslationTextModelFactorytoTranslationTextModelFactorymatching the new project structure.TargetLanguageproperty toLanguageinTranslationText.Confidenceproperty toScoreinDetectedLanguage.TextTranslationTranslateOptionsandTextTranslationTransliterateOptions.SourceTextproperty inTranslatedTextItemdeprecated and marked as obsolete.1.51.1
1.51.1 (2026-02-04)
Features Added
1.51.0
1.51.0 (2026-01-29)
Features Added
Bugs Fixed
NullReferenceExceptionwhen callingGetHashCode()ondefault(AzureLocation).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.1.10.0
1.10.0 (2026-01-19)
Features Added
1.9.0
1.9.0 (2026-01-27)
Features Added
JsonModel<T>abstract base class that provides a simplified way to implementIJsonModel<T>for JSON serialization and deserialization.Bugs Fixed
ClientRetryPolicywhere 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
CheckConfigurationSettingsandCheckConfigurationSettingsAsync, which can be used to check settings from the Azure App Configuration store using HEAD requests, returning only headers without the response body. #54669Other Changes
1.6.0
1.6.0 (2026-01-16)
Features Added
Azure.ResourceManager.AvsAOT-compatible.1.6.0-beta.2
1.6.0-beta.2 (2026-01-12)
Breaking Changes
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) toRateLimitedSamplerwith 5.0 traces per second. This change significantlyreduces telemetry volume for high-traffic applications and provides better
cost optimization out of the box.
Impact: Applications with more than 5 requests per second will see fewer
traces exported by default.
Migration: To maintain the previous behavior (100% sampling), explicitly
configure the sampler:
Bugs Fixed
(cloud_RoleName and cloud_RoleInstance), which previously showed
"unknown_service:appName" instead of the configured values.
(#54944)
1.5.1
1.5.1 (2026-01-29)
Features Added
1.5.0
1.5.0 (2026-03-04)
Features Added
AddKeyVaultSecretsextension methods onIConfigurationBuilderthat create aSecretClientfrom configuration using theAzure.Coreconfiguration extensions (built onSystem.ClientModel).Bugs Fixed
OperationCanceledExceptioninPollForSecretChangesAsyncso 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
BicepMetadataclass that provides a clean, type-safe way to set Bicep metadata on resources:@description('...')decorator@batchSize(n)decorator for loop deployments@onlyIfNotExists()decoratorBicepMetadataproperty onProvisionableResourceBugs Fixed
PropertyNameinSelfreference forIBicepValueinstances 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
show-serialized-namesdebug 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
ConfidentialLedgerRedirectPolicyto 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
1.4.0-beta.2
1.4.0-beta.2 (2026-03-02)
Features Added
StaticSiteBasicAuthProperty.Namenow defaults to"default"and is read-only, matching the only accepted Bicep value.SiteNetworkConfig.Namenow defaults to"virtualNetwork"and is read-only, matching the only accepted Bicep value.Breaking Changes
StaticSiteBasicAuthProperty.Nameis now read-only (setter removed). The property only accepts"default".SiteNetworkConfig.Nameis now read-only (setter removed). The property only accepts"virtualNetwork".StaticSiteBasicAuthName. A backward-compatible version is preserved but hidden from IntelliSense.Bugs Fixed
SiteNetworkConfig.Namenot having a default value (#54629).1.4.0-beta.1
1.4.0-beta.1 (2026-02-27)
Features Added
Azure.ResourceManager.AppServicepackage.1.3.1
1.3.1 (2026-02-28)
Bugs Fixed
CreatedOn/LastUpdatedOnproperty mappings inEmailSuppressionListData.CreatedOnwas incorrectly bound tolastUpdatedTimeStampandLastUpdatedOntocreatedTimeStamp.1.3.0
1.3.0 (2026-01-26)
Features Added
Azure.ResourceManager.NetworkCloudAOT-compatible.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
CodeInterpreterToolCallContentfromMicrosoft.Extensions.AIabstractions when executingHostedCodeInterpreterTooltool.Bugs Fixed
PersistentAgentsChatClient.GetStreamingResponseAsyncissue.Commits viewable in compare view.
Updated Microsoft.Agents.AI.AzureAI from 1.0.0-rc1 to 1.0.0-rc3.
Release notes
Sourced from Microsoft.Agents.AI.AzureAI's releases.
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-rc3.
Release notes
Sourced from Microsoft.Agents.AI.OpenAI's releases.
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-rc3.
Release notes
Sourced from Microsoft.Agents.AI.Workflows's releases.
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 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