Skip to content

Commit

Permalink
updated template path to root, added mg level + param name fix (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadabdalla authored Mar 9, 2022
1 parent 0dc44cc commit 8d81a13
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .azuredevops/platformPipelines/platform.dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,17 @@ stages:
- deploy_rg
variables:
resourceType: 'Microsoft.Authorization/policyAssignments'
templateFilePath: $(modulesPath)/$(resourceType)/subscription/deploy.bicep
templateFilePath: $(modulesPath)/$(resourceType)/deploy.bicep
jobs:
- template: /.azuredevops/pipelineTemplates/jobs.validateModuleDeployment.yml
parameters:
deploymentBlocks:
- path: $(dependencyPath)/$(resourceType)/parameters/parameters.json
- path: $(dependencyPath)/$(resourceType)/parameters/mg.parameters.json
templateFilePath: $(templateFilePath)
displayName: Policy assignment (mg)
- path: $(dependencyPath)/$(resourceType)/parameters/sub.parameters.json
templateFilePath: $(templateFilePath)
displayName: Policy assignment
displayName: Policy assignment (sub)

- stage: deploy_evh
displayName: Deploy event hub
Expand Down

0 comments on commit 8d81a13

Please sign in to comment.