Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Microsoft Azure SDK for Python

This is the Microsoft Azure Cloudhealth Management Client Library. This package has been tested with Python 3.10+. 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-cloudhealth
pip install azure-identity

Authentication

By default, Microsoft Entra token authentication depends on correct configuration of the 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.cloudhealth import CloudHealthMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = CloudHealthMgmtClient(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.0b4 (2026-08-25)

Features Added

  • Model EntityProperties added property signal_aggregation_groups
  • Added model SignalAggregationGroup

Breaking Changes

  • Deleted or renamed enum value HealthState.DELETED
  • Model ThresholdRuleV2 deleted or renamed its instance variable look_back_window
  • Renamed enum DependenciesAggregationType to AggregationType
  • Renamed enum DependenciesAggregationUnit to AggregationUnit
  • Deleted enum LookBackWindow

1.0.0b3 (2026-07-07)

Features Added

  • Model AzureResourceSignals added property resource_health
  • Model DiscoveryRuleProperties added property add_resource_health_signal
  • Model EntityHistoryRequest added property top
  • Model EntityHistoryRequest added property next_marker
  • Model EntityHistoryResponse added property next_marker
  • Enum RefreshInterval added member PT10_M
  • Enum RefreshInterval added member PT15_M
  • Enum RefreshInterval added member PT1_H
  • Enum RefreshInterval added member PT1_M
  • Enum RefreshInterval added member PT2_H
  • Enum RefreshInterval added member PT30_M
  • Enum RefreshInterval added member PT5_M
  • Model SignalHistoryRequest added property top
  • Model SignalHistoryRequest added property next_marker
  • Model SignalHistoryResponse added property next_marker
  • Enum SignalOperator added member DYNAMIC
  • Model SignalStatus added property additional_context
  • Model ThresholdRuleV2 added property sensitivity
  • Model ThresholdRuleV2 added property look_back_window
  • Added model AddDataAnnotationRequest
  • Added model AzureResourceHealthSignal
  • Added model AzureResourceHealthSignalStatus
  • Added model DataAnnotation
  • Added enum DynamicThresholdSensitivity
  • Added model GetDataAnnotationsRequest
  • Added model GetDataAnnotationsResponse
  • Added model GetSignalRecommendationsResponse
  • Added enum LookBackWindow
  • Added enum ResourceHealthAvailabilityState
  • Added enum ResourceHealthAvailabilityStateSignalBehavior
  • Added enum ResourceHealthCategory
  • Added enum ResourceHealthReasonChronicity
  • Added enum ResourceHealthReasonType
  • Added model SignalConfiguration
  • Operation group EntitiesOperations added method add_data_annotation
  • Operation group EntitiesOperations added method get_data_annotations
  • Operation group EntitiesOperations added method get_signal_recommendations

Breaking Changes

  • Deleted or renamed enum value RefreshInterval.PT10M
  • Deleted or renamed enum value RefreshInterval.PT1H
  • Deleted or renamed enum value RefreshInterval.PT1M
  • Deleted or renamed enum value RefreshInterval.PT2H
  • Deleted or renamed enum value RefreshInterval.PT30M
  • Deleted or renamed enum value RefreshInterval.PT5M
  • Model AzureResourceSignal deleted or renamed its instance variable dimension
  • Model ResourceMetricSignalDefinitionProperties deleted or renamed its instance variable dimension

1.0.0b2 (2026-04-24)

Features Added

  • Client CloudHealthMgmtClient added parameter cloud_setting in method __init__
  • Enum DependenciesAggregationType added member MAX_NOT_HEALTHY
  • Enum DependenciesAggregationType added member MIN_HEALTHY
  • Model DiscoveryRuleProperties added property specification
  • Model DiscoveryRuleProperties added property error
  • Model EntityProperties added property tags
  • Model EntityProperties added property signal_groups
  • Enum HealthState added member UNHEALTHY
  • Model LogAnalyticsQuerySignalDefinitionProperties added property tags
  • Model PrometheusMetricsSignalDefinitionProperties added property tags
  • Model RelationshipProperties added property tags
  • Model ResourceMetricSignalDefinitionProperties added property tags
  • Model SignalDefinitionProperties added property tags
  • Enum SignalKind added member EXTERNAL_SIGNAL
  • Enum SignalOperator added member EQUAL
  • Enum SignalOperator added member GREATER_THAN_OR_EQUAL
  • Enum SignalOperator added member LESS_THAN
  • Enum SignalOperator added member LESS_THAN_OR_EQUAL
  • Enum SignalOperator added member NOT_EQUAL
  • Added model ApplicationInsightsTopologySpecification
  • Added model AzureMonitorWorkspaceSignals
  • Added model AzureResourceSignal
  • Added model AzureResourceSignals
  • Added enum DependenciesAggregationUnit
  • Added model DependenciesSignalGroupV2
  • Added model DiscoveryError
  • Added enum DiscoveryRuleKind
  • Added model DiscoveryRuleSpecification
  • Added model EntityHistoryRequest
  • Added model EntityHistoryResponse
  • Added model ExternalSignal
  • Added model ExternalSignalGroup
  • Added model HealthReportEvaluationRule
  • Added model HealthReportRequest
  • Added model HealthStateTransition
  • Added model LogAnalyticsSignal
  • Added model LogAnalyticsSignals
  • Added model PrometheusMetricsSignal
  • Added model ResourceGraphQuerySpecification
  • Added model SignalGroups
  • Added model SignalHistoryDataPoint
  • Added model SignalHistoryRequest
  • Added model SignalHistoryResponse
  • Added model SignalInstanceProperties
  • Added model SignalStatus
  • Added model ThresholdRuleV2
  • Operation group EntitiesOperations added method get_history
  • Operation group EntitiesOperations added method get_signal_history
  • Operation group EntitiesOperations added method ingest_health_report

Breaking Changes

  • Deleted or renamed enum value DependenciesAggregationType.THRESHOLDS
  • Model DiscoveryRuleProperties deleted or renamed its instance variable resource_graph_query
  • Model DiscoveryRuleProperties deleted or renamed its instance variable deletion_date
  • Model DiscoveryRuleProperties deleted or renamed its instance variable error_message
  • Model DiscoveryRuleProperties deleted or renamed its instance variable number_of_discovered_entities
  • Model EntityProperties deleted or renamed its instance variable kind
  • Model EntityProperties deleted or renamed its instance variable labels
  • Model EntityProperties deleted or renamed its instance variable signals
  • Model EntityProperties deleted or renamed its instance variable deletion_date
  • Model EvaluationRule deleted or renamed its instance variable dynamic_detection_rule
  • Model HealthModelProperties deleted or renamed its instance variable dataplane_endpoint
  • Model HealthModelProperties deleted or renamed its instance variable discovery
  • Model HealthModelUpdate deleted or renamed its instance variable properties
  • Deleted or renamed enum value HealthState.ERROR
  • Model LogAnalyticsQuerySignalDefinitionProperties deleted or renamed its instance variable labels
  • Model LogAnalyticsQuerySignalDefinitionProperties deleted or renamed its instance variable deletion_date
  • Model PrometheusMetricsSignalDefinitionProperties deleted or renamed its instance variable labels
  • Model PrometheusMetricsSignalDefinitionProperties deleted or renamed its instance variable deletion_date
  • Model RelationshipProperties deleted or renamed its instance variable labels
  • Model RelationshipProperties deleted or renamed its instance variable deletion_date
  • Model ResourceMetricSignalDefinitionProperties deleted or renamed its instance variable labels
  • Model ResourceMetricSignalDefinitionProperties deleted or renamed its instance variable deletion_date
  • Model SignalDefinitionProperties deleted or renamed its instance variable labels
  • Model SignalDefinitionProperties deleted or renamed its instance variable deletion_date
  • Deleted or renamed enum value SignalOperator.EQUALS
  • Deleted or renamed enum value SignalOperator.GREATER_OR_EQUALS
  • Deleted or renamed enum value SignalOperator.LOWER_OR_EQUALS
  • Deleted or renamed enum value SignalOperator.LOWER_THAN
  • Deleted or renamed model AzureMonitorWorkspaceSignalGroup
  • Deleted or renamed model AzureResourceSignalGroup
  • Deleted or renamed model DependenciesSignalGroup
  • Deleted or renamed model DynamicDetectionRule
  • Deleted or renamed model DynamicThresholdDirection
  • Deleted or renamed model DynamicThresholdModel
  • Deleted or renamed model HealthModelUpdateProperties
  • Deleted or renamed model LogAnalyticsSignalGroup
  • Deleted or renamed model ModelDiscoverySettings
  • Deleted or renamed model SignalAssignment
  • Deleted or renamed model SignalGroup
  • Deleted or renamed model ThresholdRule
  • Method AuthenticationSettingsOperations.create_or_update was converted to a long-running operation and renamed to begin_create_or_update
  • Method AuthenticationSettingsOperations.delete was converted to a long-running operation and renamed to begin_delete
  • Method DiscoveryRulesOperations.create_or_update was converted to a long-running operation and renamed to begin_create_or_update
  • Method DiscoveryRulesOperations.delete was converted to a long-running operation and renamed to begin_delete
  • Method EntitiesOperations.create_or_update was converted to a long-running operation and renamed to begin_create_or_update
  • Method EntitiesOperations.delete was converted to a long-running operation and renamed to begin_delete
  • Method RelationshipsOperations.create_or_update was converted to a long-running operation and renamed to begin_create_or_update
  • Method RelationshipsOperations.delete was converted to a long-running operation and renamed to begin_delete
  • Method SignalDefinitionsOperations.create_or_update was converted to a long-running operation and renamed to begin_create_or_update
  • Method SignalDefinitionsOperations.delete was converted to a long-running operation and renamed to begin_delete

1.0.0b1 (2025-06-04)

Other Changes

  • Initial version

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_cloudhealth-1.0.0b4.tar.gz (116.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

azure_mgmt_cloudhealth-1.0.0b4-py3-none-any.whl (113.9 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_cloudhealth-1.0.0b4.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_cloudhealth-1.0.0b4.tar.gz
Algorithm Hash digest
SHA256 a9faf6df539b04eeeea8cb917109066e5710ebd2db5d2c6d22577027416b7aa1
MD5 9c11a3d56c39ef83cbd6933f05572100
BLAKE2b-256 e8a0bb89683207ae0ed9bb59828c6dc2fdb9d0414ff3ca2978b4ff92ae5e7e8b

See more details on using hashes here.

File details

Details for the file azure_mgmt_cloudhealth-1.0.0b4-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_cloudhealth-1.0.0b4-py3-none-any.whl
Algorithm Hash digest
SHA256 a9f455e506f771a4ad25509261055ef662205098634f987bfb89d0a1bdaf9148
MD5 5cc0a4c155b0b3e9d57ec7480be06832
BLAKE2b-256 5c04ee759eb6995a8d8a8da826190426d7e57c77ed2aadea104c52efad1e0dee

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.0b4 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page