Skip to content

Commit 701dc7a

Browse files
authored
Allow AP2 in the Azure integration UI definitions (#953)
1 parent 6c31820 commit 701dc7a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

azure/deploy-to-azure/azure-integration/CreateUIDefinition-managementgroups.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
"label": "AP1",
205205
"value": "ap1.datadoghq.com"
206206
},
207+
{
208+
"label": "AP2",
209+
"value": "ap2.datadoghq.com"
210+
},
207211
{
208212
"label": "US1-FED",
209213
"value": "ddog-gov.com"
@@ -338,4 +342,4 @@
338342
"cspm_enabled": "[and(steps('datadogConfig').resourceCollection.cspm_enabled, steps('datadogConfig').resourceCollection.resource_collection_enabled)]"
339343
}
340344
}
341-
}
345+
}

azure/deploy-to-azure/azure-integration/CreateUIDefinition.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@
164164
"label": "AP1",
165165
"value": "ap1.datadoghq.com"
166166
},
167+
{
168+
"label": "AP2",
169+
"value": "ap2.datadoghq.com"
170+
},
167171
{
168172
"label": "US1-FED",
169173
"value": "ddog-gov.com"
@@ -313,4 +317,4 @@
313317
"cspm_enabled": "[and(steps('datadogConfig').resourceCollection.cspm_enabled, steps('datadogConfig').resourceCollection.resource_collection_enabled)]"
314318
}
315319
}
316-
}
320+
}

0 commit comments

Comments
 (0)