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

chore: update azure sdk deps #2050

Merged
merged 12 commits into from
Oct 16, 2023
Merged

chore: update azure sdk deps #2050

merged 12 commits into from
Oct 16, 2023

Conversation

fairclothjm
Copy link
Contributor

@fairclothjm fairclothjm commented Oct 12, 2023

Description

Closes #1971, closes #1972

Checklist

  • Added CHANGELOG entry (only for user-facing changes)
  • Acceptance tests where run against all supported Vault Versions

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

@fairclothjm
Copy link
Contributor Author

@@ -35,10 +34,6 @@ func TestAccDataSourceAzureAccessCredentials_basic(t *testing.T) {
resource.TestCheckResourceAttrSet("data.vault_azure_access_credentials.test", "lease_id"),
),
},
{
Copy link
Contributor

Choose a reason for hiding this comment

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

is this test no longer needed? Seems like it was maybe flaky?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't actually understand this test. I think possibly the source code that it was testing has since been changed. I can't find any error string in TFVP or vault that matches the regex used here.

@fairclothjm fairclothjm merged commit 93637cd into main Oct 16, 2023
11 checks passed
@fairclothjm fairclothjm deleted the update-azure-sdk branch October 16, 2023 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bump github.com/golang-jwt/jwt/v4 version to v4.4.3
3 participants