Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/4cea05a3c3286f92679cc7fb4b1cd93f to your computer and use it in GitHub Desktop.
Save ryantm/4cea05a3c3286f92679cc7fb4b1cd93f to your computer and use it in GitHub Desktop.
/nix/store/zg2vp25lfrsdhyvwac72jhvxyk48vrnz-python3.7-azure-mgmt-monitor-0.7.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── monitor
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── _monitor_management_client.py
│   │   ├── __pycache__
│   │   │   ├── _configuration.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── v2015_04_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _activity_logs_operations.py
│   │   │   │   ├── _autoscale_settings_operations.py
│   │   │   │   ├── _event_categories_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _activity_logs_operations.cpython-37.pyc
│   │   │   │   │   ├── _autoscale_settings_operations.cpython-37.pyc
│   │   │   │   │   ├── _event_categories_operations.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _operations.cpython-37.pyc
│   │   │   │   │   └── _tenant_activity_logs_operations.cpython-37.pyc
│   │   │   │   └── _tenant_activity_logs_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2015_07_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   └── _models_py3.cpython-37.pyc
│   │   │   ├── _monitor_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── _service_diagnostic_settings_operations.cpython-37.pyc
│   │   │   │   └── _service_diagnostic_settings_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2016_03_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _alert_rule_incidents_operations.py
│   │   │   │   ├── _alert_rules_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_profiles_operations.py
│   │   │   │   ├── _metric_definitions_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _alert_rule_incidents_operations.cpython-37.pyc
│   │   │   │   ├── _alert_rules_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _log_profiles_operations.cpython-37.pyc
│   │   │   │   └── _metric_definitions_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2016_09_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metrics_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── _metrics_operations.cpython-37.pyc
│   │   │   │   │   └── _service_diagnostic_settings_operations.cpython-37.pyc
│   │   │   │   └── _service_diagnostic_settings_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_03_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _activity_log_alerts_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _activity_log_alerts_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_04_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _action_groups_operations.py
│   │   │   │   ├── _activity_log_alerts_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _action_groups_operations.cpython-37.pyc
│   │   │   │   ├── _activity_log_alerts_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_05_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _diagnostic_settings_category_operations.py
│   │   │   │   ├── _diagnostic_settings_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_definitions_operations.py
│   │   │   │   ├── _metrics_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _diagnostic_settings_category_operations.cpython-37.pyc
│   │   │   │   ├── _diagnostic_settings_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _metric_definitions_operations.cpython-37.pyc
│   │   │   │   └── _metrics_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_11_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _monitor_management_client_enums.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_baseline_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _metric_baseline_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2017_12_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_namespaces_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _metric_namespaces_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_01_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_definitions_operations.py
│   │   │   │   ├── _metrics_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _metric_definitions_operations.cpython-37.pyc
│   │   │   │   └── _metrics_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_03_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _action_groups_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_alerts_operations.py
│   │   │   │   ├── _metric_alerts_status_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _action_groups_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _metric_alerts_operations.cpython-37.pyc
│   │   │   │   └── _metric_alerts_status_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_04_16
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── _scheduled_query_rules_operations.cpython-37.pyc
│   │   │   │   └── _scheduled_query_rules_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_06_01_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _guest_diagnostics_settings_association_operations.py
│   │   │   │   ├── _guest_diagnostics_settings_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _guest_diagnostics_settings_association_operations.cpython-37.pyc
│   │   │   │   ├── _guest_diagnostics_settings_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_09_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _action_groups_operations.py
│   │   │   │   ├── _baseline_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _metric_baseline_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _action_groups_operations.cpython-37.pyc
│   │   │   │   ├── _baseline_operations.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── _metric_baseline_operations.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2018_11_27_preview
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   └── _monitor_management_client_enums.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── _vm_insights_operations.cpython-37.pyc
│   │   │   │   └── _vm_insights_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2019_03_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _action_groups_operations.py
│   │   │   │   ├── _baselines_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _action_groups_operations.cpython-37.pyc
│   │   │   │   ├── _baselines_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   ├── v2019_06_01
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   ├── _monitor_management_client_enums.py
│   │   │   │   ├── _paged_models.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _models.cpython-37.pyc
│   │   │   │   ├── _models_py3.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client_enums.cpython-37.pyc
│   │   │   │   └── _paged_models.cpython-37.pyc
│   │   │   ├── _monitor_management_client.py
│   │   │   ├── operations
│   │   │   │   ├── _action_groups_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _action_groups_operations.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _configuration.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _monitor_management_client.cpython-37.pyc
│   │   │   │   └── version.cpython-37.pyc
│   │   │   └── version.py
│   │   └── version.py
│   └── azure_mgmt_monitor-0.7.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
111 directories, 414 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment