Skip to content

Commit

Permalink
Merge pull request #5 from l-gosling/main
Browse files Browse the repository at this point in the history
Updated Microsoft learn first party app doc uri
  • Loading branch information
merill authored Nov 13, 2024
2 parents dfbcc40 + 55b7414 commit 802edfa
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 @@ -31,7 +31,7 @@ param (

function GetAppsFromMicrosoftLearnDoc() {
Write-Debug "Retrieving apps from Microsoft Learn doc"
$msLearnFirstPartyAppDocUri = "https://raw.githubusercontent.com/MicrosoftDocs/SupportArticles-docs/main/support/azure/entra/entra-id/governance/verify-first-party-apps-sign-in.md"
$msLearnFirstPartyAppDocUri = "https://raw.githubusercontent.com/MicrosoftDocs/SupportArticles-docs/refs/heads/main/support/entra/entra-id/governance/verify-first-party-apps-sign-in.md"
$mdContent = (Invoke-WebRequest -Uri $msLearnFirstPartyAppDocUri).Content
$lines = $mdContent -split [Environment]::NewLine
$tableIndex = 0
Expand Down

0 comments on commit 802edfa

Please sign in to comment.