Skip to content

Commit 0012d11

Browse files
remove space
1 parent 01df8ad commit 0012d11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infra/modules/cognitive-services/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ output aiServicesResourceId string = aiServices.outputs.resourceId
259259
output aiServicesName string = aiServices.outputs.name
260260
output aiServicesEndpoint string = aiServices.outputs.endpoint
261261
output aiServicesSystemAssignedMIPrincipalId string = aiServices.outputs.?systemAssignedMIPrincipalId ?? ''
262+
262263
output connections array = union(
263264
[aiServices.outputs.foundryConnection],
264265
contentSafetyEnabled ? [contentSafety.outputs.foundryConnection] : [],

0 commit comments

Comments
 (0)