From 633ed9efcd7c1e66020676d5d15405e66ef6c8de Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:45:55 +0200 Subject: [PATCH] chore(deps): Update dependency source-azure to v16 (#1164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-azure](https://hub.cloudquery.io) | major | `v15.1.0` -> `v16.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- 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: ["*"] ---