You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($_.Exception.ErrorCode-eq'PropertyValueTooLarge'-or$_.Exception.ErrorCode-eq'EntityTooLarge'-or$_.Exception.ErrorCode-eq'RequestBodyTooLarge') {
21
37
try {
@@ -138,16 +154,16 @@ function Add-CIPPAzDataTableEntity {
138
154
foreach ($rowin$rows) {
139
155
Write-Information"current entity is $($row.RowKey) with $($row.PartitionKey). Our size is $([System.Text.Encoding]::UTF8.GetByteCount($($row|ConvertTo-Json-Compress)))"
0 commit comments