Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Missing examples for v1alpha2 iothub resources #156

Open
ytsarev opened this issue Mar 2, 2022 · 0 comments
Open

Missing examples for v1alpha2 iothub resources #156

ytsarev opened this issue Mar 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ytsarev
Copy link
Collaborator

ytsarev commented Mar 2, 2022

What happened?

We have following v1alpha2 iouthub resources configured under devices API group:

grep AddResource config/devices/config.go
	p.AddResourceConfigurator("azurerm_iothub", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_consumer_group", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_dps", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_dps_certificate", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_dps_shared_access_policy", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_shared_access_policy", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_endpoint_storage_container", func(r *config.Resource) {
	p.AddResourceConfigurator("azurerm_iothub_fallback_route", func(r *config.Resource) {

At the same time we have a minimal number of examples for them:

ls -1 examples/devices
iothub.yaml
iothubendpointstoragecontainer.yaml
iothubfallbackroute.yaml

We need to create missing examples for the configured resources

@ytsarev ytsarev added the bug Something isn't working label Mar 2, 2022
@ulucinar ulucinar added enhancement New feature or request and removed bug Something isn't working labels Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants