All resources under the “generated” directory need to be moved to the vault package to solve an issue with circular dependencies that occurs when moving to a multiplexed provider. These "generated" resources are no longer being maintained by the generation tooling but are under manual maintenance now.
I tried to maintain the code exactly as-is except for any required renamed variables to avoid collision in the vault package. This means I intentionally did not move to use the CreateContext, etc functions. That work is out of scope for this task.
Description
All resources under the “generated” directory need to be moved to the vault package to solve an issue with circular dependencies that occurs when moving to a multiplexed provider. These "generated" resources are no longer being maintained by the generation tooling but are under manual maintenance now.
I tried to maintain the code exactly as-is except for any required renamed variables to avoid collision in the vault package. This means I intentionally did not move to use the CreateContext, etc functions. That work is out of scope for this task.