Hi Chris Clark,
Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!
To determine if your application is using a retiring API version, begin by reviewing the documentation for the Azure.AI.TextAnalytics client library version 5.3.0, as it supports multiple API versions such as 3.0, 3.1, 2022-05-01, and 2023-04-01 (default). Ensure that your library is updated to the latest version, as newer releases are typically designed to work with the most recent API versions. Although you do not directly specify the api-version in your code, review your codebase to ensure there are no hardcoded API version parameters in configuration files or settings. Additionally, monitor your application's API calls to identify the version being used.
Finally, if you are still unsure about the API version being used, reach out to Azure support for assistance. They can confirm the API version being called and provide guidance on transitioning to the latest version to avoid service disruptions.
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.