diff --git a/transformations/azure/asset-inventory-free/tests/bigquery.yml b/transformations/azure/asset-inventory-free/tests/bigquery.yml index 7fdbd5fde..311b743e7 100644 --- a/transformations/azure/asset-inventory-free/tests/bigquery.yml +++ b/transformations/azure/asset-inventory-free/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/azure/asset-inventory-free/tests/postgres.yml b/transformations/azure/asset-inventory-free/tests/postgres.yml index 020ed6a8b..ae67d986f 100644 --- a/transformations/azure/asset-inventory-free/tests/postgres.yml +++ b/transformations/azure/asset-inventory-free/tests/postgres.yml @@ -2,7 +2,7 @@ kind: source spec: name: azure path: cloudquery/azure - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- diff --git a/transformations/azure/asset-inventory-free/tests/snowflake.yml b/transformations/azure/asset-inventory-free/tests/snowflake.yml index 05d78355a..f299ebe25 100644 --- a/transformations/azure/asset-inventory-free/tests/snowflake.yml +++ b/transformations/azure/asset-inventory-free/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] --- diff --git a/transformations/azure/compliance-premium/tests/bigquery.yml b/transformations/azure/compliance-premium/tests/bigquery.yml index 56216615c..0561f2a06 100644 --- a/transformations/azure/compliance-premium/tests/bigquery.yml +++ b/transformations/azure/compliance-premium/tests/bigquery.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["bigquery"] tables: ["*"] --- diff --git a/transformations/azure/compliance-premium/tests/postgres.yml b/transformations/azure/compliance-premium/tests/postgres.yml index d499f7638..08e730b84 100644 --- a/transformations/azure/compliance-premium/tests/postgres.yml +++ b/transformations/azure/compliance-premium/tests/postgres.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["postgresql"] tables: ["*"] --- diff --git a/transformations/azure/compliance-premium/tests/snowflake.yml b/transformations/azure/compliance-premium/tests/snowflake.yml index f94bed316..f1f58612d 100644 --- a/transformations/azure/compliance-premium/tests/snowflake.yml +++ b/transformations/azure/compliance-premium/tests/snowflake.yml @@ -3,7 +3,7 @@ spec: name: azure path: cloudquery/azure registry: cloudquery - version: "v16.0.1" # latest version of source azure plugin + version: "v16.0.2" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] ---