crossplane-contrib / provider-upjet-azure

Azure Provider for Crossplane.
https://marketplace.upbound.io/providers/upbound/provider-family-azure/
Apache License 2.0
63 stars 76 forks source link

Moving dbformysql (1),digitaltwins (3) to v1beta1 version #227

Closed steperchuk closed 7 months ago

steperchuk commented 1 year ago

Moving dbformysql 1 resources in the group:

Moving digitaltwins 3 resources in the group:

steperchuk commented 1 year ago

azurerm_mysql_server_key fails on

digitaltwins fails on observe failed: cannot run refresh: refresh failed: Missing required argument: The argument "eventhub_primary_connection_string" is required, but no definition was found.

updating config.go by the following code not solves an issue

package digitaltwins 
 import (     "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"     "github.com/upbound/upjet/pkg/config" ) 
 // Configure configures digitaltwins group func Configure(p config.Provider) {     // We have to modify schema of "connection_strings", since is a map     // where elements configured as ref, but needs to be String:     p.AddResourceConfigurator("azurerm_digital_twins_endpoint_eventhub", func(r config.Resource) {         r.TerraformResource.Schema["eventhub_primary_connection_string"].Elem = schema.TypeString         r.TerraformResource.Schema["eventhub_secondary_connection_string"].Elem = schema.TypeString     }) }

github-actions[bot] commented 7 months ago

This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with /fresh will mark this issue as not stale.

github-actions[bot] commented 7 months ago

This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!