Skip to content

Commit 4344379

Browse files
[AutoPR azure-mgmt-resourcehealth]-generated-from-SDK Generation - Python-6362429 (#47187)
* Configurations: 'specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/ResourceHealth/tspconfig.yaml', API Version: 2025-05-01, SDK Release Type: beta, and CommitSHA: 'cb62053a18882dd258d9922be9770702b7ef6ac9' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6362429 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent eb2aced commit 4344379

100 files changed

Lines changed: 10893 additions & 8500 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/resourcehealth/azure-mgmt-resourcehealth/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Release History
22

3+
## 1.0.0b7 (2026-05-28)
4+
5+
### Features Added
6+
7+
- Client `ResourceHealthMgmtClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `ResourceHealthMgmtClient` added method `send_request`
9+
- Enum `EventSubTypeValues` added member `FOREIGN_EXCHANGE_RATE_CHANGE`
10+
- Enum `EventSubTypeValues` added member `METER_ID_CHANGES`
11+
- Enum `EventSubTypeValues` added member `OVERBILLING`
12+
- Enum `EventSubTypeValues` added member `PRICE_CHANGES`
13+
- Enum `EventSubTypeValues` added member `TAX_CHANGES`
14+
- Enum `EventSubTypeValues` added member `UNAUTHORIZED_PARTY_ABUSE`
15+
- Enum `EventSubTypeValues` added member `UNDERBILLING`
16+
- Enum `EventTypeValues` added member `BILLING`
17+
- Model `Impact` added property `impacted_service_guid`
18+
- Model `MetadataSupportedValueDetail` added property `previous_id`
19+
- Model `MetadataSupportedValueDetail` added property `service_guid`
20+
- Model `MetadataSupportedValueDetail` added property `priority`
21+
- Model `Update` added property `event_tags`
22+
- Added model `ProxyResourceAutoGenerated`
23+
- Operation group `EventOperations` added method `fetch_billling_communication_details_by_subscription_id_and_tracking_id`
24+
25+
### Breaking Changes
26+
27+
- 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.
28+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
29+
- Model `EmergingIssuesGetResult` moved instance variable `refresh_timestamp`, `status_banners` and `status_active_events` under property `properties` whose type is `EmergingIssue`
30+
- Method `AvailabilityStatusesOperations.get_by_resource` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
31+
- Method `AvailabilityStatusesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
32+
- Method `AvailabilityStatusesOperations.list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
33+
- Method `AvailabilityStatusesOperations.list_by_subscription_id` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
34+
- Method `ChildAvailabilityStatusesOperations.get_by_resource` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
35+
- Method `ChildAvailabilityStatusesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
36+
- Method `ChildResourcesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
37+
- Method `EventOperations.get_by_subscription_id_and_tracking_id` changed its parameter `query_start_time` from `positional_or_keyword` to `keyword_only`
38+
- Method `EventOperations.get_by_tenant_id_and_tracking_id` changed its parameter `query_start_time` from `positional_or_keyword` to `keyword_only`
39+
- Method `EventsOperations.list_by_subscription_id` changed its parameter `query_start_time` from `positional_or_keyword` to `keyword_only`
40+
- Method `EventsOperations.list_by_tenant_id` changed its parameter `query_start_time` from `positional_or_keyword` to `keyword_only`
41+
42+
### Other Changes
43+
44+
- Deleted model `Events`/`ImpactedResourceStatus`/`ReasonTypeValues` which actually was not used by SDK users
45+
346
## 1.0.0b6 (2024-10-30)
447

548
### Breaking Changes
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/resourcehealth/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

sdk/resourcehealth/azure-mgmt-resourcehealth/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Resource Health Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.10+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

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

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
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.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

sdk/resourcehealth/azure-mgmt-resourcehealth/_meta.json

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"apiVersion": "2025-05-01",
3+
"apiVersions": {
4+
"Microsoft.ResourceHealth": "2025-05-01"
5+
},
6+
"commit": "cb62053a18882dd258d9922be9770702b7ef6ac9",
7+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
8+
"typespec_src": "specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/ResourceHealth",
9+
"emitterVersion": "0.62.1"
10+
}

0 commit comments

Comments
 (0)