azure-resourcemanager-exporter
azure-resourcemanager-exporter copied to clipboard
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.2 to 1.11.1
Bumps github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.2 to 1.11.1.
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
sdk/azcore/v1.11.1
1.11.1 (2024-04-02)
Bugs Fixed
- Pollers that use the
Location
header won't considerhttp.StatusRequestTimeout
a terminal failure.runtime.Poller[T].Result
won't consider non-terminal error responses as terminal.sdk/azcore/v1.11.0
1.11.0 (2024-04-01)
Features Added
- Added
StatusCodes
toarm/policy.RegistrationOptions
to allow supporting non-standard HTTP status codes during registration.- Added field
InsecureAllowCredentialWithHTTP
toazcore.ClientOptions
and dependent authentication pipeline policies.- Added type
MultipartContent
to thestreaming
package to support multipart/form payloads with custom Content-Type and file name.Bugs Fixed
runtime.SetMultipartFormData
won't try to stringify[]byte
values.- Pollers that use the
Location
header won't considerhttp.StatusTooManyRequests
a terminal failure.Other Changes
- Update dependencies.
sdk/azcore/v1.10.0
1.10.0 (2024-02-29)
Features Added
- Added logging event
log.EventResponseError
that will contain the contents ofResponseError.Error()
whenever anazcore.ResponseError
is created.- Added
runtime.NewResponseErrorWithErrorCode
for creating anazcore.ResponseError
with a caller-supplied error code.- Added type
MatchConditions
for use in conditional requests.Bugs Fixed
- Fixed a potential race condition between
NullValue
andIsNullValue
.runtime.EncodeQueryParams
will escape semicolons before callingurl.ParseQuery
.Other Changes
- Update dependencies.
Commits
76e5495
Prep [email protected] for release (#22680)2650473
Increment package version after release of messaging/azeventhubs (#22677)51ef615
runtime.Poller.Result won't be done on non-terminal error (#22675)aef7678
Increment package version after release of messaging/azservicebus (#22678)a67b4de
Increment package version after release of messaging/eventgrid/azeventgrid (#...e978d51
[azopenai] Updating doc comments based on feedback from an issue, as well as ...4116d5d
Don't consider 408 as terminal failure for Location poller (#22674)e036aea
Sync eng/common directory with azure-sdk-tools for PR 7989 (#22673)53f73ad
Sync eng/common directory with azure-sdk-tools for PR 7988 (#22672)9e78ee2
[azeventgrid] Prepping for first GA of the Event Grid Basic package. (#22667)- 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 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)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
@dependabot rebase
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate
.
@dependabot rebase
Looks like github.com/Azure/azure-sdk-for-go/sdk/azcore is up-to-date now, so this is no longer needed.