-
Notifications
You must be signed in to change notification settings - Fork 14
Enhancements to airlock functions #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
SvenAelterman
merged 10 commits into
main
from
202-if-reviewer-denies-export-request-move-file-back-to-enclave-storage-enclave
Sep 12, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
194d78c
Fixes Hub deployment Disk Encryption Set fails if Key Vault public ac…
SvenAelterman 7fc6d1d
Fix hub deploy.ps1 not showing output values
SvenAelterman 1c64054
Add words to custom spell check dictionary
SvenAelterman 347071a
Add Logic App action to move export rejected file back to private sto…
SvenAelterman c2736fa
Send emails to process notification address after approval or rejecti…
SvenAelterman 1edea15
Add Logic App parameter for "export rejected" folder name
SvenAelterman 3abeca7
Update Bicep parameter name for clarity
SvenAelterman 1365e4d
Change hardcoded pipeline name to parameter value
SvenAelterman 105a4bd
Change hardcoded pipeline name to parameter value
SvenAelterman ceab091
Change hardcoded pipeline name to parameter value (again)
SvenAelterman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91 changes: 91 additions & 0 deletions
91
research-spoke/spoke-modules/airlock/content/adfPipeline-Files2Files.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| [ | ||
| { | ||
| "name": "Move data", | ||
| "type": "Copy", | ||
| "dependsOn": [], | ||
| "policy": { | ||
| "timeout": "0.12:00:00", | ||
| "retry": 0, | ||
| "retryIntervalInSeconds": 30, | ||
| "secureOutput": false, | ||
| "secureInput": false | ||
| }, | ||
| "userProperties": [], | ||
| "typeProperties": { | ||
| "source": { | ||
| "type": "BinarySource", | ||
| "storeSettings": { | ||
| "type": "AzureFileStorageReadSettings", | ||
| "recursive": true, | ||
| "deleteFilesAfterCompletion": true | ||
| }, | ||
| "formatSettings": { | ||
| "type": "BinaryReadSettings" | ||
| } | ||
| }, | ||
| "sink": { | ||
| "type": "BinarySink", | ||
| "storeSettings": { | ||
| "type": "AzureFileStorageWriteSettings" | ||
| } | ||
| }, | ||
| "enableStaging": false | ||
| }, | ||
| "inputs": [ | ||
| { | ||
| "referenceName": "AzFilesDataset", | ||
| "type": "DatasetReference", | ||
| "parameters": { | ||
| "fileName": { | ||
| "value": "@pipeline().parameters.fileName", | ||
| "type": "Expression" | ||
| }, | ||
| "storageAccountName": { | ||
| "value": "@pipeline().parameters.sourceStorageAccountName", | ||
| "type": "Expression" | ||
| }, | ||
| "folderPath": { | ||
| "value": "@pipeline().parameters.sourceFolderPath", | ||
| "type": "Expression" | ||
| }, | ||
| "fileShareName": { | ||
| "value": "@pipeline().parameters.sourceFileShareName", | ||
| "type": "Expression" | ||
| }, | ||
| "connStringKvBaseUrl": { | ||
| "value": "@pipeline().parameters.sourceConnStringKvBaseUrl", | ||
| "type": "Expression" | ||
| } | ||
| } | ||
| } | ||
| ], | ||
| "outputs": [ | ||
| { | ||
| "referenceName": "AzFilesDataset", | ||
| "type": "DatasetReference", | ||
| "parameters": { | ||
| "fileName": { | ||
| "value": "@pipeline().parameters.fileName", | ||
| "type": "Expression" | ||
| }, | ||
| "storageAccountName": { | ||
| "value": "@pipeline().parameters.sinkStorageAccountName", | ||
| "type": "Expression" | ||
| }, | ||
| "folderPath": { | ||
| "value": "@pipeline().parameters.sinkFolderPath", | ||
| "type": "Expression" | ||
| }, | ||
| "fileShareName": { | ||
| "value": "@pipeline().parameters.sinkFileShareName", | ||
| "type": "Expression" | ||
| }, | ||
| "connStringKvBaseUrl": { | ||
| "value": "@pipeline().parameters.sinkConnStringKvBaseUrl", | ||
| "type": "Expression" | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| ] |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.