#
# Environment variables that define secrets required for running tests.
#
# All values should be empty by default in this template.
#
# To run tests locally on your device:
# 1. Rename the file to azure_ai_projects_tests.env
# 2. Fill in the values for the environment variables below (do not commit these changes to the repository!)
# 3. Run the test (`pytest`)
#
# Project endpoint has the format:
# `https://<your-ai-services-account-name>.services.ai.azure.com/api/projects/<your-project-name>`
AZURE_AI_PROJECTS_TESTS_PROJECT_ENDPOINT=
|