Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support Self Service Maintenance feature #6131
Support Self Service Maintenance feature #6131
Changes from 32 commits
2f21578
cb08b34
6e0a876
f890112
a036a42
d15bed2
d126eb5
b5f5b45
036fd77
37ea61d
d97c2eb
9badea9
7f32388
fe2954c
2612558
fa2b40f
7d19060
58996f1
ae1b30b
85b7801
19cf115
c0dd9d5
a956cf4
909bd35
3c52e8b
6f0eac2
bc42349
04cfe58
2e8918b
f6a879a
4b30e36
d77cb6f
81ca557
3e313ed
294bad0
767fef9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Question: Do you think if we should suppress when
old[len(old)-14:] = new[len(new)-14:]
?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.
Good question. If the version is same, it's a no-op on the backend. Having said that, I think we can also suppress on Terraform side when it's equal. I have added that logic.
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 believe this is a copy error and should be removed?