-
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
apimanagement upgrade from 2019-12-01
to 2020-12-01
#11146
Conversation
@MattiasAng Thanks for this PR! Do you need to upgrade v52.5.0 to v52.6.0? SDK version upgrades usually affect a lot of services and we will normally do this in a standalone PR. |
@manicminer SDK update was merged yesterday, see #11108 🙂 |
@MattiasAng Sorry about that, misread the diff there! I'm running through the acctests for this and will hopefully be able to review it tomorrow (API management takes awhile). |
Hi @MattiasAng, sorry for the delay on reviewing this, could you resolve the conflicts and I'll get to it asap. Thanks! |
@manicminer Should be fixed now |
@MattiasAng Thanks, now awaiting acceptance test results |
@MattiasAng I've run these a few times to average out the failures. I'm getting a consistent failure for
Could you look into that? |
Thanks for doing the integration tests. Did a quick test and it seems like it is not being set at all so need to do some API testing to see if there are issues there first. |
Unfortunately this seems to be an API bug. Rest specifications looks correct.
vs
What is the best way forward to report these kind of bugs? |
@MattiasAng I've opened an issue at Azure/azure-rest-api-specs#14128 referencing the example responses you posted. We can potentially work around this by examining the values in configuration using |
755b1af
to
dc798a8
Compare
@manicminer Should be good to go now. |
@MattiasAng Great, thanks for circling back. Running the |
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.
This has been released in version 2.57.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.57.0"
}
# ... other configuration ... |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Requires go sdk v52.6.0 like #11108
Dependency to be able to implement #10138 and probably a couple of more issues.
Need some help with the tests since it is incredibly slow and my MSDN subscription is running out of money. Ran tests for those resources where changes were required.