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

Use different parameters name for auth and config group overrides #831

Closed sergenyalcin closed 2 months ago

sergenyalcin commented 2 months ago

Description of your changes

This PR introduces a change for parametrizing the auth group and config group overrides. uses different parameters name for auth and config group overrides. There is not a behavior change for the provider because the values are set to the same (PROVIDER_NAME). Now, the dependency between these fields were eliminated.

I have:

How has this code been tested

Tested locally.