Skip to content
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

Malmiller/1661 data factory module mvp #4

Merged
merged 33 commits into from
Jan 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bf1f5f1
intial commit of data_factory module
malcmiller Dec 10, 2020
8ef0bb4
changed folder structer and updated datasets files
malcmiller Dec 14, 2020
09f180b
Merge branch 'master' into malmiller/1661-add-data-factory-module
malcmiller Dec 16, 2020
476036d
add linked_service_azure_blob_storage
kottofy Dec 16, 2020
7f86e00
add linked_service_azure_file_storage
kottofy Dec 16, 2020
b8f9ec3
add linked_service_azure_function
kottofy Dec 16, 2020
bc2dec2
add linked_service_azure_sql_database
kottofy Dec 16, 2020
a23052b
add linked_service_cosmosdb
kottofy Dec 16, 2020
82476b1
add linked_service_data_lake_storage_gen2
kottofy Dec 16, 2020
ae1947f
add linked_service_key_vault
kottofy Dec 17, 2020
b375dfe
add linked_service_mysql
kottofy Dec 17, 2020
8f1bacc
add linked_service_postgresql
kottofy Dec 17, 2020
b1d6f25
add linked_service_sql_server
kottofy Dec 17, 2020
6458dda
add linked_service_sftp
kottofy Dec 17, 2020
f4e0afb
add linked_service_web
kottofy Dec 17, 2020
f36e8ff
updates
kottofy Dec 17, 2020
6df03dd
added data_factory, data_factory_pipeline and data_factory_trigger_sc…
malcmiller Dec 17, 2020
74ef208
Merge branch 'malmiller/1661-add-data-factory-module' of https://gith…
malcmiller Dec 17, 2020
796af1d
corrections
kottofy Dec 17, 2020
9cfb4cd
Merge branch 'malmiller/1661-add-data-factory-module' of https://gith…
kottofy Dec 17, 2020
ac5a839
updated data_factory dataset files
malcmiller Dec 17, 2020
fc0f416
Merge branch 'malmiller/1661-add-data-factory-module' of https://gith…
malcmiller Dec 17, 2020
1298e41
added data_factory_datasets module
malcmiller Dec 18, 2020
71fb5ca
ran terraform fmt
kottofy Dec 21, 2020
55d8262
fixed delimited_text variables
malcmiller Dec 21, 2020
0597237
WIP: Rename data_factory & add blob linked service
kottofy Dec 22, 2020
5d2705a
Added connection string requirement to blob linked service
malcmiller Dec 22, 2020
4a9d3ea
renamed some linked services folders and added modules
malcmiller Dec 28, 2020
e98c1c3
Updated linked services module
malcmiller Jan 4, 2021
2be2e25
Merge branch 'master' into malmiller/1661-add-data-factory-module
malcmiller Jan 5, 2021
33d85e0
Merge branch 'master' into malmiller/1661-data-factory-module-mvp
malcmiller Jan 7, 2021
dec3b76
removed untested linked services
malcmiller Jan 7, 2021
52fb172
updated dynamic block
malcmiller Jan 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into malmiller/1661-add-data-factory-module
malcmiller committed Jan 5, 2021

Verified

This commit was signed with the committer’s verified signature.
fwyzard Andrea Bocci
commit 2be2e259e283421a5076f589f09996e289f129d8
1 change: 1 addition & 0 deletions locals.tf
Original file line number Diff line number Diff line change
@@ -133,6 +133,7 @@ locals {
app_service_plans = try(var.webapp.app_service_plans, {})
app_services = try(var.webapp.app_services, {})
function_apps = try(var.webapp.function_apps, {})
azurerm_application_insights = try(var.webapp.azurerm_application_insights, {})
}

shared_services = {
You are viewing a condensed version of this merge commit. You can view the full changes here.