Metadata-Version: 2.4
Name: azure-mgmt-dynatrace
Version: 3.0.0b1
Summary: Microsoft Azure Dynatrace Management Client Library for Python
Author-email: Microsoft Corporation <azpysdkhelp@microsoft.com>
License-Expression: MIT
Project-URL: repository, https://github.com/Azure/azure-sdk-for-python
Keywords: azure,azure sdk
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: isodate>=0.6.1
Requires-Dist: azure-mgmt-core>=1.6.0
Requires-Dist: typing-extensions>=4.6.0
Dynamic: license-file

# Microsoft Azure SDK for Python

This is the Microsoft Azure Dynatrace 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](https://aka.ms/azsdk/python/all).

## _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

- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-dynatrace
pip install azure-identity
```

### Authentication

By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-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:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.dynatrace import DynatraceObservabilityMgmtClient
import os

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

## Examples

Code samples for this package can be found at:
- [Search Dynatrace Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 

# Release History

## 3.0.0b1 (2026-07-06)

### Features Added

  - Client `DynatraceObservabilityMgmtClient` added parameter `cloud_setting` in method `__init__`
  - Client `DynatraceObservabilityMgmtClient` added method `send_request`
  - Client `DynatraceObservabilityMgmtClient` added operation group `monitored_subscriptions`
  - Client `DynatraceObservabilityMgmtClient` added operation group `creation_supported`
  - Model `AccountInfo` added property `company_name`
  - Model `DynatraceSingleSignOnResource` added property `properties`
  - Model `MarketplaceSaaSResourceDetailsResponse` added property `marketplace_saa_s_resource_name`
  - Enum `MarketplaceSubscriptionStatus` added member `UNSUBSCRIBED`
  - Model `MonitorResource` added property `properties`
  - Model `MonitorResourceUpdate` added property `properties`
  - Model `MonitorResourceUpdate` added property `identity`
  - Enum `MonitoringType` added member `DISCOVERY`
  - Model `ProxyResource` added property `system_data`
  - Model `Resource` added property `system_data`
  - Model `TagRule` added property `properties`
  - Model `TrackedResource` added property `system_data`
  - Added enum `Action`
  - Added model `ConnectedResourcesCountResponse`
  - Added model `CreateResourceSupportedProperties`
  - Added model `CreateResourceSupportedResponse`
  - Added model `LogStatusRequest`
  - Added model `ManageAgentInstallationRequest`
  - Added model `ManageAgentList`
  - Added model `ManagedServiceIdentity`
  - Added enum `ManagedServiceIdentityType`
  - Added enum `MarketplaceSaasAutoRenew`
  - Added model `MarketplaceSubscriptionIdRequest`
  - Added model `MetricStatusRequest`
  - Added model `MonitorUpdateProperties`
  - Added model `MonitoredSubscription`
  - Added model `MonitoredSubscriptionProperties`
  - Added enum `Status`
  - Added model `SubscriptionList`
  - Added enum `SubscriptionListOperation`
  - Added model `UpgradePlanRequest`
  - Operation group `MonitorsOperations` added method `begin_upgrade_plan`
  - Operation group `MonitorsOperations` added method `get_all_connected_resources_count`
  - Operation group `MonitorsOperations` added method `manage_agent_installation`
  - Added operation group `CreationSupportedOperations`
  - Added operation group `MonitoredSubscriptionsOperations`

### Breaking Changes

  - This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
  - Model `DynatraceSingleSignOnResource` moved instance variable `single_sign_on_state`, `enterprise_app_id`, `single_sign_on_url`, `aad_domains` and `provisioning_state` under property `properties` whose type is `DynatraceSingleSignOnProperties`
  - Model `MonitorResource` moved instance variable `monitoring_status`, `marketplace_subscription_status`, `dynatrace_environment_properties`, `user_info`, `plan_data`, `liftr_resource_category`, `liftr_resource_preference` and `provisioning_state` under property `properties` whose type is `MonitorProperties`
  - Model `TagRule` moved instance variable `log_rules`, `metric_rules` and `provisioning_state` under property `properties` whose type is `MonitoringTagRulesProperties`

### Other Changes

  - Deleted model `AppServiceListResponse`/`DynatraceSingleSignOnResourceListResult`/`LinkableEnvironmentListResponse`/`MonitorResourceListResult`/`MonitoredResourceListResponse`/`OperationListResult`/`TagRuleListResult`/`VMHostsListResponse` which actually were not used by SDK users

## 2.0.0 (2023-08-18)

### Features Added

  - Added operation MonitorsOperations.get_marketplace_saa_s_resource_details
  - Added operation MonitorsOperations.get_metric_status
  - Model MetricRules has a new parameter sending_metrics

### Breaking Changes

  - Model MonitorResourceUpdate no longer has parameter dynatrace_environment_properties
  - Model MonitorResourceUpdate no longer has parameter marketplace_subscription_status
  - Model MonitorResourceUpdate no longer has parameter monitoring_status
  - Model MonitorResourceUpdate no longer has parameter plan_data
  - Model MonitorResourceUpdate no longer has parameter user_info
  - Parameter region of model LinkableEnvironmentRequest is now required
  - Parameter tenant_id of model LinkableEnvironmentRequest is now required
  - Parameter user_principal of model LinkableEnvironmentRequest is now required
  - Parameter user_principal of model SSODetailsRequest is now required
  - Removed operation MonitorsOperations.get_account_credentials
  - Removed operation TagRulesOperations.update

## 1.1.0b1 (2022-12-27)

### Other Changes

  - Added generated samples in github repo
  - Drop support for python<3.7.0

## 1.0.0 (2022-09-16)

### Breaking Changes

  - Client name is changed from `DynatraceObservability` to `DynatraceObservabilityMgmtClient`

## 1.0.0b1 (2022-05-19)

* Initial Release
