Azure / Azure/Azure-DataFactory
Add main.js file to package @microsoft/azure-data-factory-utilities
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
In this link it has been mentioned that the package @microsoft/azure-data-factory-utilities downloads a JavaScript (https://adf.azure.com/assets/cmd-api/main.js) from internet. We use NPM proxy to maintain the packages for our private build agents. In secured work environment, we are not allowed to download bundles from Internet into private build agents.
Therefore, we request to add the dependencies into the same package @microsoft/azure-data-factory-utilities so that we can validate and export without download the main.js file from internet in private build agents.
Read more : https://www.npmjs.com/package/@microsoft/azure-data-factory-utilities?activeTab=readme
As workaround, we are using --path parameter and maintaining main.js script in git repo. This way of working adds more workload to developer, we have to build local by download main.js file, next build using private build agent and then deploy.
Contributor guide
Assessment
This issue has not been assessed yet.