File: README.md

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (17 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Azure EASM samples for Python client

The sample programs here demonstrate some common use case scenarios for the Azure EASM Python SDK Client.

## Contents

| File | Description |
|-------------|-------------|
| [sample1_managing_discovery_runs.py][discovery_runs_sample] | create/run discovery groups |
| [sample2_create_disco_group_from_template.py][discovery_template_sample] | create discovery groups using templates |
| [sample3_use_saved_filters.py][saved_filters_sample] | create saved filters |
| [sample4_managing_external_ids.py][manage_external_ids_sample] | manage external ids using the SDK |

[discovery_runs_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample1_managing_discovery_runs.py
[discovery_template_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample2_create_disco_group_from_template.py
[saved_filters_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample3_use_saved_filters.py
[manage_external_ids_sample]: https://github.com/azure/azure-sdk-for-python/blob/main/sdk/easm/azure-defender-easm/samples/sample4_managing_external_ids.py