Bugfix - Allow configuration of disableChallengeResourceVerification property of AKV SecretClient#36603
Conversation
* Update versions manually * Update version/changelog/readme
* Increment package versions for spring releases * Update pom.xml * Update version_client.txt --------- Co-authored-by: Muyao Feng <92105726+Netyyyy@users.noreply.github.com>
- Adds disableChallengeResourceVerification property to properties objects - Includes new property in mapping methods - Configures SecretClient in Factory when disableChallengeResourceVerification is set - Configures CertificateClient in Factory when disableChallengeResourceVerification is set - Updates/adds new tests - Updates Changelog Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
|
Thank you for your contribution @nagyesta! We will review the pull request and get back to you soon. |
|
@microsoft-github-policy-service agree |
|
@nagyesta thanks for the PR, this PR looks great, I left some comments to your PR, please check. |
… - Code review fixes #1 - Renames disableChallengeResourceVerification to challengeResourceVerificationEnabled - Adds additional JavaDoc Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
|
Hi @saragluna , |
- Fix a missed JavaDoc Signed-off-by: Esta Nagy <nagyesta@gmail.com>
…nge-resource-verification-akv-_on_5-5-0
|
@nagyesta I changed the base branch to |
…onal-spring-configuration-metadata.json
|
@nagyesta I pushed one commit to your PR, the changes including:
|
|
@nagyesta I left two more comments. |
… - Code review fixes Azure#3 - Simplifies factory method logic as per code review recommendation Resolves Azure#36561 Signed-off-by: Esta Nagy <nagyesta@gmail.com>
|
Hi @saragluna , Regarding the base branch, I wasn't aware of it sorry! Will it be a problem that the PR now contains the version bump specific changes from the release branch? |
|
Thanks @nagyesta, no worries, the version bump is already in the base branch, so it won't be an issue. |
|
@Netyyyy, let's cherry pick this feature to the main branch. |
Description
Fixes #36561
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines