-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Update create_url updateMask for google_chronicle_rule_deployment res… #13053
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 create_url updateMask for google_chronicle_rule_deployment res… #13053
Conversation
Hello! I am a robot. Tests will require approval from a repository maintainer to run. @ScottSuarez, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 20 Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
Is there more context on this change? What issue might it be fixing and would that be testable? It's possible this is just a difference of implementation? |
@ScottSuarez So, run_frequency is an optional field for us. Now, during the create call, just assume a case that you don't specify it in your terraform code. Now the updateMask in create_url has run_frequency param (and infact all 4 params, which is the case before this PR because create_url updateMask is hardcoded), the API complains, because it expects a value of the params if they are in updateMask. This PR is to fix the issue that if you don't pass "run_frequency" during your terraform create call for a rule_deployment resource, it won't complain and work as expected. |
0817a8e
…ource
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.