diff --git a/.chronus/changes/python-add-ai-link-readme-2026-4-15.md b/.chronus/changes/python-add-ai-link-readme-2026-4-15.md new file mode 100644 index 00000000000..bef3dffae6a --- /dev/null +++ b/.chronus/changes/python-add-ai-link-readme-2026-4-15.md @@ -0,0 +1,8 @@ +--- +# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking +changeKind: feature +packages: + - "@typespec/http-client-python" +--- + +Add "Use with AI tools" section to Azure packages README template diff --git a/packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/README.md.jinja2 b/packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/README.md.jinja2 index f5ff2030f10..d95a3a89db8 100644 --- a/packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/README.md.jinja2 +++ b/packages/http-client-python/generator/pygen/codegen/templates/packaging_templates/README.md.jinja2 @@ -14,6 +14,10 @@ For docs and references, see [Python SDK References](https://docs.microsoft.com/ Code samples for this package can be found at [{{options["package-pprint-name"]}}](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com. Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) +# Use with AI tools + +AI coding tools such as VS Code and GitHub Copilot can help you write and debug code that uses this library. See [Using the Azure SDK for Python with AI tools](https://aka.ms/azsdk/python/ai) for available integrations. + # Provide Feedback If you encounter any bugs or have suggestions, please file an issue in the @@ -40,6 +44,10 @@ python -m pip install {{ options["package-name"] }} - You need an [Azure subscription][azure_sub] to use this package. - An existing {{ options["package-pprint-name"] }} instance. +### Use with AI tools + +AI coding tools such as VS Code and GitHub Copilot can help you write and debug code that uses this library. See [Using the Azure SDK for Python with AI tools](https://aka.ms/azsdk/python/ai) for available integrations. + {% if token_credential and client_name %} #### Create with an Azure Active Directory Credential To use an [Azure Active Directory (AAD) token credential][authenticate_with_token],