Skip to content

Commit

Permalink
Merge pull request #6 from l-gosling/main
Browse files Browse the repository at this point in the history
Added tenantid 'cdc5aeea-15c5-4db6-b079-fcadd2505dc2' and removed the…
  • Loading branch information
merill authored Dec 9, 2024
2 parents d4f0c48 + 0f5e6cb commit 5c5dbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Export-MicrosoftApps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function GetAppsFromMicrosoftLearnDoc() {

function GetAppsFromMicrosoftGraph() {
Write-Host "Retrieving apps from Microsoft Graph"
$tenantIdList = @("f8cdef31-a31e-4b4a-93e4-5f571e91255a", "72f988bf-86f1-41af-91ab-2d7cd011db47")
$tenantIdList = @("f8cdef31-a31e-4b4a-93e4-5f571e91255a", "72f988bf-86f1-41af-91ab-2d7cd011db47", "cdc5aeea-15c5-4db6-b079-fcadd2505dc2")
$select = "appId,appDisplayName,appOwnerOrganizationId"


Expand Down

0 comments on commit 5c5dbfb

Please sign in to comment.