Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions sdk/dynatrace/azure-mgmt-dynatrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# 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
Expand Down
9 changes: 4 additions & 5 deletions sdk/dynatrace/azure-mgmt-dynatrace/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/dynatrace/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
9 changes: 3 additions & 6 deletions sdk/dynatrace/azure-mgmt-dynatrace/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Dynatrace Management Client Library.
This package has been tested with Python 3.7+.
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_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

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

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
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.
Expand Down Expand Up @@ -59,6 +59,3 @@ Code samples for this package can be found at:
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.



11 changes: 0 additions & 11 deletions sdk/dynatrace/azure-mgmt-dynatrace/_meta.json

This file was deleted.

11 changes: 11 additions & 0 deletions sdk/dynatrace/azure-mgmt-dynatrace/_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2024-04-24",
"apiVersions": {
"Dynatrace.Observability": "2024-04-24"
},
"commit": "3d1de464b5576fa149aed429795f6030313e31bb",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/dynatrace/Dynatrace.Management",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.34.0"
}
Loading
Loading