Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 14, 2021 01:37
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 r-ryantm/2e7c268afabce2fb78a7c02e9f51d6ce to your computer and use it in GitHub Desktop.
Save r-ryantm/2e7c268afabce2fb78a7c02e9f51d6ce to your computer and use it in GitHub Desktop.
/nix/store/5v8qwyn67v267544i1azxrh24xarf88d-python3.8-azure-mgmt-compute-23.1.0
├── lib
│   └── python3.8
│   └── site-packages
│   ├── azure
│   │   └── mgmt
│   │   └── compute
│   │   ├── aio
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   ├── _configuration.cpython-38.pyc
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── _compute_management_client.py
│   │   ├── _configuration.py
│   │   ├── __init__.py
│   │   ├── models.py
│   │   ├── __pycache__
│   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   ├── _configuration.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── models.cpython-38.pyc
│   │   │   └── _version.cpython-38.pyc
│   │   ├── v2015_06_15
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2016_03_30
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2016_04_30_preview
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2017_03_30
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _resource_skus_operations.py
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _resource_skus_operations.py
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2017_09_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   └── _resource_skus_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _resource_skus_operations.cpython-38.pyc
│   │   │   │   └── _resource_skus_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2017_12_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2018_04_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2018_06_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2018_09_30
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   └── _snapshots_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2018_10_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2019_03_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2019_04_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   └── _resource_skus_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _resource_skus_operations.cpython-38.pyc
│   │   │   │   └── _resource_skus_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2019_07_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2019_11_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   └── _snapshots_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2019_12_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_05_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   └── _snapshots_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_06_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_06_30
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   └── _snapshots_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_09_30
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _gallery_sharing_profile_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_sharing_profile_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_galleries_operations.py
│   │   │   │   │   ├── _shared_gallery_images_operations.py
│   │   │   │   │   ├── _shared_gallery_image_versions_operations.py
│   │   │   │   │   └── _snapshots_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _gallery_sharing_profile_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_sharing_profile_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _shared_galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   └── _snapshots_operations.cpython-38.pyc
│   │   │   │   ├── _shared_galleries_operations.py
│   │   │   │   ├── _shared_gallery_images_operations.py
│   │   │   │   ├── _shared_gallery_image_versions_operations.py
│   │   │   │   └── _snapshots_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_10_01_preview
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _cloud_service_role_instances_operations.py
│   │   │   │   │   ├── _cloud_service_roles_operations.py
│   │   │   │   │   ├── _cloud_services_operations.py
│   │   │   │   │   ├── _cloud_services_update_domain_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   ├── _cloud_service_role_instances_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_service_roles_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_services_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_services_update_domain_operations.cpython-38.pyc
│   │   │   │   │   └── __init__.cpython-38.pyc
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _cloud_service_role_instances_operations.py
│   │   │   │   ├── _cloud_service_roles_operations.py
│   │   │   │   ├── _cloud_services_operations.py
│   │   │   │   ├── _cloud_services_update_domain_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _cloud_service_role_instances_operations.cpython-38.pyc
│   │   │   │   ├── _cloud_service_roles_operations.cpython-38.pyc
│   │   │   │   ├── _cloud_services_operations.cpython-38.pyc
│   │   │   │   ├── _cloud_services_update_domain_operations.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2020_12_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2021_03_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _cloud_service_operating_systems_operations.py
│   │   │   │   │   ├── _cloud_service_role_instances_operations.py
│   │   │   │   │   ├── _cloud_service_roles_operations.py
│   │   │   │   │   ├── _cloud_services_operations.py
│   │   │   │   │   ├── _cloud_services_update_domain_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _cloud_service_operating_systems_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _cloud_service_role_instances_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _cloud_service_roles_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _cloud_services_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _cloud_services_update_domain_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   │   ├── _restore_points_operations.py
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _cloud_service_operating_systems_operations.py
│   │   │   │   ├── _cloud_service_role_instances_operations.py
│   │   │   │   ├── _cloud_service_roles_operations.py
│   │   │   │   ├── _cloud_services_operations.py
│   │   │   │   ├── _cloud_services_update_domain_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_service_operating_systems_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_service_role_instances_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_service_roles_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_services_operations.cpython-38.pyc
│   │   │   │   │   ├── _cloud_services_update_domain_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   ├── _restore_points_operations.py
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2021_04_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _capacity_reservation_groups_operations.py
│   │   │   │   │   ├── _capacity_reservations_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   │   ├── _disks_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _capacity_reservation_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _capacity_reservations_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   │   ├── _restore_points_operations.py
│   │   │   │   │   ├── _snapshots_operations.py
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _capacity_reservation_groups_operations.py
│   │   │   │   ├── _capacity_reservations_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _disk_accesses_operations.py
│   │   │   │   ├── _disk_encryption_sets_operations.py
│   │   │   │   ├── _disk_restore_point_operations.py
│   │   │   │   ├── _disks_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _capacity_reservation_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _capacity_reservations_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_accesses_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_encryption_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _disk_restore_point_operations.cpython-38.pyc
│   │   │   │   │   ├── _disks_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   ├── _snapshots_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   ├── _restore_points_operations.py
│   │   │   │   ├── _snapshots_operations.py
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   ├── v2021_07_01
│   │   │   ├── aio
│   │   │   │   ├── _compute_management_client.py
│   │   │   │   ├── _configuration.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── operations
│   │   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   │   ├── _capacity_reservation_groups_operations.py
│   │   │   │   │   ├── _capacity_reservations_operations.py
│   │   │   │   │   ├── _community_galleries_operations.py
│   │   │   │   │   ├── _community_gallery_images_operations.py
│   │   │   │   │   ├── _community_gallery_image_versions_operations.py
│   │   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   │   ├── _galleries_operations.py
│   │   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   │   ├── _gallery_sharing_profile_operations.py
│   │   │   │   │   ├── _images_operations.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   │   ├── _operations.py
│   │   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   │   ├── __pycache__
│   │   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _capacity_reservation_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _capacity_reservations_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _community_galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _community_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _community_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _gallery_sharing_profile_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_galleries_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _shared_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   │   ├── _resource_skus_operations.py
│   │   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   │   ├── _restore_points_operations.py
│   │   │   │   │   ├── _shared_galleries_operations.py
│   │   │   │   │   ├── _shared_gallery_images_operations.py
│   │   │   │   │   ├── _shared_gallery_image_versions_operations.py
│   │   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   │   ├── _usage_operations.py
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   │   └── _virtual_machines_operations.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   └── __init__.cpython-38.pyc
│   │   │   ├── _compute_management_client.py
│   │   │   ├── _configuration.py
│   │   │   ├── __init__.py
│   │   │   ├── models
│   │   │   │   ├── _compute_management_client_enums.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _models.py
│   │   │   │   ├── _models_py3.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── _compute_management_client_enums.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── _models.cpython-38.pyc
│   │   │   │   └── _models_py3.cpython-38.pyc
│   │   │   ├── operations
│   │   │   │   ├── _availability_sets_operations.py
│   │   │   │   ├── _capacity_reservation_groups_operations.py
│   │   │   │   ├── _capacity_reservations_operations.py
│   │   │   │   ├── _community_galleries_operations.py
│   │   │   │   ├── _community_gallery_images_operations.py
│   │   │   │   ├── _community_gallery_image_versions_operations.py
│   │   │   │   ├── _dedicated_host_groups_operations.py
│   │   │   │   ├── _dedicated_hosts_operations.py
│   │   │   │   ├── _galleries_operations.py
│   │   │   │   ├── _gallery_applications_operations.py
│   │   │   │   ├── _gallery_application_versions_operations.py
│   │   │   │   ├── _gallery_images_operations.py
│   │   │   │   ├── _gallery_image_versions_operations.py
│   │   │   │   ├── _gallery_sharing_profile_operations.py
│   │   │   │   ├── _images_operations.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── _log_analytics_operations.py
│   │   │   │   ├── _operations.py
│   │   │   │   ├── _proximity_placement_groups_operations.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── _availability_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _capacity_reservation_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _capacity_reservations_operations.cpython-38.pyc
│   │   │   │   │   ├── _community_galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _community_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _community_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_host_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _dedicated_hosts_operations.cpython-38.pyc
│   │   │   │   │   ├── _galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_applications_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_application_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _gallery_sharing_profile_operations.cpython-38.pyc
│   │   │   │   │   ├── _images_operations.cpython-38.pyc
│   │   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   │   ├── _log_analytics_operations.cpython-38.pyc
│   │   │   │   │   ├── _operations.cpython-38.pyc
│   │   │   │   │   ├── _proximity_placement_groups_operations.cpython-38.pyc
│   │   │   │   │   ├── _resource_skus_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_point_collections_operations.cpython-38.pyc
│   │   │   │   │   ├── _restore_points_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_galleries_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_gallery_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _shared_gallery_image_versions_operations.cpython-38.pyc
│   │   │   │   │   ├── _ssh_public_keys_operations.cpython-38.pyc
│   │   │   │   │   ├── _usage_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extension_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_edge_zone_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_images_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_sets_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_scale_set_vms_operations.cpython-38.pyc
│   │   │   │   │   ├── _virtual_machine_sizes_operations.cpython-38.pyc
│   │   │   │   │   └── _virtual_machines_operations.cpython-38.pyc
│   │   │   │   ├── _resource_skus_operations.py
│   │   │   │   ├── _restore_point_collections_operations.py
│   │   │   │   ├── _restore_points_operations.py
│   │   │   │   ├── _shared_galleries_operations.py
│   │   │   │   ├── _shared_gallery_images_operations.py
│   │   │   │   ├── _shared_gallery_image_versions_operations.py
│   │   │   │   ├── _ssh_public_keys_operations.py
│   │   │   │   ├── _usage_operations.py
│   │   │   │   ├── _virtual_machine_extension_images_operations.py
│   │   │   │   ├── _virtual_machine_extensions_operations.py
│   │   │   │   ├── _virtual_machine_images_edge_zone_operations.py
│   │   │   │   ├── _virtual_machine_images_operations.py
│   │   │   │   ├── _virtual_machine_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_rolling_upgrades_operations.py
│   │   │   │   ├── _virtual_machine_scale_sets_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_extensions_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vm_run_commands_operations.py
│   │   │   │   ├── _virtual_machine_scale_set_vms_operations.py
│   │   │   │   ├── _virtual_machine_sizes_operations.py
│   │   │   │   └── _virtual_machines_operations.py
│   │   │   ├── __pycache__
│   │   │   │   ├── _compute_management_client.cpython-38.pyc
│   │   │   │   ├── _configuration.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   └── _version.cpython-38.pyc
│   │   │   └── _version.py
│   │   └── _version.py
│   └── azure_mgmt_compute-23.1.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
251 directories, 2140 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment