-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: cloudquery/cq-provider-azure
base: v0.12.2
head repository: cloudquery/cq-provider-azure
compare: v0.12.3
- 14 commits
- 34 files changed
- 4 contributors
Commits on Jul 29, 2022
-
fix(tests): Remove terraform for Azure ExpressRoute port (#440)
* fix(tests): remove terraform for Azure ExpressRoute port This was costing ~k per month, and the terraform resource doesn't allow us to use the lowest bandwidth setting of 50mbps, since it has to be specified in whole-number gbps * ignore in tests
Configuration menu - View commit details
-
Copy full SHA for 7413740 - Browse repository at this point
Copy the full SHA 7413740View commit details
Commits on Aug 1, 2022
-
fix(deps): Update module github.com/Azure/go-autorest/autorest to v0.…
…11.28 (#443) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Azure/go-autorest/autorest](https://togithub.com/Azure/go-autorest) | require | patch | `v0.11.27` -> `v0.11.28` | --- ### Release Notes <details> <summary>Azure/go-autorest</summary> ### [`v0.11.28`](https://togithub.com/Azure/go-autorest/releases/tag/autorest%2Fv0.11.28) [Compare Source](https://togithub.com/Azure/go-autorest/compare/autorest/v0.11.27...autorest/v0.11.28) Update crypto dependency to latest version [#​708](https://togithub.com/Azure/go-autorest/issues/708) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for bc87594 - Browse repository at this point
Copy the full SHA bc87594View commit details -
fix(deps): Update module github.com/hashicorp/go-hclog to v1.2.2 (#444)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/hashicorp/go-hclog](https://togithub.com/hashicorp/go-hclog) | require | patch | `v1.2.1` -> `v1.2.2` | --- ### Release Notes <details> <summary>hashicorp/go-hclog</summary> ### [`v1.2.2`](https://togithub.com/hashicorp/go-hclog/releases/tag/v1.2.2) [Compare Source](https://togithub.com/hashicorp/go-hclog/compare/v1.2.1...v1.2.2) #### What's Changed - fix various typos in comments by [@​marco-m](https://togithub.com/marco-m) in [https://github.com/hashicorp/go-hclog/pull/115](https://togithub.com/hashicorp/go-hclog/pull/115) - Omit empty colon when message is empty. Fixes [#​109](https://togithub.com/hashicorp/go-hclog/issues/109) by [@​evanphx](https://togithub.com/evanphx) in [https://github.com/hashicorp/go-hclog/pull/116](https://togithub.com/hashicorp/go-hclog/pull/116) **Full Changelog**: hashicorp/go-hclog@v1.2.1...v1.2.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 6c769c9 - Browse repository at this point
Copy the full SHA 6c769c9View commit details -
chore: Synced file(s) with cloudquery/.github (#445)
Co-authored-by: cq-bot <null>
Configuration menu - View commit details
-
Copy full SHA for c25f9b0 - Browse repository at this point
Copy the full SHA c25f9b0View commit details -
feat: Add support for Tenants (#412)
As requested in #406, this adds support for listing tenants under a subscription. It can be used by adding `subscriptions.tenant` to the cloudquery config, which will then populate a table named `azure_subscription_tenants`. To add this, we had to start using the new `armsubscriptions` Azure SDK, which requires Go 1.18 and uses generics. The implementation for the subscriptions client has been switched to use this now. The benefit of this is that we also get new columns and relations on the `accounts` and `subscriptions` tables. Tables updated in this PR: - `azure_account_location_paired_region` (new) - `azure_account_locations` (new columns) - `azure_subscription_subscriptions` (new columns, notably `tenant_id` and `managed_by_tenants`) - `azure_subscription_tenants` (new) Closes #406
Configuration menu - View commit details
-
Copy full SHA for 940af7f - Browse repository at this point
Copy the full SHA 940af7fView commit details -
chore: Synced file(s) with cloudquery/.github (#447)
Co-authored-by: cq-bot <null>
Configuration menu - View commit details
-
Copy full SHA for 791a4d5 - Browse repository at this point
Copy the full SHA 791a4d5View commit details -
chore: Synced file(s) with cloudquery/.github (#449)
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github). --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2774614062](https://github.com/cloudquery/.github/actions/runs/2774614062)
Configuration menu - View commit details
-
Copy full SHA for 96cae68 - Browse repository at this point
Copy the full SHA 96cae68View commit details -
chore: Fix linting issue (#452)
Changing order type vs. const to get #450 to pass.
Configuration menu - View commit details
-
Copy full SHA for 1351736 - Browse repository at this point
Copy the full SHA 1351736View commit details -
chore: Synced file(s) with cloudquery/.github (#450)
Synced local file(s) with [cloudquery/.github](https://github.com/cloudquery/.github). --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#2774991342](https://github.com/cloudquery/.github/actions/runs/2774991342)
Configuration menu - View commit details
-
Copy full SHA for 42201dc - Browse repository at this point
Copy the full SHA 42201dcView commit details -
fix(deps): Update module github.com/cloudquery/cq-gen to v0.0.7 (#453)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cq-gen](https://togithub.com/cloudquery/cq-gen) | require | patch | `v0.0.6` -> `v0.0.7` | --- ### Release Notes <details> <summary>cloudquery/cq-gen</summary> ### [`v0.0.7`](https://togithub.com/cloudquery/cq-gen/releases/tag/v0.0.7) [Compare Source](https://togithub.com/cloudquery/cq-gen/compare/v0.0.6...v0.0.7) #### What's Changed - chore: Upgrade SDK to version v0.14.3 by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/114](https://togithub.com/cloudquery/cq-gen/pull/114) - fix: add ignore tests to columns by [@​roneli](https://togithub.com/roneli) in [https://github.com/cloudquery/cq-gen/pull/112](https://togithub.com/cloudquery/cq-gen/pull/112) - fix: Better error message when loading package fails by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/117](https://togithub.com/cloudquery/cq-gen/pull/117) - fix: Make generated user-defined resolvers private by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/118](https://togithub.com/cloudquery/cq-gen/pull/118) - chore: Upgrade to Go 1.18 by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/119](https://togithub.com/cloudquery/cq-gen/pull/119) - feat: Use PathTableResolver for relations by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/115](https://togithub.com/cloudquery/cq-gen/pull/115) **Full Changelog**: https://github.com/cloudquery/cq-gen/compare/v0.0.6...v0.0.7 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 361d908 - Browse repository at this point
Copy the full SHA 361d908View commit details
Commits on Aug 5, 2022
-
fix(deps): Update module github.com/cloudquery/cq-gen to v0.0.8 (#457)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cq-gen](https://togithub.com/cloudquery/cq-gen) | require | patch | `v0.0.7` -> `v0.0.8` | --- ### Release Notes <details> <summary>cloudquery/cq-gen</summary> ### [`v0.0.8`](https://togithub.com/cloudquery/cq-gen/releases/tag/v0.0.8) [Compare Source](https://togithub.com/cloudquery/cq-gen/compare/v0.0.7...v0.0.8) #### What's Changed - fix: Allow for forced generation of relation resolvers by [@​hermanschaaf](https://togithub.com/hermanschaaf) in [https://github.com/cloudquery/cq-gen/pull/122](https://togithub.com/cloudquery/cq-gen/pull/122) **Full Changelog**: https://github.com/cloudquery/cq-gen/compare/v0.0.7...v0.0.8 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjEzMy4wIn0=-->
Configuration menu - View commit details
-
Copy full SHA for 7d61851 - Browse repository at this point
Copy the full SHA 7d61851View commit details
Commits on Aug 7, 2022
-
fix(deps): Update tubone24/update_release digest to 2146f15 (#389)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for e5682fd - Browse repository at this point
Copy the full SHA e5682fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feb015 - Browse repository at this point
Copy the full SHA 6feb015View commit details -
chore(main): Release v0.12.3 (#441)
🤖 I have created a release *beep* *boop* --- ## [0.12.3](v0.12.2...v0.12.3) (2022-08-07) ### Features * Add support for Tenants ([#412](#412)) ([940af7f](940af7f)) ### Bug Fixes * **deps:** Update module github.com/Azure/go-autorest/autorest to v0.11.28 ([#443](#443)) ([bc87594](bc87594)) * **deps:** Update module github.com/cloudquery/cq-gen to v0.0.7 ([#453](#453)) ([361d908](361d908)) * **deps:** Update module github.com/cloudquery/cq-gen to v0.0.8 ([#457](#457)) ([7d61851](7d61851)) * **deps:** Update module github.com/hashicorp/go-hclog to v1.2.2 ([#444](#444)) ([6c769c9](6c769c9)) * **deps:** Update tubone24/update_release digest to 2146f15 ([#389](#389)) ([e5682fd](e5682fd)) * **docs:** Some minor docs fixes ([#454](#454)) ([6feb015](6feb015)) * **tests:** Remove terraform for Azure ExpressRoute port ([#440](#440)) ([7413740](7413740)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 46463bb - Browse repository at this point
Copy the full SHA 46463bbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.2...v0.12.3