Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
8f79958
[MAJOR/BREAKING] Renamed `arm` to `modules` (#1498)
Jun 25, 2022
00272aa
Merge branch 'main' of https://github.com/Azure/ResourceModules into …
MariusStorhaug Jun 26, 2022
27e87c1
Updated readme
AlexanderSehr Jun 26, 2022
60ec109
Updated readme
AlexanderSehr Jun 26, 2022
3c60701
Minor update
AlexanderSehr Jun 26, 2022
cd82aac
Added trigger to arm convertion test
AlexanderSehr Jun 26, 2022
1bcc7ed
Adjusted pester
AlexanderSehr Jun 26, 2022
9832be2
Fixed in readme function
AlexanderSehr Jun 26, 2022
c5e4457
Re-added deleted template
AlexanderSehr Jun 26, 2022
69cad60
Fixed pipeline reference
AlexanderSehr Jun 27, 2022
436f8bb
Fixed pipeline reference
AlexanderSehr Jun 27, 2022
fda28c2
Fixed pipeline title
AlexanderSehr Jun 27, 2022
930e1b0
Merge branch 'main' into issue/1127
AlexanderSehr Jun 27, 2022
80ba15b
Fixed another typo
AlexanderSehr Jun 27, 2022
7a21350
Fixed another typo
AlexanderSehr Jun 27, 2022
908a8ab
Fixed casing
AlexanderSehr Jun 27, 2022
b7cee57
Fixed service fabric pipeline reference
AlexanderSehr Jun 27, 2022
a2571f0
First batch of changes
AlexanderSehr Jun 27, 2022
a2681cc
Further renames
AlexanderSehr Jun 27, 2022
aa43dfa
Updated parameter fetch function
AlexanderSehr Jun 27, 2022
58cddcd
Updated docs
AlexanderSehr Jun 27, 2022
c8d4423
Further rename
AlexanderSehr Jun 27, 2022
58ebfc7
Merged latest main
AlexanderSehr Jun 27, 2022
1c80d10
Resolved conflicts
AlexanderSehr Jun 28, 2022
444b976
Merge branch 'main' into users/alsehr/1577_RenameFolder2
AlexanderSehr Jun 28, 2022
7471ec4
Resolved conflict
AlexanderSehr Jun 28, 2022
80c8d3c
Adjusted verbosity
AlexanderSehr Jun 28, 2022
f162e6d
Merge branch 'main' into users/alsehr/1577_RenameFolder2
AlexanderSehr Jun 28, 2022
3c373ce
Renamed [.deploymentTests] to [.test]
AlexanderSehr Jun 28, 2022
22f46a4
Renamed folders
AlexanderSehr Jun 28, 2022
e1b3312
Adjusted verbosity
AlexanderSehr Jun 28, 2022
5ed567b
Fixed format
AlexanderSehr Jun 28, 2022
c6de8d7
Cleanup param files
AlexanderSehr Jun 29, 2022
f02256a
Removed outdated param file
AlexanderSehr Jun 29, 2022
9a9f935
Update to latest
AlexanderSehr Jun 29, 2022
ca33962
Renamed script
AlexanderSehr Jun 29, 2022
ee95d1c
Renamed var
AlexanderSehr Jun 29, 2022
6f8504d
Update modules/.global/global.module.tests.ps1
AlexanderSehr Jun 29, 2022
ba05015
Update to latest
AlexanderSehr Jun 29, 2022
4eb3b0b
Merge branch 'users/alsehr/1577_RenameFolder2' of https://github.com/…
AlexanderSehr Jun 29, 2022
0b28416
Merge branch 'main' into users/alsehr/1577_RenameFolder2
AlexanderSehr Jun 29, 2022
1ad3623
Renamed variable
AlexanderSehr Jun 29, 2022
c131584
Further updates
AlexanderSehr Jun 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .azuredevops/modulePipelines/ms.aad.domainservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/max.parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/parameters.json
- path: $(modulePath)/.test/max.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
6 changes: 3 additions & 3 deletions .azuredevops/modulePipelines/ms.apimanagement.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/max.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.test/max.parameters.json
- path: $(modulePath)/.test/parameters.json
- path: $(modulePath)/.test/min.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/modulePipelines/ms.authorization.locks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/rg.parameters.json
- path: $(modulePath)/.test/rg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.min.parameters.json
- path: $(modulePath)/.test/rg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.parameters.json
- path: $(modulePath)/.test/rg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.min.parameters.json
- path: $(modulePath)/.test/rg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.parameters.json
- path: $(modulePath)/.test/rg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.min.parameters.json
- path: $(modulePath)/.test/rg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.parameters.json
- path: $(modulePath)/.test/rg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/mg.min.parameters.json
- path: $(modulePath)/.test/mg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/mg.parameters.json
- path: $(modulePath)/.test/mg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.min.parameters.json
- path: $(modulePath)/.test/sub.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/sub.parameters.json
- path: $(modulePath)/.test/sub.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.min.parameters.json
- path: $(modulePath)/.test/rg.min.parameters.json
templateFilePath: $(modulePath)/deploy.bicep
- path: $(modulePath)/.parameters/rg.parameters.json
- path: $(modulePath)/.test/rg.parameters.json
templateFilePath: $(modulePath)/deploy.bicep

- stage: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/encr.parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/parameters.json
- path: $(modulePath)/.test/encr.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
4 changes: 2 additions & 2 deletions .azuredevops/modulePipelines/ms.batch.batchaccounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/speech.parameters.json
- path: $(modulePath)/.parameters/encr.parameters.json
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.test/parameters.json
- path: $(modulePath)/.test/speech.parameters.json
- path: $(modulePath)/.test/encr.parameters.json
- path: $(modulePath)/.test/min.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
8 changes: 4 additions & 4 deletions .azuredevops/modulePipelines/ms.compute.disks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/image.parameters.json
- path: $(modulePath)/.parameters/import.parameters.json
- path: $(modulePath)/.test/parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/image.parameters.json
- path: $(modulePath)/.test/import.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
8 changes: 4 additions & 4 deletions .azuredevops/modulePipelines/ms.compute.galleries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ stages:
- template: /.azuredevops/pipelineTemplates/jobs.validateModulePester.yml
parameters:
deploymentBlocks:
- path: $(modulePath)/.parameters/images.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/images.parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Deployment
displayName: Deployment validation
Expand All @@ -49,8 +49,8 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/images.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/images.parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/modulePipelines/ms.compute.images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
12 changes: 6 additions & 6 deletions .azuredevops/modulePipelines/ms.compute.virtualmachines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/linux.min.parameters.json
- path: $(modulePath)/.parameters/linux.parameters.json
- path: $(modulePath)/.parameters/linux.autmg.parameters.json
- path: $(modulePath)/.parameters/windows.min.parameters.json
- path: $(modulePath)/.parameters/windows.parameters.json
- path: $(modulePath)/.parameters/windows.autmg.parameters.json
- path: $(modulePath)/.test/linux.min.parameters.json
- path: $(modulePath)/.test/linux.parameters.json
- path: $(modulePath)/.test/linux.autmg.parameters.json
- path: $(modulePath)/.test/windows.min.parameters.json
- path: $(modulePath)/.test/windows.parameters.json
- path: $(modulePath)/.test/windows.autmg.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/linux.min.parameters.json
- path: $(modulePath)/.parameters/linux.parameters.json
- path: $(modulePath)/.parameters/windows.min.parameters.json
- path: $(modulePath)/.parameters/windows.parameters.json
- path: $(modulePath)/.test/linux.min.parameters.json
- path: $(modulePath)/.test/linux.parameters.json
- path: $(modulePath)/.test/windows.min.parameters.json
- path: $(modulePath)/.test/windows.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
2 changes: 1 addition & 1 deletion .azuredevops/modulePipelines/ms.consumption.budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/min.parameters.json
- path: $(modulePath)/.parameters/encr.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/min.parameters.json
- path: $(modulePath)/.test/encr.parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/azure.parameters.json
- path: $(modulePath)/.parameters/kubenet.parameters.json
- path: $(modulePath)/.test/azure.parameters.json
- path: $(modulePath)/.test/kubenet.parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ stages:
parameters:
removeDeployment: '${{ parameters.removeDeployment }}'
deploymentBlocks:
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.test/parameters.json

- stage: Publishing
displayName: Publishing
Expand Down
Loading