Skip to content

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.1.0 to 1.5.0 - #4469

Open
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets-1.5.0
Open

chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.1.0 to 1.5.0#4469
dependabot[bot] wants to merge 4 commits into
mainfrom
dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.1.0 to 1.5.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets's releases.

sdk/data/azcosmos/v1.5.0

1.5.0 (2026-07-13)

Breaking Changes

  • Removed the external query engine integration from QueryOptions and deleted the sdk/data/azcosmos/queryengine package for the 1.5.0 GA release. This feature will return in the upcoming 1.6.0 preview release. See PR 27134.
  • Renamed ChangeFeedResponse.GetContRanges() to ChangeFeedResponse.GetContinuationRange(). This API was previously only present in a beta release. See PR 27148.
  • Renamed ChangeFeedResponse.Documents to ChangeFeedResponse.Items and changed its type from []json.RawMessage to [][]byte. This API was previously only present in a beta release. See PR 27175.
  • Renamed ContainerClient.GetFeedRanges and ContainerClient.GetChangeFeed to ContainerClient.ReadFeedRanges and ContainerClient.ReadChangeFeed, respectively. This API was previously only present in a beta release. See PR 27183.
  • Renamed the ReadManyOptions type to ReadManyItemsOptions to align with the ReadManyItems method. This API was previously only present in a beta release. See PR 27183.
  • Added a *FeedRangesOptions parameter to ContainerClient.ReadFeedRanges. This API was previously only present in a beta release. See PR 27175.
  • Renamed ChangeFeedRangeOptions.EpkMinHeader and ChangeFeedRangeOptions.EpkMaxHeader to EPKMinHeader and EPKMaxHeader. These fields were previously only present in a beta release. See PR 27166.
  • Diagnostics.StartTimeUTC() now returns a time.Time (zero value when no diagnostics are present) instead of a *time.Time. This API was previously only present in a beta release. See PR 27166.
  • Removed the NewFeedRange constructor. Construct a FeedRange directly using a struct initializer instead. This API was previously only present in a beta release. See PR 27166.
  • Removed the PriorityLevel.ToPtr method. Use to.Ptr from azcore instead. This API was previously only present in a beta release. See PR 27166.

Other Changes

  • The per-account metadata caches (the shared container-properties and partition-key-range caches, see PR 26723) are now held in the process-wide registry via weak references. This lets the garbage collector reclaim a Client's caches once the client is discarded, greatly reducing the memory retained when a Client is dropped without calling Close. See PR 27166.

sdk/resourcemanager/resourcehealth/armresourcehealth/v1.4.0

1.4.0 (2026-06-24)

Features Added

  • New value EventTypeValuesBilling added to enum type EventTypeValues
  • New enum type EventSubTypeValues with values EventSubTypeValuesForeignExchangeRateChange, EventSubTypeValuesMeterIDChanges, EventSubTypeValuesOverbilling, EventSubTypeValuesPriceChanges, EventSubTypeValuesRetirement, EventSubTypeValuesTaxChanges, EventSubTypeValuesUnauthorizedPartyAbuse, EventSubTypeValuesUnderbilling
  • New function *EventClient.FetchBilllingCommunicationDetailsBySubscriptionIDAndTrackingID(ctx context.Context, eventTrackingID string, options *EventClientFetchBilllingCommunicationDetailsBySubscriptionIDAndTrackingIDOptions) (EventClientFetchBilllingCommunicationDetailsBySubscriptionIDAndTrackingIDResponse, error)
  • New field BillingID, CurrencyType, EventSubType, EventTags, IsEventSensitive, NewRate, OldRate in struct EventProperties
  • New field ImpactedServiceGUID in struct Impact
  • New field PreviousID, Priority, ServiceGUID in struct MetadataSupportedValueDetail
  • New field EventTags in struct Update

sdk/resourcemanager/computelimit/armcomputelimit/v1.3.0

1.3.0 (2026-07-17)

Features Added

  • New function *ClientFactory.NewTrustedHostSubscriptionsClient() *TrustedHostSubscriptionsClient
  • New function NewTrustedHostSubscriptionsClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*TrustedHostSubscriptionsClient, error)
  • New function *TrustedHostSubscriptionsClient.Create(ctx context.Context, location string, hostSubscriptionID string, resource TrustedHostSubscription, options *TrustedHostSubscriptionsClientCreateOptions) (TrustedHostSubscriptionsClientCreateResponse, error)
  • New function *TrustedHostSubscriptionsClient.Delete(ctx context.Context, location string, hostSubscriptionID string, options *TrustedHostSubscriptionsClientDeleteOptions) (TrustedHostSubscriptionsClientDeleteResponse, error)
  • New function *TrustedHostSubscriptionsClient.Get(ctx context.Context, location string, hostSubscriptionID string, options *TrustedHostSubscriptionsClientGetOptions) (TrustedHostSubscriptionsClientGetResponse, error)
  • New function *TrustedHostSubscriptionsClient.NewListBySubscriptionLocationResourcePager(location string, options *TrustedHostSubscriptionsClientListBySubscriptionLocationResourceOptions) *runtime.Pager[TrustedHostSubscriptionsClientListBySubscriptionLocationResourceResponse]
  • New struct TrustedHostSubscription
  • New struct TrustedHostSubscriptionListResult

sdk/resourcemanager/computelimit/armcomputelimit/v1.2.1

1.2.1 (2026-07-07)

Other Changes

  • Updated documentation for FeaturesClient.BeginDisable, FeaturesClient.BeginEnable, and related methods to note that the Contributor role is required.

... (truncated)

Commits

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 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)

…ault/azsecrets

Bumps [github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets](https://github.com/Azure/azure-sdk-for-go) from 1.1.0 to 1.5.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@v1.1...sdk/azcore/v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 28, 2026 14:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 28, 2026
…-sdk-for-go/sdk/security/keyvault/azsecrets-1.5.0

@mikeee mikeee left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

breaking changes

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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant