Skip to content

Commit 861b2e8

Browse files
committed
acrolinx fix
1 parent bbcc56d commit 861b2e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/agents/how-to/tools/openapi-spec.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OpenAPI Specified tool improves your function calling experience by providing st
2525
automated, and scalable API integrations that enhance the capabilities and efficiency of your agent.
2626
[OpenAPI specifications](https://spec.openapis.org/oas/latest.html) provide a formal standard for
2727
describing HTTP APIs. This allows people to understand how an API works, how a sequence of APIs
28-
work together, generate client code, create tests, apply design standards, and more. Currently, we support 3 authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
28+
work together, generate client code, create tests, apply design standards, and more. Currently, we support three authentication types with the OpenAPI 3.0 specified tools: `anonymous`, `API key`, `managed identity`.
2929

3030
### Usage support
3131

@@ -41,7 +41,7 @@ work together, generate client code, create tests, apply design standards, and m
4141

4242
## Authenticating with API Key
4343

44-
With API key authentication, you can authenticate your OpenAPI spec using various methods such as an API key or Bearer token. Only one API key security schema is supported per OpenAPI spec. If you need multiple security schemas, please create multiple OpenAPI spec tools.
44+
With API key authentication, you can authenticate your OpenAPI spec using various methods such as an API key or Bearer token. Only one API key security schema is supported per OpenAPI spec. If you need multiple security schemas, create multiple OpenAPI spec tools.
4545

4646
1. Update your OpenAPI spec security schemas. it has a `securitySchemes` section and one scheme of type `apiKey`. For example:
4747

@@ -115,7 +115,7 @@ To set up authenticating with Managed Identity:
115115
1. Assign proper access to the resource.
116116
1. Click **Access Control** for your resource
117117

118-
1. Click **Add** and then **add role assignement** at the top of the screen.
118+
1. Click **Add** and then **add role assignment** at the top of the screen.
119119

120120
:::image type="content" source="../../media/tools/role-assignment-portal.png" alt-text="A screenshot showing the role assignment selector in the Azure portal." lightbox="../../media/tools/role-assignment-portal.png":::
121121

@@ -127,7 +127,7 @@ To set up authenticating with Managed Identity:
127127

128128
1. Click **Finish**.
129129

130-
1. Once you have it set up, you can use continue by using the tool through the SDK or REST API. Use the tabs at the top of this article to see code samples.
130+
1. Once the setup is done, you can continue by using the tool through the SDK or REST API. Use the tabs at the top of this article to see code samples.
131131

132132
::: zone-end
133133

0 commit comments

Comments
 (0)