Skip to content

Update Tasks

Use this page to quickly find update-oriented commands.

Quick Command Examples

Use these as starting templates.

# Bulk update entities from CSV (safe preview)
python -m purviewcli entity bulk-update-csv --csv-file .\\samples\\csv\\entity_guid_update_example.csv --dry-run

# Update glossary resources
python -m purviewcli glossary put --help
python -m purviewcli glossary put-term --help

# Update relationships
python -m purviewcli relationship put --help

# Update account settings
python -m purviewcli account update-account --help
python -m purviewcli management updateaccount --help

# Update scan configuration
python -m purviewcli scan putscanruleset --help

Entity Update

Glossary Update

Relationship Update

Management Update

Scan Update