-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Update Azure Cosmos DB API to to 2020-04-01 from 2015-04-08 #7597
Update Azure Cosmos DB API to to 2020-04-01 from 2015-04-08 #7597
Conversation
Current outstanding issues
|
- Move parse functionality from /helpers/azure/cosmos.go to individual helper functions.
All other consistency ttpes for updating this are noops
…sdb_account This resolved the issue of the acceptance tests from finding all read locations
…CollectionIndexes
…e_cosmosdb_account
…e_cosmosdb_account
@katbyte this is ready for review, there are 3 acceptance tests that are failing with the following message which seems to be outside of the scope of this PR
All of the messages failures a similar error during teardown, which seems to be a deletion timing error
|
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.
Thanks @marc-sensenich! checked and those tests have been failing on master for a while. this LGTM now 👍
This has been released in version 2.20.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 2.20.0"
}
# ... other configuration ... |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Forked from #6253 and brings the Cosmos DB API up to 2020-04-01
Closes #6253
Acceptance Test Statuses (65/68 passing)