Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Updated Azure.AI.OpenAI from 1.0.0-beta.16 to 2.1.0.

Release notes

Sourced from Azure.AI.OpenAI's releases.

2.0.0-beta.4

2.0.0-beta.4 (2025-09-18)

Breaking Changes

  • removed AIConversation and ConversationalAIItem, and reuse TextConversation and TextConversationItem for AI Conversation Analyze feature.

1.49.0

1.49.0 (2025-09-22)

Features Added

  • Adopt System.ClientModel 1.7.0

1.48.0

1.48.0 (2025-09-09)

Bugs Fixed

  • Fixed an issue that prevented unbranded generated clients from utilizing an instance of TokenCredential with APIs that accept AuthenticationTokenProvider.

1.17.0

1.17.0 (2025-10-07)

Bugs Fixed

  • TenantId is now configured via MSAL's WithTenantId instead of WithTenantIdFromAuthority to prevent malformed Uris to the authority.

Other Changes

  • Deprecated BrowserCustomizationOptions.UseEmbeddedWebView property. This option requires additional dependencies on Microsoft.Identity.Client.Desktop and is no longer supported. Consider using brokered authentication instead.

1.16.0

1.16.0 (2025-09-09)

Features Added

  • Added a new DefaultAzureCredential constructor that accepts a custom environment variable name for credential configuration. This provides flexibility beyond the default AZURE_TOKEN_CREDENTIALS environment variable. The constructor accepts any environment variable name and uses the same credential selection logic as the existing AZURE_TOKEN_CREDENTIALS processing.
  • Added DefaultAzureCredential.DefaultEnvironmentVariableName constant property that returns "AZURE_TOKEN_CREDENTIALS" for convenience when referencing the default environment variable name.
  • AzureCliCredential, AzurePowerShellCredential, and AzureDeveloperCliCredential now throw an AuthenticationFailedException when the TokenRequestContext includes claims, as these credentials do not support claims challenges. The exception message includes guidance for handling such scenarios.
  • When AZURE_TOKEN_CREDENTIALS or the equivalent custom environment variable is configured to ManagedIdentityCredential, the DefaultAzureCredential does not issue a probe request and performs retries with exponential backoff.

Bugs Fixed

  • Fixed AzureDeveloperCliCredential hanging when the AZD_DEBUG environment variable is set by adding the --no-prompt flag to prevent interactive prompts (#​52005).
  • BrokerCredential is now included in the chain when AZURE_TOKEN_CREDENTIALS is set to dev.
  • Fixed an issue that prevented ManagedIdentityCredential from utilizing the token cache in Workload Identity Federation environments.
  • Fixed a bug in DefaultAzureCredential that caused the credential chain to be constructed incorrectly when using AZURE_TOKEN_CREDENTIALS in combination with DefaultAzureCredentialOptions.

Other Changes

  • The BrokerCredential is now always included in the DefaultAzureCredential chain. If the Azure.Identity.Broker package is not referenced, an exception will be thrown when GetToken is called, making its behavior consistent with the rest of the credentials in the chain.
  • Updated Microsoft.Identity.Client dependency to version 4.76.0.
  • Updated Microsoft.Identity.Client.Extensions.Msal dependency to version 4.76.0.

1.13.0

1.13.0 (2025-09-22)

Other Changes

  • Updated the Azure.Identity dependency to version 1.16.0

1.13.0-beta.1

1.13.0-beta.1 (2025-10-22)

Features Added

1.12.0

1.12.0 (2025-09-19)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.3 to 1.48.0

1.7.0

1.7.0 (2025-09-22)

Features Added

  • Added ClientConnection constructor, accepting credentials and metadata.

  • Added JsonPatch which allows for applying JSON Patch operations to JSON documents.

1.6.0

1.6.0 (2025-10-24)

Features Added

1.5.0

1.5.0 (2025-09-23)

Features Added

  • Support a custom hub name in MapWebPubSubHub extension method.

Other Changes

  • Upgrade Azure.Messaging.WebPubSub to 1.6.0.

1.5.0-beta.1

1.5.0-beta.1 (2025-10-16)

Features Added

  • Added mapping for enduser.pseudo.id attribute to user_Id

  • 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). This now applies to both
      UseAzureMonitorExporter and the direct
      Sdk.CreateTracerProviderBuilder().AddAzureMonitorTraceExporter(...) path.
      (#​52720)
  • Added handling of stable database client span semantic conventions
    (#​53050)

1.4.1

1.4.1 (2025-10-15)

Features Added

  • Added WirePath attribute for all models' properties.

1.4.0

1.4.0 (2025-09-30)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.47.3 to 1.49.0

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)

1.3.0

1.3.0 (2025-09-29)

Features Added

  • Release stable version for our service based on our latest beta version.

1.3.0-beta.4

1.3.0-beta.4 (2025-09-16)

Bugs Fixed

  • Added missing ContainerGroup properties: ConfigMap, ContainerGroupProfile, StandbyPoolProfile, and IsCreatedFromStandbyPool.
  • Corrected required flag on properties in Container and ContainerGroup models.
  • Fixed the response handling for ContainerGroupProfile DELETE operation.
  • Aligned requiredness of ContainerGroupProfile properties and normalized the Revision property format with the existing codebase.

1.3.0-beta.2

1.3.0-beta.2 (2025-10-01)

Features Added

  • Add support for read receipt and typing indicator.

1.3.0-beta.1

1.3.0-beta.1 (2025-10-13)

Features Added

  • Updated to support API version 2025-02-01-preview

Other Changes

  • Generate SDK from typespec for api 2025-02-01-preview

1.2.1

1.2.1 (2025-09-23)

Features Added

  • Make Azure.ResourceManager.EventHubs AOT-compatible

1.2.0

1.2.0 (2025-09-25)

Features Added

  • Stable release for api-version '2025-09-01'.
  • Make Azure.ResourceManager.Quota AOT-compatible.

1.2.0-beta.7

1.2.0-beta.7 (2025-10-28)

Breaking Changes

  • The trust parameter for MCPApproval constructor was renamed to requireApproval.

Bugs Fixed

  • Relax the validation of previous conversation in the PersistentAgentsChatClient.

Other Changes

  • Expand AIFunction support to also include any AIFunctionDeclaration.
  • Add an extension AsAITool method that makes it easy to add any persistent ToolDefinition to ChatOptions.Tools.
  • Add HostedMcpServerTool support for PersistentAgentsChatClient.

1.2.0-beta.6

1.2.0-beta.6 (2025-10-10)

Bugs Fixed

  • Fix the issue on calculating hash of FunctionToolDefinition. See issue.
  • Expose the ServerLabel on SubmitToolApprovalUpdate See issue.
  • Fix naming of MCPApproval see issue
  • Fix issue with image block serialization in async scenarios issue

1.2.0-beta.5

1.2.0-beta.5 (2025-09-18)

Bugs Fixed

  • Fix issue with image block serialization issue

1.2.0-beta.3

1.2.0-beta.3 (2025-08-07)

Bugs Fixed

  • Added missing long running operation header for Grafana Update operation.

1.2.0-beta.2

1.2.0-beta.2 (2025-10-29)

Features Added

Other Changes

  • Upgraded Azure.Core from 1.44.1 to 1.49.0
  • Upgraded Azure.ResourceManager from 1.13.0 to 1.13.2

1.2.0-beta.1

1.2.0-beta.1 (2025-09-12)

Features Added

  • Updated the Computeschedule RP api-version from 2025-05-01 to the preview version 2025-04-15-preview.
    • New endpoints were added for the recurring scheduledactions feature which will allow customers to create recurring scheduledactions to perform actions on their virtual machines. These actions include:
      • Creating and deleting of recurring starts, deallocates and hibernates on virtual machines.
      • Attaching and detaching virtual machines from recurring scheduledactions.
      • Cancelling and delaying scheduled/unscheduled occurrences of start/deallocate/hibernates on attached virtual machines attached to recurring scheduledactions.

1.1.6

1.1.6 (2025-11-09)

Other Changes

  • Support the case where the delegatedManagedIdentityResourceId of RoleAssignment may be an empty string rather than null.

1.1.4

1.1.4 (2025-09-17)

Features Added

  • Make Azure.ResourceManager.SignalR AOT-compatible.

1.1.0

1.1.0 (2025-09-12)

Features Added

  • Updated the Computeschedule RP api-version from 2024-10-01 to the first stable version 2025-05-01.

1.1.0-beta.1

1.1.0-beta.1 (2025-09-30)

Features Added

  • Added DeidentificationOperationType.SurrogateOnly, which returns output text where user-defined PHI entities are replaced with realistic replacement values. When using this operation, include DeidentificationContent.TaggedEntities, which allows user input of PHI entities detected in the input text. The service will skip tagging and apply surrogation directly to the user-defined entities.
  • Added DeidentificationCustomizationOptions.InputLocale to allow specifying the locale of the input text for TAG and REDACT operations.

1.0.2

1.0.2 (2025-09-19)

Other Changes

  • Dependency versions updated.

1.0.0

1.0.0 (2025-09-05)

Features Added

First stable release for api-version 2025-09-01.

1.0.0-preview.22

1.0.0-preview.22 (2025-09-05)

Features Added

  • Model ServiceNowV2ObjectDataset has a new parameter value_type
  • Added Presto server linked service
  • Model DynamicsSink has a new parameter bypass_business_logic_execution
  • Model DynamicsSink has a new parameter bypass_power_automate_flows
  • Model AzurePostgreSqlSink has a new parameter write_method
  • Model AzurePostgreSqlSink has a new parameter upsert_settings
  • Model SnowflakeV2LinkedService has a new parameter role
  • Model SnowflakeV2LinkedService has a new parameter schema
  • Model AzurePostgreSqlLinkedService has a new parameter service_principal_embedded_cert
  • Model AzurePostgreSqlLinkedService has a new parameter service_principal_embedded_cert_password
  • Model ODataLinkedService has a new parameter service_principal_embedded_cert
  • Model ODataLinkedService has a new parameter service_principal_embedded_cert_password
  • Model Office365LinkedService has a new parameter service_principal_embedded_cert
  • Model Office365LinkedService has a new parameter service_principal_embedded_cert_password
  • Model RestServiceLinkedService has a new parameter service_principal_embedded_cert
  • Model RestServiceLinkedService has a new parameter service_principal_embedded_cert_password
  • Model SharePointOnlineListLinkedService has a new parameter service_principal_embedded_cert
  • Model SharePointOnlineListLinkedService has a new parameter service_principal_embedded_cert_password
  • Model AzureDatabricksLinkedService has a new parameter data_security_mode
  • Model AmazonRdsForOracleLinkedService has a new parameter server
  • Model AmazonRdsForOracleLinkedService has a new parameter authentication_type
  • Model AmazonRdsForOracleLinkedService has a new parameter username
  • Model AmazonRdsForOracleLinkedService has a new parameter encryption_client
  • Model AmazonRdsForOracleLinkedService has a new parameter encryption_types_client
  • Model AmazonRdsForOracleLinkedService has a new parameter crypto_checksum_client
  • Model AmazonRdsForOracleLinkedService has a new parameter crypto_checksum_types_client
  • Model AmazonRdsForOracleLinkedService has a new parameter initial_lob_fetch_size
  • Model AmazonRdsForOracleLinkedService has a new parameter fetch_size
  • Model AmazonRdsForOracleLinkedService has a new parameter statement_cache_size
  • Model AmazonRdsForOracleLinkedService has a new parameter initialization_string
  • Model AmazonRdsForOracleLinkedService has a new parameter enable_bulk_load
  • Model AmazonRdsForOracleLinkedService has a new parameter fetch_tswtz_as_timestamp
  • Model AmazonRdsForOracleLinkedService has a new parameter support_v1_data_types
  • Model FtpServerLinkedService has a new parameter enable_server_certificate_validation
  • Model HiveLinkedService has a new parameter enable_server_certificate_validation
  • Model HttpLinkedService has a new parameter enable_server_certificate_validation
  • Model ImpalaLinkedService has a new parameter enable_server_certificate_validation
  • Model RestServiceLinkedService has a new parameter enable_server_certificate_validation
  • Model SparkLinkedService has a new parameter enable_server_certificate_validation
  • Model QuickBooksLinkedService has a new parameter refresh_token
  • Model AmazonRdsForOracleSource has a new parameter number_precision
  • Model AmazonRdsForOracleSource has a new parameter number_scale
  • Model OracleSource has a new parameter number_precision
  • Model OracleSource has a new parameter number_scale
  • Model LakeHouseLinkedService has a new parameter authentication_type
  • Model LakeHouseLinkedService has a new parameter credential
  • Model WarehouseLinkedService has a new parameter authentication_type
    ... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Azure.AI.OpenAI
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Oct 29, 2025
@MWG-Logan MWG-Logan merged commit 6ede752 into dev Oct 29, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/Bezalu.ProjectReporting.API/dev/Azure.AI.OpenAI-2.1.0 branch October 29, 2025 13:29
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.

2 participants