-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[Redis] Updating Tags is broken 😢 #1152
Comments
@StephenWeatherford / @whiskeyjay / @marstr / @colemickens sorry to ask, but would one of you mind pointing a member of the Redis team at this issue? Thanks! :) |
@TimLovellSmith from the Redis Cache team and @ravbhatnagar from the ARM team should be able to help us in this issue. |
Thanks @amarzavery :) |
@TimLovellSmith 👋 sorry to pester, any idea of a rough timeframe for this? |
Update: I am trying to contact Tim offline. I will get the details and provide the update soon. |
@tombuildsstuff @amarzavery Hi, thanks for reporting the issue, there's indeed a bug here. We will fix this in our next server update. |
👋 hey @TimLovellSmith - so that I can manage expectations on our end - any idea when the next server update will be? Thanks! :) |
@tombuildsstuff Hey Tom, we just finished rolling the fix for the Tags issue end of last week. I hope it works for you now! |
@kirthik Hi, the issue should be fixed now could you resolve/close this please as I don't have the permissions! |
@TimLovellSmith - Could you please link to the commit id for tracking purpose? |
@kirthik Its fixed server side, so its not part of this repo! |
Thanks for looking into this - unfortunately this still appears to be broken for me, would it be possible to take another look? Thanks! :) |
@tombuildsstuff @kirthik (Sample response for GET after doing PATCH: |
👋 @TimLovellSmith out of interest which API version are you using? This is the PATCH request I'm doing through the Go SDK:
and the GET response afterwards:
Would you mind sharing the PATCH request you're doing to compare if there's a Swagger bug here too? Thanks! :) |
@tombuildsstuff @kirthik This is specified by inheritance relationship in the swagger https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-redis/2017-02-01/swagger/redis.json
(It should be the same for all api-versions.) |
@TimLovellSmith so does that need a Swagger change to resolve this issue? Thanks! |
👋 @amarzavery @TimLovellSmith given this isn't fixed and requires a Swagger update, can we re-open this issue until this is resolved please? related: I thought I'd have permission to re-open an issue I created? apparently not :/ Thanks! |
…ger specs (declared in wrong scope). Should address Azure#1152.
👋 hey folks!
I realise this may not be the best place to file this issue (sorry!), but I'm unsure where I should be filing this kind of issue.
An issue's been opened on the Terraform repo about being unable to update Tags for a Redis instance.
This is supported in both the API and the Azure SDK for Go - however when making changes to the Redis instance, as shown below - the value for
Tags
isn't updated. Note that theprovisioningState
is succeeded, so it's not in an updating state either:When subsequently doing a GET Request to retrieve the status, the Tags aren't set. This also happens when requesting it ~15m later, so it's not an eventual consistency issue either.
All of this leads me to think that the API is broken :(
Would it be possible to tag someone from the Redis team to look at this?
Out of interest, is there a repository that's best to file these issues on? I'm aware this probably isn't the best place to raise this kind of issue (sorry!), but I'm lost for where else would be best to raise it :(
Thanks!
The text was updated successfully, but these errors were encountered: