-
Notifications
You must be signed in to change notification settings - Fork 1.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
Remove async operation.(waitms and path) #12514
Remove async operation.(waitms and path) #12514
Conversation
mmv1/api/async.go
Outdated
|
||
Path string `yaml:"path,omitempty"` | ||
|
||
BaseUrl string `yaml:"base_url,omitempty"` | ||
|
||
WaitMs int `yaml:"wait_ms,omitempty"` | ||
|
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 might need to leave it in the serializer otherwise this will break any existing PRs that use this.
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
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.
LGTM given there are no diffs and we're not actually removing support.
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR hasn't generated any diffs, but I'll let you know if a future commit does. |
helps with hashicorp/terraform-provider-google#17098
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.