Skip to content

Commit 54a287e

Browse files
Merge pull request #266111 from aahill/migration-removal
[bulk] removing migration guide
2 parents 909886b + f900d9f commit 54a287e

30 files changed

+34
-307
lines changed

articles/ai-services/.openpublishing.redirection.applied-ai-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@
185185
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
186186
"redirect_document_id": false
187187
},
188+
{
189+
"source_path_from_root": "/articles/ai-services/luis/luis-migration-api-v3.md",
190+
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
191+
"redirect_document_id": false
192+
},
188193
{
189194
"source_path_from_root": "/articles/ai-services/custom-vision-service/update-application-to-3.0-sdk.md",
190195
"redirect_url": "/azure/ai-services/custom-vision-service/overview",

articles/ai-services/LUIS/developer-reference-resource.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ The Language Understanding service is accessed from an Azure resource you need t
3838
* Use the **authoring** resource for training to create, edit, train, and publish.
3939
* Use the **prediction** for runtime to send user's text and receive a prediction.
4040

41-
Learn about the [V3 prediction endpoint](luis-migration-api-v3.md).
42-
4341
Use [Azure AI services sample code](https://github.com/Azure-Samples/cognitive-services-quickstart-code) to learn and use the most common tasks.
4442

4543
### REST specifications

articles/ai-services/LUIS/how-to-application-settings-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can edit your application name, and description. You can copy your App ID. T
2323

2424
1. Sign into the [LUIS portal](https://www.luis.ai).
2525
1. Select an app from the **My apps** list.
26-
.
26+
2727
1. Select **Manage** from the top navigation bar, then **Settings** from the left navigation bar.
2828

2929
> [!div class="mx-imgBorder"]

articles/ai-services/LUIS/luis-concept-data-alteration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When a LUIS app uses the prebuilt [datetimeV2](luis-reference-prebuilt-datetimev
8282

8383
### V3 prediction API to alter timezone
8484

85-
In V3, the `datetimeReference` determines the timezone offset. Learn more about [V3 predictions](luis-migration-api-v3.md#v3-post-body).
85+
In V3, the `datetimeReference` determines the timezone offset.
8686

8787
### V2 prediction API to alter timezone
8888
The timezone is corrected by adding the user's timezone to the endpoint using the `timezoneOffset` parameter based on the API version. The value of the parameter should be the positive or negative number, in minutes, to alter the time.

articles/ai-services/LUIS/luis-concept-data-extraction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The primary data is the top scoring **intent name**. The endpoint response is:
6767
}
6868
```
6969

70-
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
70+
7171

7272
* * *
7373

@@ -127,7 +127,7 @@ Set the querystring parameter, `show-all-intents=true`. The endpoint response is
127127
}
128128
```
129129

130-
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
130+
131131

132132
* * *
133133

@@ -190,7 +190,7 @@ If you add prebuilt domains, the intent name indicates the domain, such as `Util
190190
}
191191
```
192192

193-
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
193+
194194

195195
* * *
196196

articles/ai-services/LUIS/luis-concept-devops-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This workflow should:
7474
* Train and publish the LUIS app version.
7575

7676
> [!NOTE]
77-
> As explained in [Running tests in an automated build workflow](luis-concept-devops-testing.md#running-tests-in-an-automated-build-workflow) you must publish the LUIS app version under test so that tools such as NLU.DevOps can access it. LUIS only supports two named publication slots, *staging* and *production* for a LUIS app, but you can also [publish a version directly](https://github.com/microsoft/botframework-cli/blob/master/packages/luis/README.md#bf-luisapplicationpublish) and [query by version](./luis-migration-api-v3.md#changes-by-slot-name-and-version-name). Use direct version publishing in your automation workflows to avoid being limited to using the named publishing slots.
77+
> As explained in [Running tests in an automated build workflow](luis-concept-devops-testing.md#running-tests-in-an-automated-build-workflow) you must publish the LUIS app version under test so that tools such as NLU.DevOps can access it. LUIS only supports two named publication slots, *staging* and *production* for a LUIS app, but you can also [publish a version directly](https://github.com/microsoft/botframework-cli/blob/master/packages/luis/README.md#bf-luisapplicationpublish) and query by version. Use direct version publishing in your automation workflows to avoid being limited to using the named publishing slots.
7878
7979
* Run all the [unit tests](luis-concept-devops-testing.md).
8080

articles/ai-services/LUIS/luis-container-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ More [examples](luis-container-configuration.md#example-docker-run-commands) of
256256

257257
## Endpoint APIs supported by the container
258258

259-
Both V2 and [V3](luis-migration-api-v3.md) versions of the API are available with the container.
259+
Both V2 and V3 versions of the API are available with the container.
260260

261261
## Query the container's prediction endpoint
262262

articles/ai-services/LUIS/luis-get-started-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ To create a Prediction resource from the LUIS portal
252252
}
253253
```
254254

255-
Learn more about the [V3 prediction endpoint](luis-migration-api-v3.md).
255+
256256

257257

258258
## Clean up resources

articles/ai-services/LUIS/luis-get-started-get-intent-from-browser.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,5 @@ In order to query a public app, you need:
174174

175175
## Next steps
176176

177-
* [V3 prediction endpoint](luis-migration-api-v3.md)
178177
* [Custom subdomains](../cognitive-services-custom-subdomains.md)
179178
* [Use the client libraries or REST API](client-libraries-rest-api.md)

articles/ai-services/LUIS/luis-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If your app exceeds the LUIS model limits, consider using a [LUIS dispatch](how-
3232
| [List entities](concepts/entities.md) | Parent: 50, child: 20,000 items. Canonical name is \*default character max. Synonym values have no length restriction. |
3333
| [machine-learning entities + roles](concepts/entities.md):<br> composite,<br>simple,<br>entity role | A limit of either 100 parent entities or 330 entities, whichever limit the user hits first. A role counts as an entity for the purpose of this limit. An example is a composite with a simple entity, which has 2 roles is: 1 composite + 1 simple + 2 roles = 4 of the 330 entities.<br>Subentities can be nested up to 5 levels, with a maximum of 20 children per level. |
3434
| Model as a feature | Maximum number of models that can be used as a feature to a specific model to be 10 models. The maximum number of phrase lists used as a feature for a specific model to be 10 phrase lists. |
35-
| [Preview - Dynamic list entities](./luis-migration-api-v3.md) | 2 lists of \~1k per query prediction endpoint request |
35+
| Preview - Dynamic list entities | 2 lists of \~1k per query prediction endpoint request |
3636
| [Patterns](concepts/patterns-features.md) | 500 patterns per application.<br>Maximum length of pattern is 400 characters.<br>3 Pattern.any entities per pattern<br>Maximum of 2 nested optional texts in pattern |
3737
| [Pattern.any](concepts/entities.md) | 100 per application, 3 pattern.any entities per pattern |
3838
| [Phrase list][phrase-list] | 500 phrase lists. 10 global phrase lists due to the model as a feature limit. Non-interchangeable phrase list has max of 5,000 phrases. Interchangeable phrase list has max of 50,000 phrases. Maximum number of total phrases per application of 500,000 phrases. |

0 commit comments

Comments
 (0)