Skip to content
Closed
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/resources/azure-mgmt-resource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
# Release History

## 26.0.0b1 (2026-06-08)

### Features Added

- Client `ResourceManagementClient` added method `send_request`
- Model `GenericResource` added property `system_data`
- Model `GenericResourceExpanded` added property `system_data`
- Model `Operation` added property `is_data_action`
- Model `Operation` added property `origin`
- Model `Operation` added property `action_type`
- Model `Resource` added property `system_data`
- Model `ResourceGroup` added property `system_data`
- Model `TagDetails` added property `values_property`
- Model `TagsResource` added property `system_data`
- Added enum `ActionType`
- Added model `CloudError`
- Added enum `CreatedByType`
- Added model `ErrorDetail`
- Added model `ExtensionResource`
- Added enum `Origin`
- Added model `SystemData`
- Added model `TrackedResource`

### Breaking Changes

Comment thread
ChenxiJiang333 marked this conversation as resolved.
- Model `Resource` deleted or renamed its instance variable `location`
- Model `Resource` deleted or renamed its instance variable `extended_location`
- Model `Resource` deleted or renamed its instance variable `tags`
- Model `TagDetails` deleted or renamed its instance variable `values`
- Deleted or renamed model `GenericResourceFilter`
- Deleted or renamed model `ResourceGroupFilter`
- Deleted or renamed model `ResourceProviderOperationDisplayProperties`
- Deleted or renamed model `SubResource`
- Method `ProviderResourceTypesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ProvidersOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ProvidersOperations.get_at_tenant_scope` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ProvidersOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ProvidersOperations.list_at_tenant_scope` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ResourceGroupsOperations.begin_delete` changed its parameter `force_deletion_types` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_create_or_update` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_create_or_update_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_delete` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_delete_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_update` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_update_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.check_existence` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.check_existence_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.get` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.get_by_id` changed its parameter `api_version` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `ResourcesOperations.begin_create_or_update_by_id` re-ordered its parameters from `['self', 'resource_id', 'api_version', 'parameters', 'kwargs']` to `['self', 'resource_id', 'parameters', 'api_version', 'kwargs']`
- Method `ResourcesOperations.begin_create_or_update` re-ordered its parameters from `['self', 'resource_group_name', 'resource_provider_namespace', 'parent_resource_path', 'resource_type', 'resource_name', 'api_version', 'parameters', 'kwargs']` to `['self', 'resource_group_name', 'resource_provider_namespace', 'parent_resource_path', 'resource_type', 'resource_name', 'parameters', 'api_version', 'kwargs']`
- Method `ResourcesOperations.begin_update_by_id` re-ordered its parameters from `['self', 'resource_id', 'api_version', 'parameters', 'kwargs']` to `['self', 'resource_id', 'parameters', 'api_version', 'kwargs']`
- Method `ResourcesOperations.begin_update` re-ordered its parameters from `['self', 'resource_group_name', 'resource_provider_namespace', 'parent_resource_path', 'resource_type', 'resource_name', 'api_version', 'parameters', 'kwargs']` to `['self', 'resource_group_name', 'resource_provider_namespace', 'parent_resource_path', 'resource_type', 'resource_name', 'parameters', 'api_version', 'kwargs']`

## 25.0.0 (2026-02-04)

### Breaking Changes
Expand Down
3 changes: 2 additions & 1 deletion sdk/resources/azure-mgmt-resource/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include *.md
include LICENSE
include azure/mgmt/resource/py.typed
include azure/mgmt/resource/resources/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include azure/mgmt/resource/__init__.py
6 changes: 3 additions & 3 deletions sdk/resources/azure-mgmt-resource/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 Resource Management Client Library.
This package has been tested with Python 3.9+.
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).
Comment on lines 3 to 5

## _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.9+ 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 configuration of the 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
15 changes: 7 additions & 8 deletions sdk/resources/azure-mgmt-resource/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"commit": "bd379a19745963b51c41b0928bac7cab7803d92a",
"apiVersion": "2025-04-01",
"apiVersions": {
"Microsoft.Resources": "2025-04-01"
},
"commit": "a70a8a6457e2f1d56fea576a652196346ba42c14",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.48.0",
"@autorest/modelerfour@4.27.0"
],
"autorest_command": "autorest specification/resources/resource-manager/Microsoft.Resources/resources/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --package-mode=azure-mgmt --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-resources-2025-04 --use=@autorest/python@6.48.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/resources/resource-manager/Microsoft.Resources/resources/readme.md"
"typespec_src": "specification/resources/resource-manager/Microsoft.Resources/resources",
"emitterVersion": "0.63.0"
}
Loading
Loading