Skip to content

Commit d600179

Browse files
authored
Merge pull request #58353 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/Microsoft/azure-docs (branch master)
2 parents 56e5bbc + 97f37d7 commit d600179

6 files changed

+18
-7
lines changed

articles/active-directory/develop/GuidedSetups/active-directory-mobileanddesktopapp-windowsdesktop-configure-arp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: aaddev
1919

2020
---
2121

22-
## Add the application’s registration information to your app
22+
# Add the application’s registration information to your app
2323
In this step, you need to add the Application Id to your project.
2424

2525
1. Open `App.xaml.cs` and replace the line containing the `ClientId` with:

articles/active-directory/hybrid/reference-connect-version-history.md

+11
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ Required permissions | For permissions required to apply an update, see [account
3232

3333
Download| [Download Azure AD Connect](https://go.microsoft.com/fwlink/?LinkId=615771).
3434

35+
36+
## 1.2.67.0
37+
38+
### Release status
39+
40+
11/19/2018: Released for download
41+
42+
### Fixed issues
43+
44+
This hotfix build fixes a regression in the previous build where Password Writeback fails when using an ADDS Domain Controller on Windows Server 2008/R2.
45+
3546
## 1.2.65.0
3647

3748
### Release status

articles/cognitive-services/LUIS/luis-concept-prediction-score.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ When you train the same model in a different app, and the scores are not this sa
5757
If your chatbot requires a specific LUIS score to indicate confidence in an intent, you should instead use the score difference between the top two intents. This provides flexibility for variations in training.
5858

5959
## Punctuation
60-
Punctuation is a separate token in LUIS. An utterance that contains a period at the end versus an utterance that does not are two separate utterances and may get two different predictions. Make sure the model handles punctuation either in the [example utterances](luis-concept-utterance.md) (having and not having punctuation) or in the [patterns}(luis-concept-patterns.md) where it is easier to ignore punctuation with the special syntax: `I am applying for the {Job} position[.]`
60+
Punctuation is a separate token in LUIS. An utterance that contains a period at the end versus an utterance that does not are two separate utterances and may get two different predictions. Make sure the model handles punctuation either in the [example utterances](luis-concept-utterance.md) (having and not having punctuation) or in the [patterns](luis-concept-patterns.md) where it is easier to ignore punctuation with the special syntax: `I am applying for the {Job} position[.]`
6161

6262
## Next steps
6363

64-
See [Add entities](luis-how-to-add-entities.md) to learn more about how to add entities to your LUIS app.
64+
See [Add entities](luis-how-to-add-entities.md) to learn more about how to add entities to your LUIS app.

articles/devops-project/azure-devops-project-php.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you don't have an Azure subscription, you can get one for free through [Visua
3232

3333
1. Sign in to the [Microsoft Azure portal](https://portal.azure.com).
3434

35-
1. In the left pane, select the **Create a resource** icon, and then then search for **DevOps Projects**.
35+
1. In the left pane, select the **Create a resource** icon, and then search for **DevOps Projects**.
3636

3737
3. Select **Create**.
3838

articles/devops-project/azure-devops-project-service-fabric.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
7373

7474
## Examine the CI pipeline
7575

76-
DevOps Projects automatically configures a CI/CD pipeline in in Azure Pipelines. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
76+
DevOps Projects automatically configures a CI/CD pipeline in Azure Pipelines. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
7777

7878
1. Go to the DevOps Projectss dashboard.
7979

articles/hdinsight/hadoop/apache-hadoop-on-premises-migration-best-practices-security-devops.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article gives recommendations for security and DevOps in Azure HDInsight sy
1818

1919
The Enterprise Security Package (ESP) supports Active Directory-based authentication, multiuser support, and role-based access control. With the ESP option chosen, HDInsight cluster is joined to the Active Directory domain and the enterprise admin can configure role-based access control (RBAC) for Hive security by using Apache Ranger. The admin can also audit the data access by employees and any changes done to access control policies.
2020

21-
ESP features are currently in preview and are available only on the following cluster types: Apache Hadoop, Apache Spark, Apache HBase, Apache Kafka, and Apache Interactive Query.
21+
ESP is available on the following cluster types: Apache Hadoop, Apache Spark, Apache HBase, Apache Kafka, and Interactive Query (Hive LLAP).
2222

2323
Use the following steps to deploy the Domain-joined HDInsight cluster:
2424

@@ -116,4 +116,4 @@ For more information, see the article: [OS patching for HDInsight](../hdinsight-
116116

117117
## Next steps
118118

119-
- Read more about [HDInsight 4.0](https://docs.microsoft.com/azure/hdinsight/hadoop/apache-hadoop-introduction)
119+
- Read more about [HDInsight 4.0](https://docs.microsoft.com/azure/hdinsight/hadoop/apache-hadoop-introduction)

0 commit comments

Comments
 (0)