Skip to content

Commit e20cdf4

Browse files
authored
[COMMUNICATION] - [LIVE TESTS] - adding missing env var (Azure#17631)
* [test-resource] adding in new environment variable that was missed for CI live test * [resource] encoded space
1 parent e12f3e0 commit e20cdf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk/communication/test-resources.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@
5050
"type": "string",
5151
"value": "[listKeys(resourceId('Microsoft.Communication/CommunicationServices',variables('uniqueSubDomainName')), '2020-08-20-preview').primaryConnectionString]"
5252
},
53+
"COMMUNICATION_ENDPOINT_STRING": {
54+
"type": "string",
55+
"value": "[concat('https://', parameters('baseName'), '-', parameters('endpointPrefix'), '.communication.azure.com')]"
56+
},
5357
"RESOURCE_GROUP_NAME": {
5458
"type": "string",
5559
"value": "[resourceGroup().Name]"
5660
}
5761
}
58-
}
62+
}

0 commit comments

Comments
 (0)