Skip to content

Commit eb9f323

Browse files
committed
remove python prereq
1 parent c515ace commit eb9f323

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-monitor/logs/tutorial-logs-ingestion-code.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ The following PowerShell code sends data to the endpoint by using HTTP REST fund
105105
106106
The following sample code uses the [Azure Monitor Ingestion client library for Python](/python/api/overview/azure/monitor-ingestion-readme).
107107
108-
> [!NOTE]
109-
> This sample requires Python 3.7 or later.
110-
111108
112109
1. Use [pip](https://pypi.org/project/pip/) to install the Azure Monitor Ingestion client library for Python and the Azure Identity library, which is required for the authentication used in this sample.
113110
```bash

0 commit comments

Comments
 (0)