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 6 updates #70

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

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

Package From To
Azure.Core 1.42.0 1.43.0
Microsoft.Azure.SignalR 1.26.0 1.27.0
Azure.AI.OpenAI 2.0.0-beta.2 2.0.0-beta.5
Azure.Messaging.EventHubs.Processor 5.11.4 5.11.5
Azure.Extensions.AspNetCore.Configuration.Secrets 1.3.1 1.3.2
Microsoft.Azure.Cosmos 3.42.0 3.43.0

Updates Azure.Core from 1.42.0 to 1.43.0

Release notes

Sourced from Azure.Core's releases.

Azure.Core_1.43.0

1.43.0 (2024-09-12)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.9 (#45416).
  • Added a new constructor on AzureEventSourceListener for callers that don't need the formatted message (#45191).
  • Remove unused callback from HttpRequestMessage options in HttpClientTransport transport (#45696).
  • Added RequiresUnreferencedCode and RequiresDynamicCode attributes to ToDynamicFromJson extension methods and DynamicData APIs to support AOT scenarios (#45417).
Commits
  • ed7ce4b Azure.Provisioning - add BicepFunction.Concat (#45936)
  • fa3fac3 Azure.Provisioning.Sql - make *FirewallRule properties settable (#45933)
  • 50a9851 Preparation for release of Azure.Core.Experimental 0.1.0-preview.35 (#45902)
  • be6b8d1 Add tenant() to Azure.Provisioning (#45913)
  • 4047f17 Preparation for release of System.ClientModel 1.1.0 (#45904)
  • e82793b Preparation for release of Azure.Core 1.43.0 (#45903)
  • 864cadf Auto-generated baselines by 1ES Pipeline Templates (#45399)
  • ec265bb Increment package version after release of Azure.ResourceManager.Network (#45...
  • 2029731 Archboard feedback for objectId support (#45880)
  • 2eda985 Enable WriteCore feature for attestation (#45928)
  • Additional commits viewable in compare view

Updates Microsoft.Azure.SignalR from 1.26.0 to 1.27.0

Release notes

Sourced from Microsoft.Azure.SignalR's releases.

v1.27.0 SDK

What's Changed

Full Changelog: Azure/azure-signalr@v1.26.1...v1.27.0

Release SDK v1.26.1

Newly added

Bug fixes

New Contributors

Full Changelog: Azure/azure-signalr@v1.26.0...v1.26.1

Commits

Updates Azure.AI.OpenAI from 2.0.0-beta.2 to 2.0.0-beta.5

Release notes

Sourced from Azure.AI.OpenAI's releases.

Azure.AI.OpenAI_2.0.0-beta.5

2.0.0-beta.5 (2024-09-03)

This update increments library compatibility to OpenAI 2.0.0-beta.11, including several breaking changes.

Features Added

  • Added the OpenAIChatModelFactory in the OpenAI.Chat namespace (a static class that can be used to instantiate OpenAI models for mocking in non-live test scenarios). (79014ab)

Breaking Changes

  • Updated fine-tuning pagination methods GetJobs, GetEvents, and GetJobCheckpoints to return IEnumerable<ClientResult> instead of ClientResult. (5773292)
  • Updated the batching pagination method GetBatches to return IEnumerable<ClientResult> instead of ClientResult. (5773292)
  • Changed GeneratedSpeechVoice from an enum to an "extensible enum". (79014ab)
  • Changed GeneratedSpeechFormat from an enum to an "extensible enum". (cc9169a)
  • Renamed SpeechGenerationOptions's Speed property to SpeedRatio. (cc9169a)

Bugs Fixed

  • Corrected an internal deserialization issue that caused recent updates to Assistants file_search to fail when streaming a run. Strongly typed support for ranking_options is not included but will arrive soon. (cc9169a)
  • Mitigated a .NET runtime issue that prevented ChatResponseFormat from serializing correct on targets including Unity. (cc9169a)

Azure.AI.OpenAI_2.0.0-beta.4

2.0.0-beta.4 (2024-08-30)

This small release increments library compatibility to the latest OpenAI 2.0.0-beta.10. Prior to this update, interactions with the two breaking changes described below prevented full interoperability.

Breaking Changes

  • AudioClient's GenerateSpeechFromText() method is renamed to GenerateSpeech()
  • OpenAIFileInfo's SizeInBytes is now of type int? (previously long?)

Azure.AI.OpenAI_2.0.0-beta.3

2.0.0-beta.3 (2024-08-23)

This change updates the library for compatibility with the latest 2.0.0-beta.9 of the OpenAI package and the 2024-07-01-preview Azure OpenAI service API version label, as published on 8/5.

Features Added

  • The library now directly supports alternative authentication audiences, including Azure Government. This can be specified by providing an appropriate AzureOpenAIAudience value to the AzureOpenAIClientOptions.Audience property when creating a client. See the client configuration section of the README for more details.

Additional new features from the OpenAI package can be found in the OpenAI changelog.

Please note: Structured Outputs support is not yet available with the 2024-07-01-preview service API version. This means that attempting to use the feature with this library version will fail with an unrecognized property for either response_format or strict in request payloads; all existing functionality is unaffected. Azure OpenAI support for Structured Outputs is coming soon.

Breaking Changes

No Azure-specific breaking changes are present in this update.

The update from OpenAI 2.0.0-beta.7 to 2.0.0-beta.9 does bring a number of breaking changes, however, as described in the OpenAI changelog:

... (truncated)

Commits

Updates Azure.Messaging.EventHubs.Processor from 5.11.4 to 5.11.5

Release notes

Sourced from Azure.Messaging.EventHubs.Processor's releases.

Azure.Messaging.EventHubs.Processor_5.11.5

5.11.5 (2024-08-14)

Other Changes

  • Bump Azure.Core.Amqp dependency to 1.3.1, which includes a fix to serialization of binary application properties.
Commits

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

Release notes

Sourced from Azure.Extensions.AspNetCore.Configuration.Secrets's releases.

Azure.Extensions.AspNetCore.Configuration.Secrets_1.3.2

1.3.2 (2024-08-16)

Other Changes

  • Updated reference to Azure.Security.KeyVault.Secrets v4.6.0 to mitigate a reported SSRF vulnerability.
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 Microsoft.Azure.Cosmos from 3.42.0 to 3.43.0

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

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
Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

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

Commits
  • 0fdb5e4 SDK 3.43.0: Adds version bump and changelog (#4666)
  • cbf69c6 added project refrence (#4661)
  • d242b85 Hedging: Adds Read hedging PREVIEW contracts (#4598)
  • 6d603f5 [Internal] Hedging: Refactors Tests (#4641)
  • a1144f4 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to ...
  • 2fbc278 [Internal] CODEOWNERS: Refactors owners (#4642)
  • ee33928 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext (#4621)
  • 7bc8e3c FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException (#4640)
  • 47596bd Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to ...
  • c2043ae [Internal] Request Hedging: Refactors HedgeRegion diagnostics field to only s...
  • 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Core](https://github.com/Azure/azure-sdk-for-net) | `1.42.0` | `1.43.0` |
| [Microsoft.Azure.SignalR](https://github.com/azure/azure-signalr) | `1.26.0` | `1.27.0` |
| [Azure.AI.OpenAI](https://github.com/Azure/azure-sdk-for-net) | `2.0.0-beta.2` | `2.0.0-beta.5` |
| [Azure.Messaging.EventHubs.Processor](https://github.com/Azure/azure-sdk-for-net) | `5.11.4` | `5.11.5` |
| [Azure.Extensions.AspNetCore.Configuration.Secrets](https://github.com/Azure/azure-sdk-for-net) | `1.3.1` | `1.3.2` |
| [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) | `3.42.0` | `3.43.0` |



Updates `Azure.Core` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Core_1.42.0...Azure.Core_1.43.0)

Updates `Microsoft.Azure.SignalR` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/azure/azure-signalr/releases)
- [Commits](Azure/azure-signalr@v1.26.0...v1.27.0)

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

Updates `Azure.Messaging.EventHubs.Processor` from 5.11.4 to 5.11.5
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventHubs.Processor_5.11.4...Azure.Messaging.EventHubs.Processor_5.11.5)

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 `Microsoft.Azure.Cosmos` from 3.42.0 to 3.43.0
- [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.42.0...3.43.0)

---
updated-dependencies:
- dependency-name: Azure.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Microsoft.Azure.SignalR
  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-patch
  dependency-group: azure
- dependency-name: Azure.Messaging.EventHubs.Processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Sep 16, 2024

The following labels could not be found: area-codeflow.

Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/nuget/azure-89c8af302d branch September 23, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants