Viguro79
Viguro79
Hi. Same issue here. Can I help to fix it? Trying to understand... Should we only add 'credential' to $AllowedTypes in private\AdfObject.class.ps1 file to make it work or is there...
Ok. Thanks. While waiting for an update on the Azure side, would it be possible to add an exception in the module to skip the credentials deployment? We deploy them...
We have added the following line in the code to skip credentials objets : In `/azure.datafactory.tools/private/Get-ReferencedObjects.ps1`, after line 11, add this condition : `if ($type.Equals('CredentialReference')) { $script:ind--; return }` ```pwsh...
> Hi @Viguro79, can you share some insights on how you manage credentials with Terraform? We are using an ARM template to deploy it : This is the arm template...
> Currently deployed on preview version: https://www.powershellgallery.com/packages/azure.datafactory.tools/0.98.0-preview Please check, test and let me know if that works as expected. Better. But still an issue there : ``` STEP: Deployment of...
This one is working as excepted.