-
Notifications
You must be signed in to change notification settings - Fork 553
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
Conversation
Followed https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/MIGRATION_GUIDE.md for Error Handling and Pagination |
68e5000
to
edd60a5
Compare
d81f4d9
to
6483aee
Compare
@@ -35,10 +34,6 @@ func TestAccDataSourceAzureAccessCredentials_basic(t *testing.T) { | |||
resource.TestCheckResourceAttrSet("data.vault_azure_access_credentials.test", "lease_id"), | |||
), | |||
}, | |||
{ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Description
Closes #1971, closes #1972
Checklist
Output from acceptance testing:
Community Note