From dd9130b1086884db354980bbc2dd567847fc4b89 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Mon, 2 Dec 2024 14:24:14 +0000 Subject: [PATCH] chore(deps): Update dependency source-azure to v16 --- transformations/azure/asset-inventory-free/tests/bigquery.yml | 2 +- transformations/azure/asset-inventory-free/tests/postgres.yml | 2 +- transformations/azure/asset-inventory-free/tests/snowflake.yml | 2 +- transformations/azure/compliance-premium/tests/bigquery.yml | 2 +- transformations/azure/compliance-premium/tests/postgres.yml | 2 +- transformations/azure/compliance-premium/tests/snowflake.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/transformations/azure/asset-inventory-free/tests/bigquery.yml b/transformations/azure/asset-inventory-free/tests/bigquery.yml index 676f5aa2b..23d1eee74 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # 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 d37ba6370..d21395be1 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # 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 c5c735efb..6eab5c005 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # 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 f6ff102e0..3398dd313 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # 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 578811895..353aacd3d 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # 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 1b7c39d6f..31b0ec6c9 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: "v15.1.0" # latest version of source azure plugin + version: "v16.0.0" # latest version of source azure plugin destinations: ["snowflake"] tables: ["*"] ---