From 9bfffd56e8a3c30cbf6f31563a798f3bfde4a9fb Mon Sep 17 00:00:00 2001 From: The Magician Date: Fri, 1 May 2020 13:05:39 -0400 Subject: [PATCH] Add back requireds on stripquery (#3443) (#215) * Add back requireds on stripquery * Move required to terraform.yaml, add description on empty blocks' * Fixed to preserve backwards compatibility * Remove last default in description * Default back to false in ansible urlmaps Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_region_url_map.py | 16 ++++++++-------- .../modules/gcp_compute_region_url_map_info.py | 7 +++---- plugins/modules/gcp_compute_url_map.py | 10 ++++------ plugins/modules/gcp_compute_url_map_info.py | 6 ++---- 4 files changed, 17 insertions(+), 22 deletions(-) diff --git a/plugins/modules/gcp_compute_region_url_map.py b/plugins/modules/gcp_compute_region_url_map.py index 4be7649..5457748 100644 --- a/plugins/modules/gcp_compute_region_url_map.py +++ b/plugins/modules/gcp_compute_region_url_map.py @@ -925,8 +925,8 @@ options: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. The default value + is false. required: false default: 'false' type: bool @@ -1483,7 +1483,7 @@ options: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query - portion of the original URL is retained. The default is set to false. + portion of the original URL is retained. required: false default: 'false' type: bool @@ -1582,7 +1582,7 @@ options: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of - the original URL is retained. The default is set to false. + the original URL is retained. required: false default: 'false' type: bool @@ -2494,8 +2494,8 @@ pathMatchers: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. The default value is + false. returned: success type: bool pathRules: @@ -3005,7 +3005,7 @@ pathMatchers: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion - of the original URL is retained. The default is set to false. + of the original URL is retained. returned: success type: bool tests: @@ -3094,7 +3094,7 @@ defaultUrlRedirect: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the - original URL is retained. The default is set to false. + original URL is retained. returned: success type: bool region: diff --git a/plugins/modules/gcp_compute_region_url_map_info.py b/plugins/modules/gcp_compute_region_url_map_info.py index 70cf879..32b65ae 100644 --- a/plugins/modules/gcp_compute_region_url_map_info.py +++ b/plugins/modules/gcp_compute_region_url_map_info.py @@ -960,7 +960,7 @@ resources: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained. The default - is set to false. + value is false. returned: success type: bool pathRules: @@ -1484,8 +1484,7 @@ resources: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. returned: success type: bool tests: @@ -1575,7 +1574,7 @@ resources: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion - of the original URL is retained. The default is set to false. + of the original URL is retained. returned: success type: bool region: diff --git a/plugins/modules/gcp_compute_url_map.py b/plugins/modules/gcp_compute_url_map.py index 31b7b47..952c526 100644 --- a/plugins/modules/gcp_compute_url_map.py +++ b/plugins/modules/gcp_compute_url_map.py @@ -783,8 +783,7 @@ options: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. required: false default: 'false' type: bool @@ -1641,7 +1640,7 @@ options: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query - portion of the original URL is retained. The default is set to false. + portion of the original URL is retained. required: false default: 'false' type: bool @@ -2529,8 +2528,7 @@ pathMatchers: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. returned: success type: bool routeRules: @@ -3323,7 +3321,7 @@ pathMatchers: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion - of the original URL is retained. The default is set to false. + of the original URL is retained. returned: success type: bool tests: diff --git a/plugins/modules/gcp_compute_url_map_info.py b/plugins/modules/gcp_compute_url_map_info.py index 34e9f06..d55e337 100644 --- a/plugins/modules/gcp_compute_url_map_info.py +++ b/plugins/modules/gcp_compute_url_map_info.py @@ -811,8 +811,7 @@ resources: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, - the query portion of the original URL is retained. The default - is set to false. + the query portion of the original URL is retained. returned: success type: bool routeRules: @@ -1625,8 +1624,7 @@ resources: description: - If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the - query portion of the original URL is retained. The default is set - to false. + query portion of the original URL is retained. returned: success type: bool tests: