Skip to content

Commit 0e74b12

Browse files
authored
Merge pull request #110979 from bluPhy/main
Updating multiple items in articles/api-management
2 parents 0177aac + e42c4b9 commit 0e74b12

6 files changed

+6
-6
lines changed

articles/api-management/api-management-configuration-repository-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The `apis` folder contains a folder for each API in the service instance, which
265265
* `apis\<api name>\operations\` - Folder containing `<operation name>.description.html` files that map to the operations in the API. Each file contains the description of a single operation in the API, which maps to the `description` property of the [operation entity](/rest/api/apimanagement/current-ga/operation) in the REST API.
266266

267267
### apiVersionSets folder
268-
The `apiVerionSets` folder contains a folder for each API version set created for an API, and contains the following items.
268+
The `apiVersionSets` folder contains a folder for each API version set created for an API, and contains the following items.
269269

270270
* `apiVersionSets\<api version set Id>\configuration.json` - Configuration for the version set. This is the same information that would be returned if you were to call the [Get a specific version set](/rest/api/apimanagement/current-ga/api-version-set/get) operation.
271271

articles/api-management/api-management-howto-mutual-certificates-for-clients.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You can also create policy expressions with the [`context` variable](api-managem
7171

7272
> [!IMPORTANT]
7373
> * Starting May 2021, the `context.Request.Certificate` property only requests the certificate when the API Management instance's [`hostnameConfiguration`](/rest/api/apimanagement/current-ga/api-management-service/create-or-update#hostnameconfiguration) sets the `negotiateClientCertificate` property to True. By default, `negotiateClientCertificate` is set to False.
74-
> * If TLS renegotiation is disabled in your client, you may see TLS errors when requesting the certificate using the `context.Request.Certificate` property. If this occurs, enable TLS renegotation settings in the client.
74+
> * If TLS renegotiation is disabled in your client, you may see TLS errors when requesting the certificate using the `context.Request.Certificate` property. If this occurs, enable TLS renegotiation settings in the client.
7575
7676
### Checking the issuer and subject
7777

articles/api-management/api-management-template-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ The following localization options are supported:
476476
|ValidationErrorCredentialsInvalid|Email or password is invalid. Please correct the errors and try again.|
477477
|WebAuthenticationRequestIsNotValid|Request is not valid|
478478
|WebAuthenticationUserIsNotConfirm|Please confirm your registration before attempting to sign in.|
479-
|WebAuthenticationInvalidEmailFormated|Email is invalid: {0}|
479+
|WebAuthenticationInvalidEmailFormatted|Email is invalid: {0}|
480480
|WebAuthenticationUserNotFound|User not found|
481481
|WebAuthenticationTenantNotRegistered|Your account belongs to an Azure Active Directory tenant which is not authorized to access this portal.|
482482
|WebAuthenticationAuthenticationFailed|Authentication has failed.|

articles/api-management/import-logic-app-as-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this article, you learn how to:
2727
> - Test the API in the Azure portal
2828
2929
> [!NOTE]
30-
> API Management supports automated import of a Logic App (Consumption) resource. which runs in the multi-tenant Logic Apps environment. Learn more about [single-tenant versus muti-tenant Logic Apps](../logic-apps/single-tenant-overview-compare.md).
30+
> API Management supports automated import of a Logic App (Consumption) resource. which runs in the multi-tenant Logic Apps environment. Learn more about [single-tenant versus multi-tenant Logic Apps](../logic-apps/single-tenant-overview-compare.md).
3131
3232
## Prerequisites
3333

articles/api-management/json-to-xml-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The `json-to-xml` policy converts a request or response body from JSON to XML.
2323
consider-accept-header="true | false"
2424
parse-date="true | false"
2525
namespace-separator="separator character"
26-
namespace-prefix="namepsace prefix"
26+
namespace-prefix="namespace prefix"
2727
attribute-block-name="name" />
2828
```
2929

articles/api-management/sap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ In this article, you'll:
6363
1. From the side navigation menu, under the **APIs** section, select **APIs**.
6464
1. Under **Create a new definition**, select **OpenAPI specification**.
6565

66-
:::image type="content" source="./media/import-api-from-oas/oas-api.png" alt-text="OpenAPI specifiction":::
66+
:::image type="content" source="./media/import-api-from-oas/oas-api.png" alt-text="OpenAPI specification":::
6767

6868
1. Click **Select a file**, and select the `openapi-spec.json` file that you saved locally in a previous step.
6969

0 commit comments

Comments
 (0)