Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the azure group across 1 directory with 11 updates #247

Open
wants to merge 1 commit into
base: danmoseley-patch-1
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the azure group with 11 updates in the / directory:

Package From To
Azure.Identity 1.12.0 1.12.1
Microsoft.Azure.AppConfiguration.AspNetCore 7.2.0 7.3.0
Azure.Data.Tables 12.8.3 12.9.1
Azure.Storage.Blobs 12.20.0 12.22.1
Azure.AI.OpenAI 1.0.0-beta.17 2.0.0
Azure.Messaging.ServiceBus 7.17.5 7.18.1
Azure.Messaging.WebPubSub 1.3.0 1.4.0
Azure.Search.Documents 11.5.1 11.6.0
Azure.Extensions.AspNetCore.Configuration.Secrets 1.3.1 1.3.2
Azure.Storage.Queues 12.18.0 12.20.0
Microsoft.Azure.Cosmos 3.41.0 3.43.1

Updates Azure.Identity from 1.12.0 to 1.12.1

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.1

1.12.1 (2024-09-26)

Bugs Fixed

  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Commits

Updates Microsoft.Azure.AppConfiguration.AspNetCore from 7.2.0 to 7.3.0

Release notes

Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.

7.3.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 7.3.0 - July 16th, 2024

Enhancements

  • Upgraded the package reference for Azure.Security.KeyVault.Secrets to 4.6.0. #572

Bug Fixes

  • Loading invalid feature flags should no longer throw an error when TryRefreshAsync is invoked or when the optional argument is true in the AddAzureAppConfiguration method. #551

Microsoft.Azure.AppConfiguration.AspNetCore 7.3.0 - July 16th, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.3.0. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 7.3.0 - July 16th, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.3.0. See the release notes for more information on the changes.
Commits
  • 059b529 Merge pull request #576 from Azure/main
  • 0c9e17a update package versions to 7.3.0 (#575)
  • 5c44ff6 Detect SignalR usage for request tracing (#570)
  • 73e8838 update azure.security.keyvault.secrets (#572)
  • 96a5e5a Add handling for FormatException thrown by invalid feature flag json (#551)
  • 6a682ff fix xunit1031 and netsdk1210 (#561)
  • 487c6c8 Stop using packages of deprecated version and version with vulnerability in e...
  • 03be006 fix xUnit1031 warning (#557)
  • See full diff in compare view

Updates Azure.Data.Tables from 12.8.3 to 12.9.1

Release notes

Sourced from Azure.Data.Tables's releases.

Azure.Data.Tables_12.9.1

12.9.1 (2024-09-17)

Bugs Fixed

  • Fixed an issue that prevented use of stored access policy based SaS Uris by adding a parameterless constructor to TableSasBuilder. The resulting builder can then be modified to include the stored access policy identifier or any other details.

Other Changes

  • Cosmos Table endpoints now support Entra ID authentication.
Commits
  • 70a1203 Docs update (#45971)
  • ae341da Sync eng/common directory with azure-sdk-tools for PR 8974 (#45994)
  • a70122e trycatch in getmetrics (#45974)
  • 78ed4d1 Fix several issues (#45758)
  • bfe02b6 Increment package version after release of Azure.ResourceManager.Batch (#45987)
  • 4162cbd Increment package version after release of Azure.ResourceManager.MachineLearn...
  • 98b127c [MachineLearning] Fix deserialize for ResourceType in `MachineLearningEnvir...
  • 707ff1b Enable WriteCore feature for authorization (#45944)
  • f1e48f3 Enable WriteCore feature for automanage (#45945)
  • ef508b3 Enable WriteCore feature for astronomer. (#45951)
  • Additional commits viewable in compare view

Updates Azure.Storage.Blobs from 12.20.0 to 12.22.1

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.22.1

12.22.1 (2024-09-25)

Other Changes

  • Integrated decryption for CSE v2.1

Azure.Storage.Blobs_12.22.0

12.22.0 (2024-09-18)

Features Added

  • Includes all features from 12.22.0-beta.1

Bugs Fixed

  • Fixed [BUG] Method overload BlobBaseClient.OpenReadAsync()/OpenRead() to correctly handle the allowBlobModifications flag #45516
  • Fixed [BUG] Fixed Equality failures due to implicit cast on BlobErrorCode #44213
Commits
  • 45b6f68 Increment package version after release of Azure.ResourceManager.Resources (#...
  • 1332636 [Storage] CSE v2.1 Prepare for Release 2024-09-25 (#46275)
  • 9ca7740 Increment package version after release of Azure.ResourceManager.ElasticSan (...
  • d2f627c Increment package version after release of Azure.ResourceManager.Elastic (#46...
  • a4b8f62 Increment package version after release of Azure.ResourceManager.RedisEnterpr...
  • d06e0c1 Remove stray asterisks from Azure OpenAI README heading (#46274)
  • 1be6a1b Update AutoRest C# version to 3.0.0-beta.20240925.3 (#46273)
  • 973eafc Update Generator Version 3.0.0-beta.20240924.3 (#46253)
  • 64cec6c Enable-WriteCore-feature-for-resourceconnector (#46250)
  • d154983 Enable-WriteCore-feature-for-resourcegraph (#46251)
  • Additional commits viewable in compare view

Updates Azure.AI.OpenAI from 1.0.0-beta.17 to 2.0.0

Release notes

Sourced from Azure.AI.OpenAI's releases.

Azure.AI.OpenAI_2.0.0

2.0.0 (2024-09-30)

This update marks the first stable library version for Azure.AI.OpenAI. It snaps its dependency to OpenAI's matched 2.0.0 stable version and targets the latest Azure OpenAI Service stable api-version label of 2024-06-01. As a GA label, the 2.0.0 stable version exposes a subset of preview features, with preview library labels continuing to support preview features.

Specifically included in the GA library release:

  • AudioClient, supporting transcription and translation using the whisper model
  • ChatClient, supporting chat completions, including Azure-specific features:
    • Embedded request and response content filter annotations
    • Azure Search and Cosmos DB data sources for Azure OpenAI On Your Data
  • EmbeddingClient, supporting text-embedding model embedding operations
  • ImageClient, supporting dall-e-3 image generation

Assistants, Audio Generation, Batch, Files, Fine-Tuning, and Vector Stores are not yet included in the GA surface; they will continue to be available in preview library releases and the originating Azure OpenAI Service api-version labels.

Breaking Changes

  • AzureOpenAIClient constructors accepting AzureKeyCredential have been removed; please use the ApiKeyCredential constructors, instead. Note that AzureKeyCredential will inherit from ApiKeyCredential in a future update and that AzureKeyCredential has a non-browsable Key property that may be used for conversion in the interim.
  • The AzureOpenAIClientOptions ApplicationId has been renamed to a more descriptive UserAgentApplicationId.

From OpenAI 2.0.0 stable

  • Implemented ChatMessageContent to encapsulate the representation of content parts in ChatMessage, ChatCompletion, and StreamingChatCompletionUpdate. (commit_hash)
  • Changed the representation of function arguments to BinaryData in ChatToolCall, StreamingChatToolCallUpdate, ChatFunctionCall, and StreamingChatFunctionCallUpdate. (commit_hash)
  • Renamed OpenAIClientOptions's ApplicationId to UserAgentApplicationId (commit_hash)
  • Renamed StreamingChatToolCallUpdate's Id to ToolCallId (commit_hash)
  • Renamed StreamingChatCompletionUpdate's Id to CompletionId (commit_hash)
  • Replaced Auto and None in the deprecated ChatFunctionChoice with CreateAutoChoice() and CreateNoneChoice() (commit_hash)
  • Replaced the deprecated ChatFunctionChoice(ChatFunction) constructor with CreateNamedChoice(string functionName) (commit_hash)
  • Renamed FileClient to OpenAIFileClient and the corresponding GetFileClient() method in OpenAIClient to GetOpenAIFileClient(). (commit_hash)
  • Renamed ModelClient to OpenAIModelClient and the corresponding GetModelClient() method in OpenAIClient to GetOpenAIModelClient(). (commit_hash)

Azure.AI.OpenAI_2.0.0-beta.6

2.0.0-beta.6 (2024-09-23)

This version increments library compatibility to OpenAI 2.0.0-beta.12, including support for o1 models with reasoning tokens and a number of breaking changes to method names.

Features Added

  • The library now includes support for the new OpenAI o1 model family. (2ab1a94)
    • ChatCompletionOptions will automatically apply its MaxOutputTokenCount value (renamed from MaxTokens) to the new max_completion_tokens request body property
    • Usage includes a new OutputTokenDetails property with a ReasoningTokenCount value that will reflect o1 model use of this new subcategory of output tokens.
    • Note that OutputTokenCount (completion_tokens) is the sum of displayed tokens generated by the model and (when applicable) these new reasoning tokens
  • Assistants file search now includes support for RankingOptions. (2ab1a94)
    • Use of the include[] query string parameter and retrieval of run step detail result content is currently only available via protocol methods
  • Added support for the Uploads API in FileClient. This Experimental feature allows uploading large files in multiple parts. (2ab1a94)
    • The feature is supported by the CreateUpload, AddUploadPart, CompleteUpload, and CancelUpload protocol methods.

Breaking Changes

... (truncated)

Commits

Updates Azure.Messaging.ServiceBus from 7.17.5 to 7.18.1

Commits

Updates Azure.Messaging.WebPubSub from 1.3.0 to 1.4.0

Release notes

Sourced from Azure.Messaging.WebPubSub's releases.

Microsoft.Azure.WebPubSub.AspNetCore_1.4.0

1.4.0 (2024-09-25)

Features Added

  • Support MQTT client event handling.

Microsoft.Azure.WebPubSub.Common_1.4.0

1.4.0 (2024-09-25)

Other Changes

  • Updated the (de)serialization of Web PubSub CloudEvents with System.Text.Json library.

Azure.Communication.Chat_1.3.1

1.3.1 (2024-09-19)

Bugs Fixed

Security patch, update to Azure.Core to 1.43.0.

Azure.Data.SchemaRegistry_1.4.0

1.4.0 (2024-09-17)

Features Added

  • General availability of JSON and Custom schema formats.
  • General availability of SchemRegistrySerializer
Commits
  • b3cbe61 Increment version for storage releases (#45382)
  • 9f3cd2e [Azure.AI.Inference] Update changelog (#45379)
  • 230bb72 Disabled DownloadAsync_WithUnreliableConnection_ConcurrentModification test (...
  • 1282080 Sync eng/common directory with azure-sdk-tools for PR 8760 (#45335)
  • e2e2e36 Sync eng/common directory with azure-sdk-tools for PR 8792 (#45374)
  • 05bd1ad Do not publish to the nightly MSDocs branch if nightly PublishPackages fails ...
  • 3d8944e Moving DataMovement ShareFiles Tests to use test extern alias, so we can only...
  • 496ca8d [Storage] Fix errors impacting core ci pipeline (#45336)
  • e37424b Update CHANGELOG files for release (#45365)
  • 144cbe8 Updated error messages and log config for automation (#45344)
  • Additional commits viewable in compare view

Updates Azure.Search.Documents from 11.5.1 to 11.6.0

Commits
  • 65da6f2 [Search] GA Features for API Version 2024-07-01 (#44485)
  • 8571d3c Increment package version after release of Azure.Messaging.EventGrid (#45056)
  • 0ac2d02 Update Changelog and readme files to include --prerelease (#45047)
  • b0ca6d6 Increment version for storage releases (#45054)
  • 374ca1c [Storage] [Webjobs Extension] Updated changelog to prepare for WebJobs Storag...
  • 8f514a8 Increment version for storage releases (#45045)
  • 4e073bb Increment package version after release of Azure.Monitor.OpenTelemetry.AspNet...
  • 3c581b3 Changed DataMovement Blobs and File Shares to use package dependency, Added F...
  • 2a9cffa [AzureMonitorDistro] prep distro 1.3.0-beta.1 (#44991)
  • 3dcd049 Updated Changelog for DataMovement July Release (#45040)
  • Additional commits viewable in compare view

Updates Azure.Extensions.AspNetCore.Configuration.Secrets from 1.3.1 to 1.3.2

Commits
  • ebef523 [Extensions] Bump KeyVault Dependencies (#45541)
  • b132865 Sync eng/common directory with azure-sdk-tools for PR 8830 (#45542)
  • be99b33 [Schema Registry] Bump Avro Vesion (#45538)
  • acab4cc Updating to the latest TypeSpec and preparing for Document Translation SDK GA...
  • 6715df5 Increment package version after release of Azure.ResourceManager.Fabric (#45535)
  • 766d966 Increment package version after release of Azure.ResourceManager.HealthDataAI...
  • 26afd90 Increment package version after release of Azure.AI.DocumentIntelligence (#45...
  • 093ecf7 Update Generator Version 3.0.0-beta.20240814.3 (#45536)
  • 986134b AppComplianceAutomation first GA (#44705)
  • 91fb340 fix(doc): obsolete .net and node version requirement (#45527)
  • Additional commits viewable in compare view

Updates Azure.Storage.Queues from 12.18.0 to 12.20.0

Release notes

Sourced from Azure.Storage.Queues's releases.

Azure.Storage.Queues_12.20.0

12.20.0 (2024-09-18)

Features Added

  • Includes all features from 12.20.0-beta.1.
  • Removed Queue Permissions enum from 12.20.0-beta.1.

Bugs Fixed

  • Fixed [BUG] Fixed Equality failures due to implicit cast on QueueErrorCode #44213
Commits
  • c7548c1 Revert "[Storage] Add Queue Permissions enum to represent QueueAccessPolicy.P...
  • f362309 Update to newer resource id for open source api (#46044)
  • 5f8b725 Update perf tests to use federated auth (#46040)
  • 70567f2 Core TransferManager tests (#46014)
  • f328c76 Prepare for release (#46039)
  • c44e76d Increment package version after release of Azure.Identity (#46007)
  • d542f3a Azure.Provisioning - Add WebPubSubService.AssignRole (#46015)
  • 909e113 Update installed event processor version for net6 to net8 update (#46038)
  • e9bbbc0 Updated STG 95 GA release date (#46035)
  • ad34f7a Increment package version after release of Azure.Data.SchemaRegistry (#46036)
  • Additional commits viewable in compare view

Updates Microsoft.Azure.Cosmos from 3.41.0 to 3.43.1

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.43.1

3.43.1 - 2024-09-18

Added

  • 4691 ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and 429/3092

3.43.0

3.43.0 - 2024-09-04

Added

  • 4589 SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to support SystemTextJsonSerializer
  • 4622 Open Telemetry: Adds Batchsize and Rename Batch Operation name in Operation Trace
  • 4621 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext

Fixed

  • 4619 CFP AVAD: Fixes throws when customers use WithStartTime and WithStartFromBeginning with CFP AVAD
  • 4638 Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to list correct values
  • 4640 FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
  • 4618 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json

3.43.0-preview-0

3.43.0-preview.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.
  • 4490 Query: Adds Distribution for MakeList and MakeSet
  • 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
  • 4568 VM Metadata API: Adds an option to disable VM metadata API call
  • 4481 Query: Adds support for multi-value Group By query for LINQ
  • 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception

Fixed

  • 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
  • 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
  • 4558 Query: Removes compute specific logic from query pipelines that is no longer required
  • 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken

3.42.0

3.42.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.43.1 - 2024-09-18

Added

  • 4691 ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and 429/3092

3.44.0-preview.0 - 2024-09-04

Added

  • 4598 Adds: Parallel Request Hedging for cross region read requests

3.43.0 - 2024-09-04

Added

  • 4589 SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to support SystemTextJsonSerializer
  • 4622 Open Telemetry: Adds Batchsize and Rename Batch Operation name in Operation Trace
  • 4621 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext

Fixed

  • 4619 CFP AVAD: Fixes throws when customers use WithStartTime and WithStartFromBeginning with CFP AVAD
  • 4638 Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to list correct values
  • 4640 FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
  • 4618 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json

3.43.0-preview.0 - 2024-07-24

3.42.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.
  • 4490 Query: Adds Distribution for MakeList and MakeSet
  • 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
  • 4568 VM Metadata API: Adds an option to disable VM metadata API call
  • 4481 Query: Adds support for multi-value Group By query for LINQ
  • 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
  • 4587 Query: Fixes ORDER BY issue when partial partition key is specified in RequestOptions in a query to sub-partitioned container

Fixed

  • 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
  • 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
  • 4558 Query: Removes compute specific logic from query pipelines that is no longer required
  • 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken

... (truncated)

Commits
  • 56811c9 INTERNAL Range: Fixes Range type serialization to not allow NOT supported com...
  • 5948484 SDK 3.43.1 : Adds version bump and changelog (#4698)
  • 6623de9 Open Telemetry: Fixes Operation name to follow Otel convention (#4643)
  • 9aafc77 [INTERNAL] Changelog: Adds note about Newtonsoft.Json (10.0.3) security vulne...
  • 7839885 ClientRetryPolicy: Adds Cross Regional Retry Logic on 429/3092 (#4691)
  • 63cd4be Adding Kevin and removing Kirill from code owners (#4689)
  • b757f8c Hedging: Fixes Typo (WithAvailibilityStrategy -> WithAvailabilityStrategy) in...
  • c708fda Bump up the cosmos.direct package version. (#4687)
  • d4c9438 Dependencies: Fixes Pinning System.Net.Http and System.Text.RegularExpression...
  • 0fdb5e4 SDK 3.43.0: Adds version bump and changelog (#4666)
  • Additional 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

Bumps the azure group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.0` | `1.12.1` |
| [Microsoft.Azure.AppConfiguration.AspNetCore](https://github.com/Azure/Azconfig-DotnetProvider) | `7.2.0` | `7.3.0` |
| [Azure.Data.Tables](https://github.com/Azure/azure-sdk-for-net) | `12.8.3` | `12.9.1` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.20.0` | `12.22.1` |
| [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) | `1.0.0-beta.17` | `2.0.0` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.17.5` | `7.18.1` |
| [Azure.Messaging.WebPubSub](https://github.com/Azure/azure-sdk-for-net) | `1.3.0` | `1.4.0` |
| [Azure.Search.Documents](https://github.com/Azure/azure-sdk-for-net) | `11.5.1` | `11.6.0` |
| [Azure.Extensions.AspNetCore.Configuration.Secrets](https://github.com/Azure/azure-sdk-for-net) | `1.3.1` | `1.3.2` |
| [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) | `12.18.0` | `12.20.0` |
| [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) | `3.41.0` | `3.43.1` |



Updates `Azure.Identity` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.12.1)

Updates `Microsoft.Azure.AppConfiguration.AspNetCore` from 7.2.0 to 7.3.0
- [Release notes](https://github.com/Azure/Azconfig-DotnetProvider/releases)
- [Commits](Azure/AppConfiguration-DotnetProvider@7.2.0...7.3.0)

Updates `Azure.Data.Tables` from 12.8.3 to 12.9.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Data.Tables_12.8.3...Azure.Data.Tables_12.9.1)

Updates `Azure.Storage.Blobs` from 12.20.0 to 12.22.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.20.0...Azure.Storage.Blobs_12.22.1)

Updates `Azure.AI.OpenAI` from 1.0.0-beta.17 to 2.0.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.AI.OpenAI_1.0.0-beta.17...Azure.AI.OpenAI_2.0.0)

Updates `Azure.Messaging.ServiceBus` from 7.17.5 to 7.18.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.ServiceBus_7.17.5...Azure.Messaging.ServiceBus_7.18.1)

Updates `Azure.Messaging.WebPubSub` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.WebPubSub_1.3.0...Azure.Messaging.WebPubSub_1.4.0)

Updates `Azure.Search.Documents` from 11.5.1 to 11.6.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Search.Documents_11.5.1...Azure.Search.Documents_11.6.0)

Updates `Azure.Extensions.AspNetCore.Configuration.Secrets` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Extensions.AspNetCore.Configuration.Secrets_1.3.1...Azure.Extensions.AspNetCore.Configuration.Secrets_1.3.2)

Updates `Azure.Storage.Queues` from 12.18.0 to 12.20.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Queues_12.18.0...Azure.Storage.Queues_12.20.0)

Updates `Microsoft.Azure.Cosmos` from 3.41.0 to 3.43.1
- [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases)
- [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md)
- [Commits](Azure/azure-cosmos-dotnet-v3@3.41.0...3.43.1)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.AppConfiguration.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Data.Tables
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.AI.OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Messaging.WebPubSub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Search.Documents
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Extensions.AspNetCore.Configuration.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Storage.Queues
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants