|
71 | 71 | "source": "powershell", |
72 | 72 | "sourceInput": "starter_locations[1]", |
73 | 73 | "description": "The secondary Azure location for deployments", |
| 74 | + "default": "", |
74 | 75 | "targets": [ |
75 | 76 | { |
76 | 77 | "Name": "LOCATION_SECONDARY", |
|
82 | 83 | "source": "input", |
83 | 84 | "description": "The management group ID prefix", |
84 | 85 | "sourceInput": "root_parent_management_group_id", |
85 | | - "default": "alz", |
| 86 | + "default": "", |
86 | 87 | "targets": [ |
87 | 88 | { |
88 | 89 | "Name": "MANAGEMENT_GROUP_ID", |
|
112 | 113 | } |
113 | 114 | ] |
114 | 115 | }, |
115 | | - "time_stamp": { |
116 | | - "source": "powershell", |
117 | | - "description": "The time stamp to append to deployment stack names", |
| 116 | + "management_group_id_prefix": { |
| 117 | + "source": "input", |
| 118 | + "description": "The management group ID prefix", |
| 119 | + "default": "", |
| 120 | + "targets": [ |
| 121 | + { |
| 122 | + "Name": "MANAGEMENT_GROUP_ID_PREFIX", |
| 123 | + "Destination": "Environment" |
| 124 | + } |
| 125 | + ] |
| 126 | + }, |
| 127 | + "management_group_id_postfix": { |
| 128 | + "source": "input", |
| 129 | + "description": "The management group ID postfix", |
118 | 130 | "default": "", |
119 | 131 | "targets": [ |
120 | 132 | { |
121 | | - "Name": "TIME_STAMP", |
| 133 | + "Name": "MANAGEMENT_GROUP_ID_POSTFIX", |
122 | 134 | "Destination": "Environment" |
123 | 135 | } |
124 | 136 | ] |
|
469 | 481 | "source": "powershell", |
470 | 482 | "sourceInput": "starter_locations[1]", |
471 | 483 | "description": "The secondary Azure location for deployments", |
| 484 | + "default": "", |
472 | 485 | "targets": [ |
473 | 486 | { |
474 | 487 | "Name": "LOCATION_SECONDARY", |
|
480 | 493 | "source": "input", |
481 | 494 | "description": "The management group ID prefix", |
482 | 495 | "sourceInput": "root_parent_management_group_id", |
483 | | - "default": "alz", |
| 496 | + "default": "", |
484 | 497 | "targets": [ |
485 | 498 | { |
486 | 499 | "Name": "MANAGEMENT_GROUP_ID", |
|
510 | 523 | } |
511 | 524 | ] |
512 | 525 | }, |
513 | | - "time_stamp": { |
514 | | - "source": "powershell", |
515 | | - "description": "The time stamp to append to deployment stack names", |
| 526 | + "management_group_id_prefix": { |
| 527 | + "source": "input", |
| 528 | + "description": "The management group ID prefix", |
| 529 | + "default": "", |
| 530 | + "targets": [ |
| 531 | + { |
| 532 | + "Name": "MANAGEMENT_GROUP_ID_PREFIX", |
| 533 | + "Destination": "Environment" |
| 534 | + } |
| 535 | + ] |
| 536 | + }, |
| 537 | + "management_group_id_postfix": { |
| 538 | + "source": "input", |
| 539 | + "description": "The management group ID postfix", |
516 | 540 | "default": "", |
517 | 541 | "targets": [ |
518 | 542 | { |
519 | | - "Name": "TIME_STAMP", |
| 543 | + "Name": "MANAGEMENT_GROUP_ID_POSTFIX", |
520 | 544 | "Destination": "Environment" |
521 | 545 | } |
522 | 546 | ] |
|
541 | 565 | "deployment_files": [ |
542 | 566 | { |
543 | 567 | "order": 1, |
544 | | - "name": "management-group", |
| 568 | + "name": "management-group-{{unique_postfix}}", |
545 | 569 | "displayName": "Management Group Test {{unique_postfix}}", |
546 | 570 | "templateFilePath": "tests/templates/management-group/main.bicep", |
547 | 571 | "templateParametersFilePath": "tests/templates/management-group/main.bicepparam", |
|
553 | 577 | }, |
554 | 578 | { |
555 | 579 | "order": 2, |
556 | | - "name": "resource-group-management", |
| 580 | + "name": "resource-group-management-{{unique_postfix}}", |
557 | 581 | "displayName": "Resource Group Test Management {{unique_postfix}}", |
558 | 582 | "templateFilePath": "tests/templates/resource-group/main.bicep", |
559 | 583 | "templateParametersFilePath": "tests/templates/resource-group/main.bicepparam", |
|
564 | 588 | }, |
565 | 589 | { |
566 | 590 | "order": 3, |
567 | | - "name": "resource-group-connectivity", |
| 591 | + "name": "resource-group-connectivity-{{unique_postfix}}", |
568 | 592 | "displayName": "Resource Group Test Connectivity {{unique_postfix}}", |
569 | 593 | "templateFilePath": "tests/templates/resource-group/main.bicep", |
570 | 594 | "templateParametersFilePath": "tests/templates/resource-group/main.bicepparam", |
|
575 | 599 | }, |
576 | 600 | { |
577 | 601 | "order": 4, |
578 | | - "name": "resource-group-identity", |
| 602 | + "name": "resource-group-identity-{{unique_postfix}}", |
579 | 603 | "displayName": "Resource Group Test Identity {{unique_postfix}}", |
580 | 604 | "templateFilePath": "tests/templates/resource-group/main.bicep", |
581 | 605 | "templateParametersFilePath": "tests/templates/resource-group/main.bicepparam", |
|
586 | 610 | }, |
587 | 611 | { |
588 | 612 | "order": 5, |
589 | | - "name": "resource-group-security", |
| 613 | + "name": "resource-group-security-{{unique_postfix}}", |
590 | 614 | "displayName": "Resource Group Test Security {{unique_postfix}}", |
591 | 615 | "templateFilePath": "tests/templates/resource-group/main.bicep", |
592 | 616 | "templateParametersFilePath": "tests/templates/resource-group/main.bicepparam", |
|
0 commit comments