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
* On certain occasions, errors and warnings that show up in [indexer execution status](https://docs.microsoft.com/rest/api/searchservice/get-indexer-status) can have additional details that help in debugging. `IndexerExecutionResult` has been updated to reflect this behavior.
38
38
* Individual skills defined within a [skillset](cognitive-search-defining-skillset.md) can optionally be identified by specifying a `name` property.
39
-
*`ServiceLimits` shows limits for [complex types](https://docs.microsoft.com/en-us/azure/search/search-howto-complex-data-types) and `IndexerExecutionInfo` shows pertinent indexer limits/quotas.
39
+
*`ServiceLimits` shows limits for [complex types](https://docs.microsoft.com/azure/search/search-howto-complex-data-types) and `IndexerExecutionInfo` shows pertinent indexer limits/quotas.
40
40
41
41
<aname="UpgradeSteps"></a>
42
42
@@ -59,7 +59,7 @@ There are several breaking changes in version 10 that may require code changes i
59
59
> [!NOTE]
60
60
> The list of changes below is not exhaustive. Some changes will likely not result in build errors, but are technically breaking since they break binary compatibility with assemblies that depend on earlier versions of the Azure Search .NET SDK assemblies. Significant changes that fall under this category are also listed along with recommendations. Please rebuild your application when upgrading to version 10 to avoid any binary compatibility issues.
61
61
62
-
### Custom Web API Skill Definition
62
+
### Custom Web API skill definition
63
63
64
64
The definition of the [Custom Web API skill](cognitive-search-custom-skill-web-api.md) was incorrectly specified in version 9 and older.
0 commit comments