@azure/ai-projects 1.0.0-alpha.20250604.2 → 1.0.0-alpha.20250605.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ npm install @azure/ai-projects @azure/identity
72
72
 
73
73
  ### Create and authenticate the client
74
74
 
75
- To construct an `AIProjectsClient` You can refer this doc: [azure_foundry_service_endpoint]. Below we will assume the environment variable `AZURE_AI_PROJECT_ENDPOINT_STRING` was defined to hold this value:
75
+ To construct an `AIProjectsClient`, the `endpoint` can be fetched from [endpoint][ai_project_client_endpoint]. Below we will assume the environment variable `AZURE_AI_PROJECT_ENDPOINT_STRING` was defined to hold this value:
76
76
 
77
77
  ```ts snippet:setup
78
78
  import { AIProjectClient } from "@azure/ai-projects";
@@ -523,7 +523,7 @@ additional questions or comments.
523
523
  [azure_sub]: https://azure.microsoft.com/free/
524
524
  [evaluators]: https://learn.microsoft.com/azure/ai-studio/how-to/develop/evaluate-sdk
525
525
  [evaluator_library]: https://learn.microsoft.com/azure/ai-studio/how-to/evaluate-generative-ai-app#view-and-manage-the-evaluators-in-the-evaluator-library
526
- [azure_foundry_service_endpoint]: https://learn.microsoft.com/azure/ai-foundry/model-inference/how-to/configure-project-connection?pivots=ai-foundry-portal
527
526
  [azure_ai_evaluation]: https://learn.microsoft.com/javascript/api/overview/azure/ai-projects-readme
528
527
  [ai_foundry_data_plane_rest_apis]: https://learn.microsoft.com/rest/api/aifoundry/aiprojects/operation-groups?view=rest-aifoundry-aiprojects-2025-05-15-preview
528
+ [ai_project_client_endpoint]: https://learn.microsoft.com/azure/ai-foundry/how-to/develop/sdk-overview?tabs=sync&pivots=programming-language-javascript
529
529
  [samples]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-projects/samples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/ai-projects",
3
- "version": "1.0.0-alpha.20250604.2",
3
+ "version": "1.0.0-alpha.20250605.1",
4
4
  "description": "Azure AI Projects client library.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"