Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Sep 21, 2023
2 parents 45ca9be + fe99645 commit cf3b852
Show file tree
Hide file tree
Showing 2 changed files with 491 additions and 479 deletions.
2 changes: 1 addition & 1 deletion avm/res/cognitive-services/account/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ output resourceGroupName string = resourceGroup().name
output endpoint string = cognitiveService.properties.endpoint

@description('The principal ID of the system assigned identity.')
output systemAssignedPrincipalId string = (managedIdentities.?systemAssigned ?? false) && contains(cognitiveService.identity, 'principalId') ? cognitiveService.identity.principalId : ''
output systemAssignedMIPrincipalId string = (managedIdentities.?systemAssigned ?? false) && contains(cognitiveService.identity, 'principalId') ? cognitiveService.identity.principalId : ''

@description('The location the resource was deployed into.')
output location string = cognitiveService.location
Expand Down
Loading

0 comments on commit cf3b852

Please sign in to comment.