Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
128b786
Update to latest
AlexanderSehr Dec 8, 2021
25a7a1c
Update to latest
AlexanderSehr Dec 8, 2021
b4b0746
Update to latest
AlexanderSehr Dec 8, 2021
5398066
Update to latest
AlexanderSehr Dec 8, 2021
8c7fe85
Update to latest
AlexanderSehr Dec 8, 2021
5d55ef1
Update to latest
AlexanderSehr Dec 8, 2021
cf55b8d
Update to latest
AlexanderSehr Dec 8, 2021
e4eca40
Update to latest
AlexanderSehr Dec 8, 2021
9489502
Update to latest
AlexanderSehr Dec 8, 2021
91fa482
Update to latest
AlexanderSehr Dec 8, 2021
1a2c5c2
Update to latest
AlexanderSehr Dec 8, 2021
f897672
Update to latest
AlexanderSehr Dec 8, 2021
e2acb63
Update to latest
AlexanderSehr Dec 8, 2021
d10a607
Update to latest
AlexanderSehr Dec 8, 2021
8b2bef9
First refactoring
AlexanderSehr Dec 8, 2021
b6d7aab
Update to latest
AlexanderSehr Dec 8, 2021
c257cc4
Add deployment error for testing
AlexanderSehr Dec 9, 2021
e8b9b3a
Update to latest
AlexanderSehr Dec 9, 2021
edc4e46
Update to latest
AlexanderSehr Dec 9, 2021
3973874
Update to latest
AlexanderSehr Dec 9, 2021
360c748
Update to latest
AlexanderSehr Dec 9, 2021
75dc2d6
Update to latest
AlexanderSehr Dec 9, 2021
096801e
Update to latest
AlexanderSehr Dec 9, 2021
c734c6a
Deployment validation error test
AlexanderSehr Dec 9, 2021
961c756
Update to latest
AlexanderSehr Dec 9, 2021
4aa4a7f
Removed error for e2e test
AlexanderSehr Dec 9, 2021
cef48db
Update to latest
AlexanderSehr Dec 9, 2021
a3ffd6a
Update to latest
AlexanderSehr Dec 9, 2021
a402aa6
Update to latest
AlexanderSehr Dec 9, 2021
cffcc81
Update to latest
AlexanderSehr Dec 9, 2021
cbbf624
Update to latest
AlexanderSehr Dec 9, 2021
d498b01
Update to latest
AlexanderSehr Dec 9, 2021
7438835
Update to latest
AlexanderSehr Dec 9, 2021
d1c10d1
Update to latest
AlexanderSehr Dec 10, 2021
073d505
Merge branch 'main' into users/alsehr/streamlinePipeline
AlexanderSehr Dec 11, 2021
ca5c290
Update to latest
AlexanderSehr Dec 11, 2021
3efbd9f
Update docs/wiki/PipelinesDesign.md
AlexanderSehr Dec 11, 2021
8975e0f
Update docs/wiki/PipelinesDesign.md
AlexanderSehr Dec 11, 2021
e698982
Update utilities/pipelines/resourceDeployment/New-ModuleDeployment.ps1
AlexanderSehr Dec 11, 2021
87d132f
Update .github/actions/templates/validateModulePester/action.yml
AlexanderSehr Dec 11, 2021
a32aeb3
Update .github/actions/templates/validateModulePester/action.yml
AlexanderSehr Dec 11, 2021
cf2efdb
Update to latest
AlexanderSehr Dec 11, 2021
f0b5b50
Update .github/actions/templates/validateModuleDeployment/action.yml
AlexanderSehr Dec 11, 2021
6ff362e
Update .github/actions/templates/validateModuleDeployment/action.yml
AlexanderSehr Dec 11, 2021
60f3d31
Update .github/actions/templates/validateModuleDeployment/action.yml
AlexanderSehr Dec 11, 2021
64b9d63
Update .github/actions/templates/validateModuleDeployment/action.yml
AlexanderSehr Dec 11, 2021
ebd3d1d
Update to latest
AlexanderSehr Dec 11, 2021
f35802e
Update to latest
AlexanderSehr Dec 11, 2021
a8620bc
Merge branch 'main' into users/alsehr/streamlinePipeline
AlexanderSehr Dec 11, 2021
7dab9f5
Update to latest
AlexanderSehr Dec 11, 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
2 changes: 1 addition & 1 deletion .github/workflows/ms.analysisservices.servers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.apimanagement.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.authorization.policyassignments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.authorization.policydefinitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.authorization.policyexemptions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.authorization.roleassignments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.authorization.roledefinitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.automanage.accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.automation.automationaccounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.batch.batchaccounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.cognitiveservices.accounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.availabilitysets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.diskencryptionsets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.galleries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.virtualmachines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.compute.virtualmachinescalesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.consumption.budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.containerregistry.registries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.databricks.workspaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.datafactory.factories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.desktopvirtualization.hostpools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.documentdb.databaseaccounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.eventgrid.topics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.eventhub.namespaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.healthbot.healthbots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.actiongroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.activitylogalerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.diagnosticsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.metricalerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.privatelinkscopes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.insights.scheduledqueryrules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.keyvault.vaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.logic.workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: 'Deployment tests'
needs:
- job_set_workflow_param
- job_tests_module_global
- job_module_pester_validation
strategy:
fail-fast: false
matrix:
Expand Down
Loading