Skip to content

Commit 54d88b7

Browse files
authored
Merge pull request #266166 from MicrosoftDocs/main
02/13 AM Publishing
2 parents 06fd113 + 54a287e commit 54d88b7

File tree

134 files changed

+13227
-1034
lines changed

Some content is hidden

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

134 files changed

+13227
-1034
lines changed

.openpublishing.redirection.defender-for-cloud.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,16 @@
920920
"redirect_url": "/azure/defender-for-cloud/multicloud",
921921
"redirect_document_id": false
922922
},
923+
{
924+
"source_path_from_root": "/articles/defender-for-cloud/concept-aws-connector.md",
925+
"redirect_url": "/azure/defender-for-cloud/quickstart-onboard-aws",
926+
"redirect_document_id": false
927+
},
928+
{
929+
"source_path_from_root": "/articles/defender-for-cloud/concept-gcp-connector.md",
930+
"redirect_url": "/azure/defender-for-cloud/quickstart-onboard-gcp",
931+
"redirect_document_id": false
932+
},
923933
{
924934
"source_path_from_root": "/articles/defender-for-cloud/defender-for-containers-vulnerability-assessment-elastic.md",
925935
"redirect_url": "/azure/defender-for-cloud/agentless-vulnerability-assessment-aws",

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)

0 commit comments

Comments
 (0)