You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/azure-sdk-tools/packaging_tools/templates/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,16 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
14
14
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15
15
{% endif %}
16
16
17
+
{%- if not sample_link -%}
18
+
{%- set sample_link="https://aka.ms/azsdk/python/mgmt/samples" -%}
19
+
{%- else -%}
20
+
{%- set sample_link="https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/" + sample_link -%}
21
+
{%- endif -%}
22
+
17
23
{% if is_arm %}
18
24
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}})
19
25
Code samples for this package can be found at [{{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.
20
-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
26
+
Additional code samples for different Azure services are available at [Samples Repo]({{ sample_link }})
21
27
{% else %}
22
28
For code examples, see [{{package_pprint_name}}](https://docs.microsoft.com/python/api/overview/azure/{{package_doc_id}}) on docs.microsoft.com.
0 commit comments