From 37a1b28e1ba619c75a0074bec4576bfda9bd0b20 Mon Sep 17 00:00:00 2001 From: skesali Date: Mon, 9 Dec 2024 21:48:06 +0530 Subject: [PATCH 1/4] changes for unit of measure bug --- plugins/modules/site_workflow_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/site_workflow_manager.py b/plugins/modules/site_workflow_manager.py index 0a7967bfdd..e0d77e2757 100644 --- a/plugins/modules/site_workflow_manager.py +++ b/plugins/modules/site_workflow_manager.py @@ -130,7 +130,7 @@ units_of_measure: description: | Specifies the unit of measurement for floor dimensions, typically 'feet' or 'meters'. - This field is introduced from version 2.3.7.6 onwards. + This field is introduced from version 2.3.7.6 onwards and it is optional field. type: str upload_floor_image_path: description: | From f9877230b94a6d95f4b5104ec10f004900679cf2 Mon Sep 17 00:00:00 2001 From: skesali Date: Mon, 9 Dec 2024 22:02:36 +0530 Subject: [PATCH 2/4] changes for unit of measure bug --- plugins/modules/site_workflow_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/site_workflow_manager.py b/plugins/modules/site_workflow_manager.py index e0d77e2757..4b06bc5257 100644 --- a/plugins/modules/site_workflow_manager.py +++ b/plugins/modules/site_workflow_manager.py @@ -131,6 +131,7 @@ description: | Specifies the unit of measurement for floor dimensions, typically 'feet' or 'meters'. This field is introduced from version 2.3.7.6 onwards and it is optional field. + default: feet type: str upload_floor_image_path: description: | From 126eaf7efb90d7f0b70aa5586fd20938a78970b9 Mon Sep 17 00:00:00 2001 From: skesali Date: Mon, 9 Dec 2024 22:17:02 +0530 Subject: [PATCH 3/4] changes for unit of measure bug --- plugins/modules/site_workflow_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/site_workflow_manager.py b/plugins/modules/site_workflow_manager.py index 4b06bc5257..6c30c55d23 100644 --- a/plugins/modules/site_workflow_manager.py +++ b/plugins/modules/site_workflow_manager.py @@ -129,8 +129,8 @@ type: int units_of_measure: description: | - Specifies the unit of measurement for floor dimensions, typically 'feet' or 'meters'. - This field is introduced from version 2.3.7.6 onwards and it is optional field. + Specifies the unit of measurement for floor dimensions, such as 'feet' or 'meters'. + This field was introduced in version 2.3.7.6 and is optional. default: feet type: str upload_floor_image_path: From ff7c304e89dbf47cb4b0dcad2dfa264d19f6e864 Mon Sep 17 00:00:00 2001 From: skesali Date: Mon, 9 Dec 2024 22:20:01 +0530 Subject: [PATCH 4/4] changes for unit of measure bug --- plugins/modules/site_workflow_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/site_workflow_manager.py b/plugins/modules/site_workflow_manager.py index 6c30c55d23..64c9996276 100644 --- a/plugins/modules/site_workflow_manager.py +++ b/plugins/modules/site_workflow_manager.py @@ -129,7 +129,7 @@ type: int units_of_measure: description: | - Specifies the unit of measurement for floor dimensions, such as 'feet' or 'meters'. + Specifies the unit of measurement for floor dimensions, such as 'feet' or 'meters'. This field was introduced in version 2.3.7.6 and is optional. default: feet type: str