You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/dynatrace/azure-mgmt-dynatrace/CHANGELOG.md
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,69 @@
1
1
# Release History
2
2
3
+
## 2.1.0 (2025-04-09)
4
+
5
+
### Features Added
6
+
7
+
- Client `DynatraceObservabilityMgmtClient` added operation group `monitored_subscriptions`
8
+
- Client `DynatraceObservabilityMgmtClient` added operation group `creation_supported`
9
+
- Model `AccountInfo` added property `company_name`
10
+
- Model `MarketplaceSaaSResourceDetailsResponse` added property `marketplace_saa_s_resource_name`
11
+
- Enum `MarketplaceSubscriptionStatus` added member `UNSUBSCRIBED`
12
+
- Model `MonitorResource` added property `marketplace_saas_auto_renew`
13
+
- Model `MonitorResourceUpdate` added property `properties`
14
+
- Model `MonitorResourceUpdate` added property `identity`
15
+
- Enum `MonitoringType` added member `DISCOVERY`
16
+
- Model `ProxyResource` added property `system_data`
17
+
- Model `Resource` added property `system_data`
18
+
- Model `TrackedResource` added property `system_data`
19
+
- Added enum `Action`
20
+
- Added model `AgentStatus`
21
+
- Added model `AgentStatusRequest`
22
+
- Added model `ConnectedResourcesCountResponse`
23
+
- Added model `CreateResourceSupportedProperties`
24
+
- Added model `CreateResourceSupportedResponse`
25
+
- Added model `LogStatusRequest`
26
+
- Added model `ManagedServiceIdentity`
27
+
- Added enum `ManagedServiceIdentityType`
28
+
- Added enum `MarketplaceSaasAutoRenew`
29
+
- Added model `MarketplaceSubscriptionIdRequest`
30
+
- Added model `MetricStatusRequest`
31
+
- Added model `MonitorUpdateProperties`
32
+
- Added model `MonitoredSubscription`
33
+
- Added model `MonitoredSubscriptionProperties`
34
+
- Added model `MonitoredSubscriptionPropertiesList`
35
+
- Added model `MonitoringTagRulesProperties`
36
+
- Added enum `Status`
37
+
- Added model `SubscriptionList`
38
+
- Added enum `SubscriptionListOperation`
39
+
- Added model `UpgradePlanRequest`
40
+
- Model `MonitorsOperations` added method `begin_upgrade_plan`
41
+
- Model `MonitorsOperations` added method `get_all_connected_resources_count`
42
+
- Model `MonitorsOperations` added method `update_agent_status`
43
+
- Added model `CreationSupportedOperations`
44
+
- Added model `MonitoredSubscriptionsOperations`
45
+
- Method `MonitorsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, monitor_name: str, resource: IO[bytes], content_type: str)`
46
+
- Method `MonitorsOperations.get_marketplace_saa_s_resource_details` has a new overload `def get_marketplace_saa_s_resource_details(self: None, request: IO[bytes], content_type: str)`
47
+
- Method `MonitorsOperations.get_metric_status` has a new overload `def get_metric_status(self: None, resource_group_name: str, monitor_name: str, request: Optional[MetricStatusRequest], content_type: str)`
48
+
- Method `MonitorsOperations.get_metric_status` has a new overload `def get_metric_status(self: None, resource_group_name: str, monitor_name: str, request: Optional[IO[bytes]], content_type: str)`
49
+
- Method `MonitorsOperations.get_sso_details` has a new overload `def get_sso_details(self: None, resource_group_name: str, monitor_name: str, request: Optional[IO[bytes]], content_type: str)`
50
+
- Method `MonitorsOperations.list_linkable_environments` has a new overload `def list_linkable_environments(self: None, resource_group_name: str, monitor_name: str, request: IO[bytes], content_type: str)`
51
+
- Method `MonitorsOperations.list_monitored_resources` has a new overload `def list_monitored_resources(self: None, resource_group_name: str, monitor_name: str, request: Optional[LogStatusRequest], content_type: str)`
52
+
- Method `MonitorsOperations.list_monitored_resources` has a new overload `def list_monitored_resources(self: None, resource_group_name: str, monitor_name: str, request: Optional[IO[bytes]], content_type: str)`
53
+
- Method `MonitorsOperations.update` has a new overload `def update(self: None, resource_group_name: str, monitor_name: str, resource: IO[bytes], content_type: str)`
54
+
- Method `MonitorsOperations.begin_upgrade_plan` has a new overload `def begin_upgrade_plan(self: None, resource_group_name: str, monitor_name: str, request: UpgradePlanRequest, content_type: str)`
55
+
- Method `MonitorsOperations.begin_upgrade_plan` has a new overload `def begin_upgrade_plan(self: None, resource_group_name: str, monitor_name: str, request: IO[bytes], content_type: str)`
56
+
- Method `MonitorsOperations.get_all_connected_resources_count` has a new overload `def get_all_connected_resources_count(self: None, request: MarketplaceSubscriptionIdRequest, content_type: str)`
57
+
- Method `MonitorsOperations.get_all_connected_resources_count` has a new overload `def get_all_connected_resources_count(self: None, request: IO[bytes], content_type: str)`
58
+
- Method `MonitorsOperations.update_agent_status` has a new overload `def update_agent_status(self: None, resource_group_name: str, monitor_name: str, request: AgentStatusRequest, content_type: str)`
59
+
- Method `MonitorsOperations.update_agent_status` has a new overload `def update_agent_status(self: None, resource_group_name: str, monitor_name: str, request: IO[bytes], content_type: str)`
60
+
- Method `SingleSignOnOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, monitor_name: str, configuration_name: str, resource: IO[bytes], content_type: str)`
61
+
- Method `TagRulesOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, monitor_name: str, rule_set_name: str, resource: IO[bytes], content_type: str)`
62
+
- Method `MonitoredSubscriptionsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, monitor_name: str, body: Optional[MonitoredSubscriptionProperties], content_type: str)`
63
+
- Method `MonitoredSubscriptionsOperations.begin_create_or_update` has a new overload `def begin_create_or_update(self: None, resource_group_name: str, monitor_name: str, body: Optional[IO[bytes]], content_type: str)`
64
+
- Method `MonitoredSubscriptionsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, body: Optional[MonitoredSubscriptionProperties], content_type: str)`
65
+
- Method `MonitoredSubscriptionsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, body: Optional[IO[bytes]], content_type: str)`
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27
+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
28
28
29
29
-`AZURE_CLIENT_ID` for Azure client ID.
30
30
-`AZURE_TENANT_ID` for Azure tenant ID.
@@ -59,6 +59,3 @@ Code samples for this package can be found at:
59
59
If you encounter any bugs or have suggestions, please file an issue in the
0 commit comments