Skip to content

Commit c596428

Browse files
authored
Add GUID (#126)
1 parent 60a1b19 commit c596428

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

Azure/Orchestrator/mainTemplate.json

+21-8
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"description": "Version of the Orchestrator"
9999
}
100100
},
101-
"isTestAutomationEnabled" : {
101+
"isTestAutomationEnabled": {
102102
"type": "Bool",
103103
"metadata": {
104104
"description": "Flag to enable Test Automation feature in Orchestrator"
@@ -430,6 +430,19 @@
430430
}
431431
},
432432
"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+
},
433446
{
434447
"name": "SQLTemplate",
435448
"type": "Microsoft.Resources/deployments",
@@ -693,20 +706,20 @@
693706
"InsightsKey": {
694707
"value": "[reference('PaaSWithIdentityTemplate').outputs.insightsKey.value]"
695708
},
696-
"OrchIdentityAppServiceName": {
697-
"value": "[parameters('OrchIdentityAppServiceName')]"
709+
"OrchIdentityAppServiceName": {
710+
"value": "[parameters('OrchIdentityAppServiceName')]"
698711
},
699-
"OrchIdentityServerHostName": {
712+
"OrchIdentityServerHostName": {
700713
"value": "[reference('PaaSWithIdentityTemplate').outputs.orchIdentityServerHostName.value]"
701714
},
702715
"OrchestratorHostName": {
703716
"value": "[reference('PaaSWithIdentityTemplate').outputs.orchestratorHostName.value]"
704717
},
705-
"OrchWebhooksAppServiceName": {
706-
"value": "[parameters('OrchWebhooksAppServiceName')]"
718+
"OrchWebhooksAppServiceName": {
719+
"value": "[parameters('OrchWebhooksAppServiceName')]"
707720
},
708-
"vmSize": {
709-
"value": "Standard_D2_v3"
721+
"vmSize": {
722+
"value": "Standard_D2_v3"
710723
},
711724
"isTestAutomationEnabled": {
712725
"value": "[parameters('isTestAutomationEnabled')]"

0 commit comments

Comments
 (0)