Kamil Nowinski

Results 106 comments of Kamil Nowinski

So far, I haven't seen any documentation shows how to deploy this property via automated CI/CD. There is no example script in github repo: [Azure-DataFactory](https://github.com/Azure/Azure-DataFactory)/[SamplesV2](https://github.com/Azure/Azure-DataFactory/tree/main/SamplesV2) Hence, I can't develop this...

https://stackoverflow.com/questions/46216038/how-do-i-define-requiredmodules-in-a-powershell-module-manifest-psd1 or simple: ``` Get-Command "Set-AzStorageBlobContent1" Get-Command "New-AzResource" ```

I think it's a edge case scenario and not very useful for many. However, because it's possible (as you said) having more than 1 files in `factory` folder - I'll...

I'm not planning to work on this any soon. This is an edge-case and likely will make more harm in the code over benefits. If you have time and want...

Did you check what your StrictMode is? Try `Set-StrictMode -Off` and rerun the code.

Hi @aam-a , can you provide more information, for example, log from Azure DevOps agent?

Yes, it's working and has unit tests cover this command + I checked that on my local machine recently.

What do you mean by "ADF Service" here? Is ADF Service = ADF instance (cloud) or ADF Linked Service? (I hope the latter one). Can you attach the log? Even...

Of course, remove all sensitive information before sharing. Alternatively, you can prepare PowerShell script along with additional files which run all required steps to prove what's wrong/happening, including: deploy ADF...