Skip to content

fix: Regenerate Azure resources#1875

Merged
kodiakhq[bot] merged 5 commits intocloudquery:mainfrom
erezrokah:fix/azure
Sep 20, 2022
Merged

fix: Regenerate Azure resources#1875
kodiakhq[bot] merged 5 commits intocloudquery:mainfrom
erezrokah:fix/azure

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Reruns the code generation with cloudquery/plugin-sdk#112 included


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Test locally on your own infrastructure
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@erezrokah erezrokah requested review from a team and amanenk and removed request for a team September 19, 2022 13:51
@github-actions github-actions bot added the azure label Sep 19, 2022
@erezrokah
Copy link
Copy Markdown
Member Author

@disq I think I addressed most of the things in #1754 (comment). ResourceURI was already fixed and for azure_compute_virtual_machine_scale_sets.host and azure_compute_virtual_machine_extensions link to scale set, was this done in v1? I couldn't find a reference to it:
https://github.com/cloudquery/cq-provider-azure/blob/0b3011a0294187526f08a2ba9c68860a0716f83a/resources/services/compute/virtual_machine_scale_sets.go#L13

https://github.com/cloudquery/cq-provider-azure/blob/0b3011a0294187526f08a2ba9c68860a0716f83a/resources/services/compute/virtual_machines.go#L520

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Sep 19, 2022
Copy link
Copy Markdown
Contributor

@amanenk amanenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kodiakhq kodiakhq bot merged commit 7411a27 into cloudquery:main Sep 20, 2022
@erezrokah erezrokah deleted the fix/azure branch September 20, 2022 12:03
@erezrokah
Copy link
Copy Markdown
Member Author

@disq If something is missing tag me and I'll do a follow up PR

kodiakhq bot pushed a commit that referenced this pull request Sep 21, 2022
🤖 I have created a release *beep* *boop*
---


## [0.14.0-pre.0](plugins/source/azure-v0.13.4-pre.0...plugins/source/azure/v0.14.0-pre.0) (2022-09-21)


### ⚠ BREAKING CHANGES

* Migrate Azure plugin to v2 (#1754)
* Fix Azure credential chain (#1283)

### Features

* Add website, docs and blog to our main repo ([#1159](#1159)) ([dd69948](dd69948))
* Added azure cdn profiles ([#1460](#1460)) ([cc154c5](cc154c5))
* Migrate Azure plugin to v2 ([#1754](#1754)) ([ee9bef2](ee9bef2))


### Bug Fixes

* **deps:** Update golang.org/x/sync digest to 7fc1605 ([#1652](#1652)) ([daafae1](daafae1))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore to v1.1.2 ([#1664](#1664)) ([5390e13](5390e13))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.10 ([#1474](#1474)) ([b142e13](b142e13))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.11 ([#1491](#1491)) ([5140bef](5140bef))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.12 ([#1503](#1503)) ([a740719](a740719))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.9 ([#1286](#1286)) ([67ac422](67ac422))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.3 ([#1858](#1858)) ([9e3ace7](9e3ace7))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.4 ([#1862](#1862)) ([5d141cf](5d141cf))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.1 ([#1865](#1865)) ([474bb70](474bb70))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.2 ([#1872](#1872)) ([49ed26d](49ed26d))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.3 ([#1886](#1886)) ([7435d59](7435d59))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.4 ([#1889](#1889)) ([63a5362](63a5362))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.9 ([#1891](#1891)) ([3469f20](3469f20))
* Fix Azure credential chain ([#1283](#1283)) ([c2aadf7](c2aadf7))
* Generate Azure date.time as Timestamps ([#1885](#1885)) ([92d41a1](92d41a1))
* Regenerate Azure resources ([#1875](#1875)) ([7411a27](7411a27))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
yevgenypats pushed a commit that referenced this pull request Sep 26, 2022
🤖 I have created a release *beep* *boop*
---


##
[1.0.0-pre.0](plugins-source-azure-v0.14.2-pre.0...plugins-source-azure-v1.0.0-pre.0)
(2022-09-26)


### ⚠ BREAKING CHANGES

* Migrate Azure plugin to v2 (#1754)
* Fix Azure credential chain (#1283)

### Features

* Add website, docs and blog to our main repo
([#1159](#1159))
([dd69948](dd69948))
* Added azure cdn profiles
([#1460](#1460))
([cc154c5](cc154c5))
* Migrate Azure plugin to v2
([#1754](#1754))
([ee9bef2](ee9bef2))


### Bug Fixes

* Add missing `azure_keyvault_secrets` tables
([#1937](#1937))
([491aa66](491aa66))
* **deps:** Update golang.org/x/sync digest to 7fc1605
([#1652](#1652))
([daafae1](daafae1))
* **deps:** Update module github.com/Azure/azure-sdk-for-go/sdk/azcore
to v1.1.2
([#1664](#1664))
([5390e13](5390e13))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.10
([#1474](#1474))
([b142e13](b142e13))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.11
([#1491](#1491))
([5140bef](5140bef))
* **deps:** Update module github.com/cloudquery/cq-gen to v0.0.12
([#1503](#1503))
([a740719](a740719))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.3
([#1858](#1858))
([9e3ace7](9e3ace7))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.6.4
([#1862](#1862))
([5d141cf](5d141cf))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.1
([#1865](#1865))
([474bb70](474bb70))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.2
([#1872](#1872))
([49ed26d](49ed26d))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.3
([#1886](#1886))
([7435d59](7435d59))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.4
([#1889](#1889))
([63a5362](63a5362))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.7.9
([#1891](#1891))
([3469f20](3469f20))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.0
([#1997](#1997))
([4fa40da](4fa40da))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.1
([#2024](#2024))
([8f88de4](8f88de4))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v0.8.2
([#2044](#2044))
([9b69b46](9b69b46))
* Fix Azure credential chain
([#1283](#1283))
([c2aadf7](c2aadf7))
* Generate Azure date.time as Timestamps
([#1885](#1885))
([92d41a1](92d41a1))
* Regenerate Azure resources
([#1875](#1875))
([7411a27](7411a27))
* Update Azure codegen
([#1936](#1936))
([4b739db](4b739db))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants