Skip to content

Commit a7385c9

Browse files
committed
[BULK] - Docutune - Minor fixes
1 parent 03a3fde commit a7385c9

9 files changed

+7
-15
lines changed

articles/active-directory-b2c/predicates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The IsLengthRange method checks whether the length of a string claim value is wi
7878
| Maximum | Yes | The maximum number of characters that can be entered. |
7979
| Minimum | Yes | The minimum number of characters that must be entered. |
8080

81-
The following example shows a IsLengthRange method with the parameters `Minimum` and `Maximum` that specify the length range of the string:
81+
The following example shows an IsLengthRange method with the parameters `Minimum` and `Maximum` that specify the length range of the string:
8282

8383
```xml
8484
<Predicate Id="IsLengthBetween8And64" Method="IsLengthRange" HelpText="The password must be between 8 and 64 characters.">

articles/active-directory-b2c/register-apps.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ You can register different app types in your Azure AD B2C Tenant. The how-to gui
4545
- [Microsoft Graph application](microsoft-graph-get-started.md)
4646
- [SAML application](saml-service-provider.md?tabs=windows&pivots=b2c-custom-policy)
4747
- [Publish app in Microsoft Entra app gallery](publish-app-to-azure-ad-app-gallery.md)
48-
49-
50-
51-

articles/active-directory-b2c/tenant-management-read-tenant-name.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.subservice: B2C
2424

2525
# Find tenant name and tenant ID in Azure Active Directory B2C
2626

27-
When you create an Azure Active Directory B2C (Azure AD B2C) for your organization, it's assigned a default domain name (name) and a directory (tenant) ID. The tenant ID is same as the organization ID.
27+
When you create an Azure Active Directory B2C (Azure AD B2C) for your organization, it's assigned a default domain name and a directory (tenant) ID. The tenant ID is same as the organization ID.
2828

2929
In this article, you learn how to:
3030

@@ -61,4 +61,4 @@ To get your Azure AD B2C tenant ID, follow these steps:
6161

6262
## Next steps
6363

64-
- [Clean up resources and delete tenant](tutorial-delete-tenant.md)
64+
- [Clean up resources and delete tenant](tutorial-delete-tenant.md)

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
5050
- [Add user attributes and customize user input in Azure Active Directory B2C](configure-user-input.md) - Updated instructional steps
5151
- [Set up sign-up and sign-in with a Google account using Azure Active Directory B2C](identity-provider-google.md) - Editorial updates
5252
- [Localization string IDs](localization-string-ids.md) - Updated the localization string IDs
53-

articles/advisor/advisor-reference-operational-excellence-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ Learn more about [Volume - Azure NetApp Files AZ Volume SDK version recommendati
743743

744744
The minimum SDK version of 2022-05-01 is recommended for the Azure NetApp Files Cross Zone Replication feature, to enable you to replicate volumes across availability zones within the same region.
745745

746-
Learn more about [Volume - Azure NetApp Files Cross Zone Replication SDK recommendation (Cross Zone Replication SDK recommendation)](https://aka.ms/anf-sdkversion).
746+
Learn more about [Volume - Azure NetApp Files Cross Zone Replication SDK recommendation](https://aka.ms/anf-sdkversion).
747747

748748
### Volume Encryption using Customer Managed Keys with Azure Key Vault SDK Recommendation
749749

@@ -761,7 +761,7 @@ Learn more about [Capacity Pool - Azure NetApp Files Cool Access SDK version rec
761761

762762
The minimum SDK version of 2022-xx-xx is recommended for automation of large volume creation, resizing and deletion.
763763

764-
Learn more about [Volume - Large Volumes SDK Recommendation (Large Volumes SDK Recommendation)](/azure/azure-netapp-files/azure-netapp-files-resource-limits).
764+
Learn more about [Volume - Large Volumes SDK Recommendation](/azure/azure-netapp-files/azure-netapp-files-resource-limits).
765765

766766
### Prevent hitting subscription limit for maximum storage accounts
767767

articles/advisor/advisor-security-recommendations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ To learn more about Advisor recommendations, see:
2828
* [Advisor reliability recommendations](advisor-reference-reliability-recommendations.md)
2929
* [Advisor operational excellence recommendations](advisor-reference-operational-excellence-recommendations.md)
3030
* [Advisor REST API](/rest/api/advisor/)
31-

articles/ai-services/LUIS/includes/add-prediction-resource-portal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ ms.author: aahi
1818
If you already have a prediction resource, add it. Otherwise, select **Create a new prediction resource**.
1919

2020
:::image type="image" alt-text="Add Prediction resource from portal-2" source="../media/add-prediction-resource-portal-2.png" lightbox="../media/add-prediction-resource-portal-2.png":::
21-
22-

articles/ai-services/LUIS/includes/sdk-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Publish the LUIS app using the [app.publish](/javascript/api/@azure/cognitiveser
222222

223223
## Authenticate the prediction runtime client
224224

225-
Use an msRest.ApiKeyCredentials object with your key, and use it with your endpoint to create an [LUIS.LUISRuntimeClient](/javascript/api/@azure/cognitiveservices-luis-runtime/luisruntimeclient) object.
225+
Use a msRest.ApiKeyCredentials object with your key, and use it with your endpoint to create an [LUIS.LUISRuntimeClient](/javascript/api/@azure/cognitiveservices-luis-runtime/luisruntimeclient) object.
226226

227227
[!INCLUDE [Caution about using authoring key](caution-authoring-key.md)]
228228

articles/ai-services/LUIS/includes/sdk-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Create two sets of variables: the first set you change, the second set leave as
117117

118118
## Authenticate the client
119119

120-
Create an CognitiveServicesCredentials object with your key, and use it with your endpoint to create an [LUISAuthoringClient](/python/api/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.luisauthoringclient) object.
120+
Create a CognitiveServicesCredentials object with your key, and use it with your endpoint to create an [LUISAuthoringClient](/python/api/azure-cognitiveservices-language-luis/azure.cognitiveservices.language.luis.authoring.luisauthoringclient) object.
121121

122122
[!code-python[Authenticate the client](~/cognitive-services-quickstart-code/python/LUIS/sdk-3x/authoring_and_predict.py?name=AuthoringCreateClient)]
123123

0 commit comments

Comments
 (0)