Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Commit

Permalink
AB#30325 added additional fix to app reg so it is considered an enter…
Browse files Browse the repository at this point in the history
…prise app.
  • Loading branch information
johncollinson2001 authored Apr 12, 2024
1 parent 142fc7b commit e0ff06e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infrastructure/app-registration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ resource "azuread_application_pre_authorized" "azcli" {
}

resource "azuread_service_principal" "app" {
client_id = azuread_application.app.application_id
owners = var.app_registration_owners
client_id = azuread_application.app.application_id
owners = var.app_registration_owners
tags = [
"AppServiceIntegratedApp",
"WindowsAzureActiveDirectoryIntegratedApp",
]
}
}

0 comments on commit e0ff06e

Please sign in to comment.