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

build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources from 1.1.1 to 1.2.0 #40350

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources from 1.1.1 to 1.2.0.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources's releases.

sdk/messaging/azeventhubs/v1.2.0

1.2.0 (2024-05-07)

Bugs Fixed

Processor.Run had unclear behavior for some cases:

  • Run() now returns an explicit error when called more than once on a single Processor instance or if multiple Run calls are made concurrently. (PR#22833)
  • NextProcessorClient now properly terminates (and returns nil) if called on a stopped Processor. (PR#22833)

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/v1.2.0

1.2.0 (2024-05-24)

Features Added

  • New value ManagedClusterUpgradeTypeControlPlaneOnly added to enum type ManagedClusterUpgradeType
  • New enum type TargetType with values TargetTypeAfterStageWait, TargetTypeGroup, TargetTypeMember, TargetTypeStage
  • New function *UpdateRunsClient.BeginSkip(context.Context, string, string, string, SkipProperties, *UpdateRunsClientBeginSkipOptions) (*runtime.Poller[UpdateRunsClientSkipResponse], error)
  • New struct APIServerAccessProfile
  • New struct AgentProfile
  • New struct FleetHubProfile
  • New struct SkipProperties
  • New struct SkipTarget
  • New field HubProfile in struct FleetProperties

sdk/storage/azdatalake/v1.2.0

1.2.0 (2024-07-19)

Other Changes

  • Updated azblob version to 1.4.0
  • Updated azcore version to 1.13.0

sdk/data/azappconfig/v1.2.0-beta.1

1.2.0-beta.1 (2024-06-11)

Features Added

  • Support ETag-per-page
    • Added field MatchConditions to ListSettingsOptions which allows specifying request conditions when iterating over pages of settings.
    • Added field ETag to ListSettingsPageResponse which contains the ETag for a page of configuration settings.

Other Changes

  • Updated dependencies.

sdk/storage/azdatalake/v1.2.0-beta.1

1.2.0-beta.1 (2024-06-14)

Features Added

  • Added ACL response headers in GetBlobProperties API for Files.
  • Updated service version to 2024-05-04

... (truncated)

Commits
  • 0fbd371 Merge pull request #33 from jen20/virtual-network-client
  • c95e423 Add a client for Virtual Network management
  • af6985d Merge pull request #35 from ahmetalpbalkan/CreateBlockBlob
  • c99fb1d make block.Size int64, add CreateBlockBlob
  • 9abf8bf Merge pull request #28 from jen20/private-error-messages
  • c1f7c85 Merge pull request #24 from jf/codetweaks
  • 0d03132 Merge pull request #19 from jf/master
  • 24f03c1 Merge pull request #32 from jf/clean-currentTimeRfc1123Formatted
  • 30c4704 util.go: remove unused dateLayout from currentTimeRfc1123Formatted()
  • acc54a2 Merge pull request #29 from jen20/location-concatenation
  • Additional 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)

…er/resources/armresources

Bumps [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources](https://github.com/Azure/azure-sdk-for-go) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.1.1...v1.2)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 25, 2024 10:19
@dependabot dependabot bot added automation dependabot GitHub Dependabot labels Jul 25, 2024
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 25, 2024
@botelastic
Copy link

botelastic bot commented Jul 25, 2024

This pull request doesn't have a Team:<team> label.

Copy link
Contributor

mergify bot commented Jul 25, 2024

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @dependabot[bot]? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@pierrehilbert
Copy link
Collaborator

run docs-build

@zmoog
Copy link
Contributor

zmoog commented Jul 25, 2024

Notable changes since v1.1.1:

Features:

  • Support for test fakes and OpenTelemetry trace spans.

Bug fixes:

  • Fixed a potential panic in faked paged and long-running operations.

See sdk/resourcemanager/resources/armresources release history for more.

@pierrehilbert
Copy link
Collaborator

@zmoog Shouldn't we add a changelog to mention it?

@zmoog
Copy link
Contributor

zmoog commented Jul 25, 2024

Shouldn't we add a changelog to mention it?

Good point. We use the sdk/resourcemanager/resources/armresources package to list the Azure resources from which we collect the metric values.

We need to verify if the other packages involved in the metric collection workflow support OpenTelemetry trace spans. Listing the resources is one step out of five.

I can check this and update the changelog accordingly in a dedicated PR.

@zmoog
Copy link
Contributor

zmoog commented Jul 29, 2024

Added the issue #40375 to double-check the OpenTelemetry trace spans support in the Azure SDK package we use in Azure Monitor.

@zmoog zmoog merged commit 8a02de0 into main Jul 29, 2024
116 checks passed
@zmoog zmoog deleted the dependabot/go_modules/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources-1.2.0 branch July 29, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation dependabot GitHub Dependabot needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants