Skip to main content

Microsoft Azure Chaos Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Chaos Management Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-chaos
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.chaos import ChaosManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = ChaosManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

1.0.0 (2023-11-20)

Features Added

  • Added operation ExperimentsOperations.execution_details
  • Added operation ExperimentsOperations.get_execution
  • Added operation ExperimentsOperations.list_all_executions
  • Added operation group OperationStatusesOperations
  • Model Experiment has a new parameter provisioning_state
  • Model ExperimentExecutionDetails has a new parameter last_action_at
  • Model ExperimentExecutionDetails has a new parameter started_at
  • Model ExperimentExecutionDetails has a new parameter stopped_at

Breaking Changes

  • Model Experiment no longer has parameter start_on_creation
  • Model ExperimentExecutionDetails no longer has parameter created_date_time
  • Model ExperimentExecutionDetails no longer has parameter experiment_id
  • Model ExperimentExecutionDetails no longer has parameter last_action_date_time
  • Model ExperimentExecutionDetails no longer has parameter start_date_time
  • Model ExperimentExecutionDetails no longer has parameter stop_date_time
  • Removed operation ExperimentsOperations.get_execution_details
  • Removed operation ExperimentsOperations.get_status
  • Removed operation ExperimentsOperations.list_all_statuses
  • Removed operation ExperimentsOperations.list_execution_details
  • Renamed operation ExperimentsOperations.cancel to ExperimentsOperations.begin_cancel
  • Renamed operation ExperimentsOperations.create_or_update to ExperimentsOperations.begin_create_or_update
  • Renamed operation ExperimentsOperations.delete to ExperimentsOperations.begin_delete
  • Renamed operation ExperimentsOperations.start to ExperimentsOperations.begin_start
  • Renamed operation ExperimentsOperations.update to ExperimentsOperations.begin_update

1.0.0b7 (2023-08-18)

Features Added

  • Added operation ExperimentsOperations.update
  • Model CapabilityType has a new parameter azure_rbac_actions
  • Model CapabilityType has a new parameter azure_rbac_data_actions
  • Model ResourceIdentity has a new parameter user_assigned_identities
  • Model Selector has a new parameter additional_properties

Breaking Changes

  • Model Selector no longer has parameter targets

1.0.0b6 (2022-12-14)

Features Added

  • Model Selector has a new parameter filter

1.0.0b5 (2022-08-01)

Features

  • Added operation ExperimentsOperations.cancel
  • Added operation ExperimentsOperations.create_or_update
  • Model CapabilityType has a new parameter kind
  • Model CapabilityType has a new parameter runtime_properties

Breaking changes

  • Removed operation ExperimentsOperations.begin_cancel
  • Removed operation ExperimentsOperations.begin_create_or_update

1.0.0b4 (2022-06-28)

Features

  • Model ActionStatus has a new parameter action_id
  • Model ActionStatus has a new parameter action_name
  • Model BranchStatus has a new parameter branch_id
  • Model BranchStatus has a new parameter branch_name
  • Model ExperimentExecutionActionTargetDetailsProperties has a new parameter target_completed_time
  • Model ExperimentExecutionActionTargetDetailsProperties has a new parameter target_failed_time
  • Model ExperimentExecutionDetails has a new parameter created_date_time
  • Model ExperimentExecutionDetails has a new parameter last_action_date_time
  • Model ExperimentExecutionDetails has a new parameter start_date_time
  • Model ExperimentExecutionDetails has a new parameter stop_date_time
  • Model StepStatus has a new parameter step_id
  • Model StepStatus has a new parameter step_name

Breaking changes

  • Model ActionStatus no longer has parameter id
  • Model ActionStatus no longer has parameter name
  • Model BranchStatus no longer has parameter id
  • Model BranchStatus no longer has parameter name
  • Model ExperimentExecutionActionTargetDetailsProperties no longer has parameter completed_date_utc
  • Model ExperimentExecutionActionTargetDetailsProperties no longer has parameter failed_date_utc
  • Model ExperimentExecutionDetails no longer has parameter created_date_utc
  • Model ExperimentExecutionDetails no longer has parameter last_action_date_utc
  • Model ExperimentExecutionDetails no longer has parameter start_date_utc
  • Model ExperimentExecutionDetails no longer has parameter stop_date_utc
  • Model StepStatus no longer has parameter id
  • Model StepStatus no longer has parameter name

1.0.0b3 (2022-05-07)

Features

  • Model ActionStatus has a new parameter end_time
  • Model ActionStatus has a new parameter start_time

1.0.0b2 (2021-10-25)

Features

  • Modified client name

1.0.0b1 (2021-10-21)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-mgmt-chaos-1.0.0.tar.gz (62.1 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_chaos-1.0.0-py3-none-any.whl (92.7 kB view details)

Uploaded Python 3

File details

Details for the file azure-mgmt-chaos-1.0.0.tar.gz.

File metadata

  • Download URL: azure-mgmt-chaos-1.0.0.tar.gz
  • Upload date:
  • Size: 62.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: RestSharp/106.13.0.0

File hashes

Hashes for azure-mgmt-chaos-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9ec061c2a8a13b231e45079abf7363bee0b96c0a4b54c130dc3533c8b5d69af1
MD5 0f0f8d2ee1d7d74a5735c797775df778
BLAKE2b-256 f44b2b178282123dc2e970608463894f39924eca013b5b79be4f526982648198

See more details on using hashes here.

File details

Details for the file azure_mgmt_chaos-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_chaos-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1c10ae92625d122175558517796ad3f5c2e5870708397af8d1ebc0432fec3497
MD5 b5dd2d47899f19af96cbfd386cb8a906
BLAKE2b-256 fcf20583698ca8b6c7e513a1133d68ed134640f9335009d9a74950842a7d1912

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page