Skip to content

Commit

Permalink
end of files newline
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron committed Jul 1, 2024
1 parent 16474eb commit ecc2dc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bicep/app/appservice.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ resource appService 'Microsoft.Web/sites@2022-03-01' = {
}

output principalId string = appService.identity.principalId
output appServiceResourceName string = appService.name
output appServiceResourceName string = appService.name
2 changes: 1 addition & 1 deletion bicep/app/roleassignment.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ resource roleAssignment 'Microsoft.Authorization/roleAssignments@2022-04-01' = {
principalType: 'ServicePrincipal'
roleDefinitionId: resourceId('Microsoft.Authorization/roleDefinitions', acrPullDefinitionId)
}
}
}
2 changes: 1 addition & 1 deletion bicep/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resource containerRegistry 'Microsoft.ContainerRegistry/registries@2022-12-01' =
properties: {
adminUserEnabled: true
}
}
}

0 comments on commit ecc2dc8

Please sign in to comment.