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
Copy file name to clipboardExpand all lines: docs/apis/migration-api-whats-new.md
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Migration API What's new"
3
3
description: "Learn about the new features and updates to the Migration API."
4
-
ms.date: 09/06/2023
4
+
ms.date: 09/26/2023
5
5
ms.reviewer: jhendr
6
6
author: JoanneHendrickson
7
7
ms.author: jhendr
@@ -16,6 +16,36 @@ ms.custom: admindeeplinkSPO
16
16
17
17
Check here to see what features or updates have been added to the Migration API. Here's a summary of what's included.
18
18
19
+
## Encoding invalid XML characters
20
+
21
+
When invalid XML characters are detected in relevant fields, they're encoded. For any attribute that is XML encoded, decoding is needed for the value. Encoded fields are included in `EncodedAttributes`, in a comma-separated attribute list.
22
+
23
+
**Example**
24
+
25
+
In this example, these attributes are encoded: URL, ParentWebURL, Name, and Version.
>If XSD is replied on to parse manifest files, parsing may fail when **EncodedAttributes** is used.
47
+
48
+
19
49
## Updated reason code and descriptions
20
50
21
51
We have updated Migration API to provide detailed reasons in case a job is postponed. We encourage ISVs take appropriate actions, based on the reasons.
0 commit comments