Skip to content

Commit ce78050

Browse files
authored
Merge branch 'MicrosoftDocs:main' into krkutser-latam-launch-feb13
2 parents 7cad0d8 + 23e577d commit ce78050

File tree

214 files changed

+3359
-2114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+3359
-2114
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,17 +1215,18 @@
12151215
".openpublishing.redirection.container-service.json",
12161216
".openpublishing.redirection.defender-for-cloud.json",
12171217
".openpublishing.redirection.defender-for-iot.json",
1218+
".openpublishing.redirection.devops-project.json",
12181219
".openpublishing.redirection.guidance.json",
12191220
".openpublishing.redirection.iot-hub-device-update.json",
12201221
".openpublishing.redirection.key-vault.json",
12211222
".openpublishing.redirection.machine-configuration.json",
12221223
".openpublishing.redirection.marketplace.json",
12231224
".openpublishing.redirection.openshift.json",
12241225
".openpublishing.redirection.security-benchmark.json",
1226+
".openpublishing.redirection.sentinel.json",
1227+
".openpublishing.redirection.spring-cloud.json",
12251228
".openpublishing.redirection.sql-database.json",
12261229
".openpublishing.redirection.virtual-desktop.json",
1227-
".openpublishing.redirection.devops-project.json",
1228-
".openpublishing.redirection.sentinel.json",
12291230
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
12301231
"articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json",
12311232
"articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json",
@@ -1290,7 +1291,6 @@
12901291
"articles/site-recovery/.openpublishing.redirection.site-recovery.json",
12911292
"articles/spatial-anchors/.openpublishing.redirection.spatial-anchors.json",
12921293
"articles/spring-apps/.openpublishing.redirection.spring-apps.json",
1293-
"articles/spring-cloud/.openpublishing.redirection.spring-cloud.json",
12941294
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
12951295
"articles/storsimple/.openpublishing.redirection.storsimple.json",
12961296
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",

articles/spring-cloud/.openpublishing.redirection.spring-cloud.json renamed to .openpublishing.redirection.spring-cloud.json

Lines changed: 187 additions & 187 deletions
Large diffs are not rendered by default.

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

0 commit comments

Comments
 (0)