Skip to content

Commit

Permalink
Serilaize with depth (Azure#32115)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
  • Loading branch information
azure-sdk and danieljurek authored Sep 18, 2023
1 parent 9f5b594 commit 49e8606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Update-DocsMsMetadata.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function UpdateDocsMsMetadataForPackage($packageInfoJsonLocation) {
Write-Host "The docs metadata json $packageMetadataName does not exist, creating a new one to docs repo..."
New-Item -ItemType Directory -Path $packageInfoLocation -Force
}
$packageInfoJson = ConvertTo-Json $packageInfo
$packageInfoJson = ConvertTo-Json $packageInfo -Depth 100
Set-Content `
-Path $packageInfoLocation/$packageMetadataName `
-Value $packageInfoJson
Expand Down

0 comments on commit 49e8606

Please sign in to comment.