From de9655175382f65d5b6a07959f5529a858ea6046 Mon Sep 17 00:00:00 2001 From: Leon Date: Mon, 14 Nov 2022 09:34:16 +0100 Subject: [PATCH] Use the proper keyname --- src/Compute/v2/Params.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Compute/v2/Params.php b/src/Compute/v2/Params.php index 3825138a..ff5cd452 100644 --- a/src/Compute/v2/Params.php +++ b/src/Compute/v2/Params.php @@ -706,7 +706,7 @@ public function policy(): array { return [ 'type' => self::STRING_TYPE, - 'sendAs' => 'policy', + 'sentAs' => 'policy', 'description' => << self::BOOLEAN_TYPE, - 'sendAs' => 'config_drive', + 'sentAs' => 'config_drive', 'description' => <<