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 10 updates #91

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
Azure.Identity 1.12.1 1.13.0
Azure.Messaging.ServiceBus 7.18.1 7.18.2
Azure.Storage.Blobs 12.22.1 12.22.2
Azure.Storage.Queues 12.20.0 12.20.1
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore 2.0.0-preview1 2.0.0-preview2
Microsoft.Azure.Functions.Worker 1.23.0 2.0.0-preview2
Microsoft.Azure.Functions.Worker.Sdk 1.18.0 1.18.1
Azure.Security.KeyVault.Secrets 4.6.0 4.7.0
Microsoft.Azure.AppConfiguration.AspNetCore 7.3.0 8.0.0
Microsoft.Azure.Cosmos 3.43.1 3.44.1

Updates Azure.Identity from 1.12.1 to 1.13.0

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.13.0

1.13.0 (2024-10-14)

Features Added

  • ManagedIdentityCredential now supports specifying a user-assigned managed identity by object ID.

Bugs Fixed

  • If DefaultAzureCredential attempts to authenticate with the MangagedIdentityCredential and it receives either a failed response that is not json, it will now fall through to the next credential in the chain. #45184
  • Fixed the request sent in AzurePipelinesCredential so it doesn't result in a redirect response when an invalid system access token is provided.
  • 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) .

Other Changes

  • The logging level passed to MSAL now correlates to the log level configured on your configured AzureEventSourceListener. Previously, the log level was always set to Microsoft.Identity.Client.LogLevel.Info.
  • AzurePowerShellCredential now utilizes the AsSecureString parameter to Get-AzAccessToken for version 2.17.0 and greater of the Az.Accounts module.
  • Improved error logging for AzurePipelinesCredential.
Commits

Updates Azure.Messaging.ServiceBus from 7.18.1 to 7.18.2

Release notes

Sourced from Azure.Messaging.ServiceBus's releases.

Azure.Messaging.ServiceBus_7.18.2

7.18.2 (2024-10-08)

Other Changes

  • Enhanced the logs emitted when acquiring a session with ServiceBusClient times out or is canceled. As these are known and expected exception conditions, they are now correctly logged as verbose information rather than an error. Previously, these scenarios were special-cased for processors, but receivers were treated as standard errors. Going forward, the processor and client/receiver scenarios are handled consistently.
Commits
  • bdef6a6 Persist oidc env vars in deploy template (#46477)
  • e1469a2 Azure.Monitor.Query: invalid date string format in MetricsClient (#45998)
  • 984ecd1 STG 96 beta changelogs (#46451)
  • 0598a8e Onboard Azure.Developer.MicrosoftPlaywrightTesting sdk (#45044)
  • e6fd97a Update AutoRest C# version to 3.0.0-beta.20241007.1 (#46457)
  • a70001f Fix missing HybridSearch in copy method of SearchOptions (#46425)
  • 7275c78 Storage STG 96 (#45604)
  • 7f20f77 [Service Bus] October 2024 Release Prep (#46438)
  • 65846ee Update Nginx changelog to support API version 2024-06-01-preview (#46447)
  • 8e1b595 [Storage] [DataMovement] [API-Change] Changed ShareFilesStorageResourceProvid...
  • Additional commits viewable in compare view

Updates Azure.Storage.Blobs from 12.22.1 to 12.22.2

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.22.2

12.22.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.
Commits
  • 8c14304 [Storage] Patch Release for Blobs to include hotfix from previous release (#4...
  • 7a01ac6 [Storage] Prepare for patch release for Storage GA releases (except for blobs...
  • 635f03f Update Packages.Data.props (#46534)
  • 3691dff Update version of System.Text.Json (#46508)
  • 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)
  • Additional commits viewable in compare view

Updates Azure.Storage.Queues from 12.20.0 to 12.20.1

Release notes

Sourced from Azure.Storage.Queues's releases.

Azure.Storage.Files.Shares_12.20.1

12.20.1 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Files.DataLake_12.20.1

12.20.1 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Queues_12.20.1

12.20.1 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.
Commits
  • 8c14304 [Storage] Patch Release for Blobs to include hotfix from previous release (#4...
  • 7a01ac6 [Storage] Prepare for patch release for Storage GA releases (except for blobs...
  • 635f03f Update Packages.Data.props (#46534)
  • 3691dff Update version of System.Text.Json (#46508)
  • See full diff in compare view

Updates Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore from 2.0.0-preview1 to 2.0.0-preview2

Commits

Updates Microsoft.Azure.Functions.Worker from 1.23.0 to 2.0.0-preview2

Changelog

Sourced from Microsoft.Azure.Functions.Worker's changelog.

What's Changed

Commits

Updates Microsoft.Azure.Functions.Worker.Sdk from 1.18.0 to 1.18.1

Release notes

Sourced from Microsoft.Azure.Functions.Worker.Sdk's releases.

Microsoft.Azure.Functions.Worker.Sdk 1.18.1

What's Changed

Microsoft.Azure.Functions.Worker.Sdk 1.18.1

  • Updated Microsoft.Azure.Functions.Worker.Sdk.Generators reference to 1.3.4.

Microsoft.Azure.Functions.Worker.Sdk.Generators 1.3.4

  • Changed FunctionExecutorGenerator to avoid generation of long if/else chains for apps with a large number of functions.
Commits
  • 0f345be Generators package version update (#2755)
  • a98b271 Updating FunctionExecutorGenerator to avoid long if/else chains.
  • 903be9c Update EntityFramework sample pkg versions (#2742)
  • 39cb965 Updating packages dependencies to the latest (#2729)
  • 24cd553 Function App (Flex Cosumption) ZipDeploy publish support (#2712)
  • 1ee6449 Adding project name to task display names
  • 228f838 Fixing project structure for ASP.NET Core Analyzers
  • dc09a2d Updating ASP.NET Core integration extension version
  • 3c4d5b4 DefaultHttpCoordinator SetHttpContextAsync should use async/await to make the...
  • feb9472 Opting out of central package management in extensions inner build
  • Additional commits viewable in compare view

Updates Azure.Security.KeyVault.Secrets from 4.6.0 to 4.7.0

Release notes

Sourced from Azure.Security.KeyVault.Secrets's releases.

Azure.Security.KeyVault.Keys_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Certificates_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).

Azure.Security.KeyVault.Secrets_4.7.0

4.7.0 (2024-10-14)

Features Added

  • Support for Continuous Access Evaluation (CAE).
Commits

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

Release notes

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

8.0.0 - October 3rd, 2024

Breaking Changes

  • Increased the default maximum retry count when resolving Key Vault references and increased the minimum refresh interval to 1 minute. This helps prevent requests to Key Vault from being throttled and will reduce the chance of failing to resolve a secret due to momentary failures. #589
  • Removed .NET 7 as a target framework as .NET 7 is out of support. #567
  • The APIs AzureAppConfigurationRefreshOptions.SetCacheExpiration and FeatureFlagOptions.CacheExpirationInterval have been deprecated and will be removed in a future release. They are replaced with AzureAppConfigurationRefreshOptions.SetRefreshInterval and FeatureFlagOptions.SetRefreshInterval, respectively. This change does not affect functionality but aims to eliminate confusion regarding cache expiration implied by the previous API names. #350

Enhancements

  • Variant Feature Flags and Telemetry: This is the first stable release with support for the variants, allocation, and telemetry properties for feature flags added by version 4.0.0 of the Microsoft.FeatureManagement.* libraries. While variant feature flags can still be toggled on or off, they also allow for different configurations, ranging from simple primitives to complex JSON objects. Variant feature flags are particularly useful for feature rollouts, configuration rollouts, and feature experimentation (also known as A/B testing).

  • This is the first stable release of the load balancing mode introduced in 8.0.0-preview.3. Load balancing enables your application to distribute requests to App Configuration across all available replicas. This enhancement improves the scalability of applications that typically experience high request volumes to App Configuration, ensuring they remain within quota limits. Load balancing mode is off by default and can be activated by setting the new AzureAppConfigurationOptions.LoadBalancingEnabled property to true. #535

  • Added the ability to configure options used to connect to Key Vault resources that have no registered SecretClient with the following new API. #274

    public AzureAppConfigurationKeyVaultOptions ConfigureClientOptions(Action<SecretClientOptions> configure)

    This API can be called from within the AzureAppConfigurationOptions.ConfigureKeyVault method.

8.0.0-preview.3

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.0.0-preview.3 - July 18, 2024

Breaking Changes

  • Removed .NET 7 as a target framework as .NET 7 is out of support. #567
  • The APIs AzureAppConfigurationRefreshOptions.SetCacheExpiration and FeatureFlagOptions.CacheExpirationInterval have been deprecated and will be removed in a future release. They are replaced with AzureAppConfigurationRefreshOptions.SetRefreshInterval and FeatureFlagOptions.SetRefreshInterval, respectively. This change does not affect functionality but aims to eliminate confusion regarding cache expiration implied by the previous API names. #350

Enhancements

  • A load balancing mode has been introduced, enabling your application to distribute requests to App Configuration across all available replicas. This enhancement improves the scalability of applications that typically experience high request volumes to App Configuration, ensuring they remain within quota limits. Load balancing mode is off by default and can be activated by setting the new AzureAppConfigurationOptions.LoadBalancingEnabled property to true. #535
  • Variant feature flags are now output using the Microsoft feature flag schema v2.0.0, while the output of configuration for classic feature flags remains unchanged. #543

Microsoft.Azure.AppConfiguration.AspNetCore 8.0.0-preview.3 - July 18, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.0.0-preview.3. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.0.0-preview.3 - July 18, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.0.0-preview.3. See the release notes for more information on the changes.

8.0.0-preview.2

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.0.0-preview.2 - March 18, 2024

Bug Fixes

  • Fixed a bug where a FormatException may be thrown for a variant feature flag when the configuration value was not set to a string or null. With this fix, the configuration value of a variant can be a string, number, boolean, array, or JSON object. #531

Microsoft.Azure.AppConfiguration.AspNetCore 8.0.0-preview.2 - March 18, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.0.0-preview.2. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 8.0.0-preview.2 - March 18, 2024

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.0.0-preview.2. See the release notes for more information on the changes.

8.0.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.0.0-preview - February 28, 2024

... (truncated)

Commits

Updates Microsoft.Azure.Cosmos from 3.43.1 to 3.44.1

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.44.0

3.44.0 - 2024-10-07

Added

  • 4725 Region Availability: Added multiple new regions for public use in bulk.

  • 4664 OpenTelemetry: Added query text as an attribute to improve traceability and provide more detailed insights into query execution.

  • 4643 OpenTelemetry: Updated operation names to follow standard naming conventions, improving consistency and traceability across services.

Fixed

  • 4762 OpenTelemetry: Fixed event filtering to correctly handle non-failure status codes like 404 or 0.

  • 4713 Routing: Resolved an issue with excluding specific regions in RequestOptions for the ReadMany operation, ensuring requests are routed only to the desired regions for optimized data retrieval.

3.44.0-preview.1

3.44.0-preview.1 - 2024-09-18

Fixed

  • 4684 Hedging: Fixes Typo (WithAvailibilityStrategy -> WithAvailabilityStrategy) in CosmosClientBuilder

3.44.0-preview.0

3.44.0-preview.0 - 2024-09-04

Added

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

Sourced from Microsoft.Azure.Cosmos's changelog.

3.44.1 - 2024-10-16

Fixed

  • 4799 Open Telemetry: Re-added deprecated attribute to support Application Insights SDK by default. For OpenTelemetry attributes, set the environment variable OTEL_SEMCONV_STABILITY_OPT_IN=database/dupe.

3.45.0-preview.0 - 2024-10-07

Added

  • 4566 Container: Added support for IsFeedRangePartOfAsync, enabling precise comparisons to determine relationships between FeedRanges.

3.44.0 - 2024-10-07

Added

  • 4725 Region Availability: Added multiple new regions for public use in bulk.

  • 4664 OpenTelemetry: Added query text as an attribute to improve traceability and provide more detailed insights into query execution.

  • 4643 OpenTelemetry: Updated operation names to follow standard naming conventions, improving consistency and traceability across services.

Fixed

  • 4762 OpenTelemetry: Fixed event filtering to correctly handle non-failure status codes like 404 or 0.

  • 4713 Routing: Resolved an issue with excluding specific regions in RequestOptions for the ReadMany operation, ensuring requests are routed only to the desired regions for optimized data retrieval.

3.44.0-preview.1 - 2024-09-18

Fixed

  • 4684 Hedging: Fixes Typo (WithAvailibilityStrategy -> WithAvailabilityStrategy) in CosmosClientBuilder
Commits

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 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.1` | `1.13.0` |
| [Azure.Messaging.ServiceBus](https://github.com/Azure/azure-sdk-for-net) | `7.18.1` | `7.18.2` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.22.1` | `12.22.2` |
| [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) | `12.20.0` | `12.20.1` |
| [Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore](https://github.com/Azure/azure-functions-dotnet-worker) | `2.0.0-preview1` | `2.0.0-preview2` |
| [Microsoft.Azure.Functions.Worker](https://github.com/Azure/azure-functions-dotnet-worker) | `1.23.0` | `2.0.0-preview2` |
| [Microsoft.Azure.Functions.Worker.Sdk](https://github.com/Azure/azure-functions-dotnet-worker) | `1.18.0` | `1.18.1` |
| [Azure.Security.KeyVault.Secrets](https://github.com/Azure/azure-sdk-for-net) | `4.6.0` | `4.7.0` |
| [Microsoft.Azure.AppConfiguration.AspNetCore](https://github.com/Azure/Azconfig-DotnetProvider) | `7.3.0` | `8.0.0` |
| [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) | `3.43.1` | `3.44.1` |



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

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

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

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

Updates `Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore` from 2.0.0-preview1 to 2.0.0-preview2
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits)

Updates `Microsoft.Azure.Functions.Worker` from 1.23.0 to 2.0.0-preview2
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits)

Updates `Microsoft.Azure.Functions.Worker.Sdk` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases)
- [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md)
- [Commits](Azure/azure-functions-dotnet-worker@1.18.0...sdk-1.18.1)

Updates `Azure.Security.KeyVault.Secrets` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Security.KeyVault.Secrets_4.6.0...Azure.Security.KeyVault.Secrets_4.7.0)

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

Updates `Microsoft.Azure.Cosmos` from 3.43.1 to 3.44.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](https://github.com/Azure/azure-cosmos-dotnet-v3/commits)

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Azure.Messaging.ServiceBus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Storage.Blobs
  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-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Microsoft.Azure.Functions.Worker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure
- dependency-name: Microsoft.Azure.Functions.Worker.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: azure
- dependency-name: Azure.Security.KeyVault.Secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure
- dependency-name: Microsoft.Azure.AppConfiguration.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Oct 21, 2024

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

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