-
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
Update urlRedirect property of UrlMap and RegionUrlMap #3378
Update urlRedirect property of UrlMap and RegionUrlMap #3378
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
Hello! I am a robot who works on Magic Modules PRs. I have detected that you are a community contributor, so your PR will be assigned to someone with a commit-bit on this repo for initial review. Thanks for your contribution! A human will be with you soon. @emilymye, please review this PR or find an appropriate assignee. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 2 files changed, 56 insertions(+), 39 deletions(-)) |
Oops! It looks like you're using an unknown release-note type in your changelog entries:
Please only use the types listed in https://github.com/GoogleCloudPlatform/magic-modules/blob/master/.ci/RELEASE_NOTES_GUIDE.md. |
@googlebot I signed it! |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
Picking a new reviewer randomly while Emily's out |
Looks good, thanks @ctavan Can I have you push a new commit to this branch to re-trigger the build checks? I added a changelog note so it should pass that step now. You can just amend your previous commit and force push |
* The stripQuery parameter should not be required since it is set to false by default. * Documentation has been synced with: https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps
6f0d41c
to
31153d5
Compare
@slevenick I rebased and did a force push. |
Hi! I'm the modular magician. Your PR generated some diffs in downstreams - here they are. Diff report:Terraform GA: Diff ( 2 files changed, 56 insertions(+), 39 deletions(-)) |
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.
Thanks for the updates!
Eep, this change allows a config to contain an empty |
Uhh, ooh… I'm sorry, I was definitely not aware of that! From reading the docs I cannot tell for sure if there is any of the properties in the If we have to go back to the workaround of making at least one property required I think we should
All that I can tell for sure is that if this is a problem we have the same problem with the |
Ack I missed this! I'll go back through the fields changed in this PR and those added in #3379 to require the Unfortunately we can't switch from having |
…atform#3378) * The stripQuery parameter should not be required since it is set to false by default. * Documentation has been synced with: https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps
false by default.
https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps
Release Note Template for Downstream PRs (will be copied)