Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Ai Text Analytics Readme Issue #15472

Closed
v-jiaodi opened this issue May 31, 2021 · 2 comments
Closed

Azure Ai Text Analytics Readme Issue #15472

v-jiaodi opened this issue May 31, 2021 · 2 comments
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics Docs test-manual-pass
Milestone

Comments

@v-jiaodi
Copy link
Member

v-jiaodi commented May 31, 2021

Section link:

image

Reason:
The TextAnalyticsApiKeyCredential is not in the @azure/ai-text-analytics .

Suggestion:
Update to:

const { TextAnalyticsClient, AzureKeyCredential } = require("@azure/ai-text-analytics");
const client = new TextAnalyticsClient(
  "<endpoint>",
  new AzureKeyCredential("<API key>")
);

@jongio for notification.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label May 31, 2021
@v-jiaodi v-jiaodi changed the title Azure ai-text-analytics README.md issue Azure Ai Text Analytics Readme issue May 31, 2021
@v-jiaodi v-jiaodi changed the title Azure Ai Text Analytics Readme issue Azure Ai Text Analytics Readme Issue May 31, 2021
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics Docs needs-team-triage Workflow: This issue needs the team to triage. test-manual-pass and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels May 31, 2021
@ramya-rao-a ramya-rao-a added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Jun 1, 2021
@ramya-rao-a ramya-rao-a added this to the [2021] June milestone Jun 1, 2021
@ramya-rao-a
Copy link
Contributor

Thanks for catching this @v-jiaodi. Can you please send a PR to fix this?

@v-jiaodi
Copy link
Member Author

v-jiaodi commented Jun 1, 2021

@ramya-rao-a - Sure, I will create a PR to fix it.

@deyaaeldeen deyaaeldeen removed the needs-team-triage Workflow: This issue needs the team to triage. label Jun 1, 2021
@v-jiaodi v-jiaodi closed this as completed Jun 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Cognitive - Text Analytics Docs test-manual-pass
Projects
None yet
Development

No branches or pull requests

4 participants