Chouki
Chouki
@hpsin why not just use a managed identity like azure datafactory ?? this will probably also solve some other problems related to cloud auth, currently when creating scope on UI,...
Here's a way faster workaround when Install Module or Search API fails: ```ps function Install_Custom { [CmdletBinding()] param ( [String] $moduleName ) $installed.Add($moduleName) $modulesPath = $($env:PSModulePath.Split(';')[0]) Invoke-WebRequest -Uri https://www.powershellgallery.com/api/v2/package/$moduleName -OutFile...
Hey !, thanks for your contributions, @atoakley @nithinpnp, we're also affected by this, any info on if this made it to your roadmap ? @nfx thanks for bringing up the...
@hallihan thank you !, another option would be to use pypi package format to provide easy distribution, please consider one of the different formats to distribute this library, proper package...
@nfx who cares about jars?, databricks allows fetching pypi packages in cluster configurations, this would be a proper alt to maven too. infact any of these formats is a proper...