|
98 | 98 | "description": "Version of the Orchestrator"
|
99 | 99 | }
|
100 | 100 | },
|
101 |
| - "isTestAutomationEnabled" : { |
| 101 | + "isTestAutomationEnabled": { |
102 | 102 | "type": "Bool",
|
103 | 103 | "metadata": {
|
104 | 104 | "description": "Flag to enable Test Automation feature in Orchestrator"
|
|
430 | 430 | }
|
431 | 431 | },
|
432 | 432 | "resources": [
|
| 433 | + { |
| 434 | + "apiVersion": "2020-06-01", |
| 435 | + "name": "pid-03591eba-8e8a-432f-b765-dbc073ce594d", |
| 436 | + "type": "Microsoft.Resources/deployments", |
| 437 | + "properties": { |
| 438 | + "mode": "Incremental", |
| 439 | + "template": { |
| 440 | + "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", |
| 441 | + "contentVersion": "1.0.0.0", |
| 442 | + "resources": [] |
| 443 | + } |
| 444 | + } |
| 445 | + }, |
433 | 446 | {
|
434 | 447 | "name": "SQLTemplate",
|
435 | 448 | "type": "Microsoft.Resources/deployments",
|
|
693 | 706 | "InsightsKey": {
|
694 | 707 | "value": "[reference('PaaSWithIdentityTemplate').outputs.insightsKey.value]"
|
695 | 708 | },
|
696 |
| - "OrchIdentityAppServiceName": { |
697 |
| - "value": "[parameters('OrchIdentityAppServiceName')]" |
| 709 | + "OrchIdentityAppServiceName": { |
| 710 | + "value": "[parameters('OrchIdentityAppServiceName')]" |
698 | 711 | },
|
699 |
| - "OrchIdentityServerHostName": { |
| 712 | + "OrchIdentityServerHostName": { |
700 | 713 | "value": "[reference('PaaSWithIdentityTemplate').outputs.orchIdentityServerHostName.value]"
|
701 | 714 | },
|
702 | 715 | "OrchestratorHostName": {
|
703 | 716 | "value": "[reference('PaaSWithIdentityTemplate').outputs.orchestratorHostName.value]"
|
704 | 717 | },
|
705 |
| - "OrchWebhooksAppServiceName": { |
706 |
| - "value": "[parameters('OrchWebhooksAppServiceName')]" |
| 718 | + "OrchWebhooksAppServiceName": { |
| 719 | + "value": "[parameters('OrchWebhooksAppServiceName')]" |
707 | 720 | },
|
708 |
| - "vmSize": { |
709 |
| - "value": "Standard_D2_v3" |
| 721 | + "vmSize": { |
| 722 | + "value": "Standard_D2_v3" |
710 | 723 | },
|
711 | 724 | "isTestAutomationEnabled": {
|
712 | 725 | "value": "[parameters('isTestAutomationEnabled')]"
|
|
0 commit comments