This reverts commit 7f30309cce.
This commit is contained in:
@@ -1,47 +0,0 @@
|
|||||||
# Sample workflow to validate Azure Data Factory resources and export its ARM template as an artifact
|
|
||||||
# Note: Ensure you have the following package.json in the same directory of your ADF resources
|
|
||||||
|
|
||||||
# {
|
|
||||||
# "scripts":{
|
|
||||||
# "build":"node node_modules/@microsoft/azure-data-factory-utilities/lib/index"
|
|
||||||
# },
|
|
||||||
# "dependencies":{
|
|
||||||
# "@microsoft/azure-data-factory-utilities":"^0.1.5"
|
|
||||||
# }
|
|
||||||
# }
|
|
||||||
|
|
||||||
name: Data Factory CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: [ $default-branch, $protected-branches ]
|
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Code checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Validate
|
|
||||||
uses: Azure/[email protected]
|
|
||||||
# with:
|
|
||||||
# path: <data-factory-dir> # replace by the folder that contains the Data Factory resources and the package.json
|
|
||||||
|
|
||||||
# Generate the ARM template into the destination folder, which is the same as selecting "Publish" from the UX.
|
|
||||||
# The ARM template generated isn't published to the live version of the factory.
|
|
||||||
- name: Export ARM Template
|
|
||||||
id: export
|
|
||||||
uses: Azure/[email protected]
|
|
||||||
# with:
|
|
||||||
# path: <data-factory-dir> # replace by the folder that contains the Data Factory resources and the package.json
|
|
||||||
|
|
||||||
- name: Publish artifact
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: Data Factory package
|
|
||||||
path: ${{ steps.export.outputs.arm-template-directory }}
|
|
||||||
if-no-files-found: error
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Azure Data Factory",
|
|
||||||
"creator": "Microsoft Azure",
|
|
||||||
"description": "Build and validate Azure Data Factory resources",
|
|
||||||
"iconName": "azure-data-factory",
|
|
||||||
"categories": ["Continuous integration", "Azure Data Factory"]
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
<svg id="f9ed9690-6753-43a7-8b32-d66ac7b8a99a" xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><defs><linearGradient id="f710a364-083f-494c-9d96-89b92ee2d5a8" x1="0.5" y1="9.77" x2="9" y2="9.77" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#005ba1" /><stop offset="0.07" stop-color="#0060a9" /><stop offset="0.36" stop-color="#0071c8" /><stop offset="0.52" stop-color="#0078d4" /><stop offset="0.64" stop-color="#0074cd" /><stop offset="0.81" stop-color="#006abb" /><stop offset="0.99" stop-color="#005ba1" /></linearGradient></defs><title>Icon-databases-126</title><g><path d="M13.25,10.48V6.57a.14.14,0,0,0-.24-.1l-4,4L4.85,14.63V17.5H16.93a.56.56,0,0,0,.57-.57V6.57a.14.14,0,0,0-.24-.1Z" fill="#005ba1" /><path d="M4.75,3.58C2.4,3.58.5,2.89.5,2V7.67h0v9.26a.56.56,0,0,0,.57.57H9V2C9,2.89,7.1,3.58,4.75,3.58Z" fill="url(#f710a364-083f-494c-9d96-89b92ee2d5a8)" /><rect x="12.91" y="12.97" width="2.27" height="2.27" rx="0.28" fill="#fff" /><rect x="8.97" y="12.97" width="2.27" height="2.27" rx="0.28" fill="#fff" /><rect x="5.03" y="12.97" width="2.27" height="2.27" rx="0.28" fill="#fff" /><path d="M9,2c0,.85-1.9,1.54-4.25,1.54S.5,2.89.5,2,2.4.5,4.75.5,9,1.19,9,2" fill="#eaeaea" /><path d="M8,1.91c0,.55-1.46,1-3.26,1s-3.26-.43-3.26-1S3,.94,4.75.94,8,1.37,8,1.91" fill="#50e6ff" /><path d="M4.75,2.14a8.07,8.07,0,0,0-2.58.37,7.64,7.64,0,0,0,2.58.38,7.64,7.64,0,0,0,2.58-.38A8.07,8.07,0,0,0,4.75,2.14Z" fill="#198ab3" /></g></svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user