|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 1.1.0b5 (2025-05-13) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Model `ConnectedPartnerResourceProperties` added property `type` |
| 8 | + - Model `DeploymentInfoResponse` added property `project_type` |
| 9 | + - Model `DeploymentInfoResponse` added property `configuration_type` |
| 10 | + - Model `ElasticMonitorResource` added property `kind` |
| 11 | + - Model `MonitorProperties` added property `hosting_type` |
| 12 | + - Model `MonitorProperties` added property `project_details` |
| 13 | + - Model `MonitoredSubscriptionProperties` added property `system_data` |
| 14 | + - Model `OpenAIIntegrationRPModel` added property `system_data` |
| 15 | + - Added model `AzureResourceManagerArmResponseElasticMonitorResource` |
| 16 | + - Added enum `ConfigurationType` |
| 17 | + - Added enum `HostingType` |
| 18 | + - Added model `ProjectDetails` |
| 19 | + - Added enum `ProjectType` |
| 20 | + - Added model `ProxyResource` |
| 21 | + - Added model `Resource` |
| 22 | + - Added model `TrackedResource` |
| 23 | + - Method `MonitoredSubscriptionsOperations.begin_createor_update` has a new overload `def begin_createor_update(self: None, resource_group_name: str, monitor_name: str, configuration_name: str, body: MonitoredSubscriptionProperties, content_type: str)` |
| 24 | + - Method `MonitoredSubscriptionsOperations.begin_createor_update` has a new overload `def begin_createor_update(self: None, resource_group_name: str, monitor_name: str, configuration_name: str, body: IO[bytes], content_type: str)` |
| 25 | + - Method `MonitoredSubscriptionsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, configuration_name: str, body: MonitoredSubscriptionProperties, content_type: str)` |
| 26 | + - Method `MonitoredSubscriptionsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, configuration_name: str, body: IO[bytes], content_type: str)` |
| 27 | + - Method `MonitorsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, monitor_name: str, body: ElasticMonitorResource, content_type: str)` |
| 28 | + - Method `MonitorsOperations.begin_create` has a new overload `def begin_create(self: None, resource_group_name: str, monitor_name: str, body: IO[bytes], content_type: str)` |
| 29 | + - Method `MonitorsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, body: ElasticMonitorResourceUpdateParameters, content_type: str)` |
| 30 | + - Method `MonitorsOperations.begin_update` has a new overload `def begin_update(self: None, resource_group_name: str, monitor_name: str, body: IO[bytes], content_type: str)` |
| 31 | + - Method `OpenAIOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, monitor_name: str, integration_name: str, body: OpenAIIntegrationRPModel, content_type: str)` |
| 32 | + - Method `OpenAIOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, monitor_name: str, integration_name: str, body: IO[bytes], content_type: str)` |
| 33 | + - Method `OrganizationsOperations.get_api_key` has a new overload `def get_api_key(self: None, body: UserEmailId, content_type: str)` |
| 34 | + - Method `OrganizationsOperations.get_api_key` has a new overload `def get_api_key(self: None, body: IO[bytes], content_type: str)` |
| 35 | + - Method `TagRulesOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, monitor_name: str, rule_set_name: str, body: MonitoringTagRules, content_type: str)` |
| 36 | + - Method `TagRulesOperations.create_or_update` has a new overload `def create_or_update(self: None, resource_group_name: str, monitor_name: str, rule_set_name: str, body: IO[bytes], content_type: str)` |
| 37 | + |
| 38 | +### Breaking Changes |
| 39 | + |
| 40 | + - Method `ConnectedPartnerResourcesListResponse.__init__` removed default value `None` from its parameter `value` |
| 41 | + - Method `ElasticMonitorResourceListResponse.__init__` removed default value `None` from its parameter `value` |
| 42 | + - Method `ElasticVersionsListResponse.__init__` removed default value `None` from its parameter `value` |
| 43 | + - Method `MonitoredResourceListResponse.__init__` removed default value `None` from its parameter `value` |
| 44 | + - Method `MonitoredSubscription.__init__` removed default value `None` from its parameter `subscription_id` |
| 45 | + - Method `MonitoredSubscriptionPropertiesList.__init__` removed default value `None` from its parameter `value` |
| 46 | + - Method `MonitoringTagRulesListResponse.__init__` removed default value `None` from its parameter `value` |
| 47 | + - Method `OpenAIIntegrationRPModelListResponse.__init__` removed default value `None` from its parameter `value` |
| 48 | + - Method `OperationListResult.__init__` removed default value `None` from its parameter `value` |
| 49 | + - Method `VMHostListResponse.__init__` removed default value `None` from its parameter `value` |
| 50 | + - Method `MonitoredSubscriptionsOperations.begin_createor_update` removed default value `None` from its parameter `body` |
| 51 | + - Method `MonitoredSubscriptionsOperations.begin_update` removed default value `None` from its parameter `body` |
| 52 | + - Method `MonitorsOperations.begin_create` removed default value `None` from its parameter `body` |
| 53 | + - Method `MonitorsOperations.begin_update` removed default value `None` from its parameter `body` |
| 54 | + - Method `OpenAIOperations.create_or_update` removed default value `None` from its parameter `body` |
| 55 | + - Method `OrganizationsOperations.get_api_key` removed default value `None` from its parameter `body` |
| 56 | + - Method `TagRulesOperations.create_or_update` removed default value `None` from its parameter `body` |
| 57 | + |
3 | 58 | ## 1.1.0b4 (2024-10-23)
|
4 | 59 |
|
5 | 60 | ### Features Added
|
|
0 commit comments