Skip to content

Commit 39b88df

Browse files
azure-sdkmsyyc
andauthored
Refresh azure-mgmt-resource after migrate to Typespec (#47626)
* Configurations: 'specification/resources/resource-manager/Microsoft.Resources/resources/tspconfig.yaml', API Version: 2025-04-01, SDK Release Type: stable, and CommitSHA: '4fede6e43ba74f1fc8151ffcd8abf485c5ab9633' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6474169 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Optimize changelog for azure-mgmt-resource --------- Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
1 parent d0b0b17 commit 39b88df

15 files changed

Lines changed: 2469 additions & 8 deletions

File tree

sdk/resources/azure-mgmt-resource/CHANGELOG.md

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

3+
## 26.0.0 (2026-06-24)
4+
5+
### Features Added
6+
7+
- Client `ResourceManagementClient` added method `send_request`
8+
- Model `GenericResource` added property `system_data`
9+
- Model `GenericResourceExpanded` added property `system_data`
10+
- Model `Operation` added property `is_data_action`
11+
- Model `Operation` added property `origin`
12+
- Model `Operation` added property `action_type`
13+
- Model `Resource` added property `system_data`
14+
- Model `ResourceGroup` added property `system_data`
15+
- Model `TagsResource` added property `system_data`
16+
- Added enum `ActionType`
17+
- Added model `CloudError`
18+
- Added enum `CreatedByType`
19+
- Added model `ErrorDetail`
20+
- Added model `ExtensionResource`
21+
- Added enum `Origin`
22+
- Added model `SystemData`
23+
- Added model `TrackedResource`
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 `Resource` deleted or renamed its instance variable `location`
30+
- Model `Resource` deleted or renamed its instance variable `extended_location`
31+
- Model `Resource` deleted or renamed its instance variable `tags`
32+
- Model `TagDetails` renamed its instance variable `values` to `values_property`
33+
- Deleted or renamed model `ResourceProviderOperationDisplayProperties`
34+
- Deleted or renamed model `SubResource`
35+
- Method `ProviderResourceTypesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
36+
- Method `ProvidersOperations.get`/`get_at_tenant_scope` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
37+
- Method `ProvidersOperations.list`/`list_at_tenant_scope` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
38+
- Method `ResourceGroupsOperations.begin_delete` changed its parameter `force_deletion_types` from `positional_or_keyword` to `keyword_only`
39+
- Method `ResourcesOperations.begin_create_or_update`/`begin_create_or_update_by_id`/`begin_delete`/`begin_delete_by_id`/`begin_update`/`begin_update_by_id`/`check_existence`/`check_existence_by_id`/`get`/`get_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
40+
- Method `ResourcesOperations.list`/`list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
41+
42+
### Other Changes
43+
44+
- Deleted model `GenericResourceFilter`/`ResourceGroupFilter` which actually were not used by SDK users
45+
- Deleted model `OperationListResult`/`ProviderListResult`/`ResourceGroupListResult`/`ResourceListResult`/`TagsListResult` which actually were not used by SDK users
46+
347
## 26.0.0b1 (2026-06-08)
448

549
### Features Added

sdk/resources/azure-mgmt-resource/_metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"apiVersions": {
44
"Microsoft.Resources": "2025-04-01"
55
},
6-
"commit": "f45c77ffb6fccd3c55e14cb0de6d629c9a5592da",
6+
"commit": "4fede6e43ba74f1fc8151ffcd8abf485c5ab9633",
77
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
88
"typespec_src": "specification/resources/resource-manager/Microsoft.Resources/resources",
9-
"emitterVersion": "0.63.0"
9+
"emitterVersion": "0.63.2",
10+
"httpClientPythonVersion": "^0.33.0"
1011
}

0 commit comments

Comments
 (0)