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
34 changes: 34 additions & 0 deletions sdk/databoxedge/azure-mgmt-databoxedge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Release History

## 2.1.0 (2026-05-25)

### Features Added

- Client `DataBoxEdgeManagementClient` added method `send_request`
- Model `Job` added property `system_data`
- Added model `CloudError`
- Added model `ProxyResource`
- Added model `Resource`
- Added model `TrackedResource`

### Breaking Changes

- 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.
- Model `DCAccessCode` moved instance variable `auth_code` under property `properties` whose type is `DCAccessCodeProperties`
- Model `DataBoxEdgeDevicePatch` moved instance variable `edge_profile` under property `properties` whose type is `DataBoxEdgeDevicePropertiesPatch`
- Model `DeviceCapacityRequestInfo` moved instance variable `vm_placement_query` and `vm_placement_results` under property `properties` whose type is `DeviceCapacityRequestInfoProperties`
- Model `DiagnosticProactiveLogCollectionSettings` moved instance variable `user_consent` under property `properties` whose type is `ProactiveLogCollectionSettingsProperties`
- Model `EdgeProfileSubscription` moved instance variable `tenant_id`, `location_placement_id`, `quota_id`, `serialized_details` and `registered_features` under property `properties` whose type is `SubscriptionProperties`
- Model `FileEventTrigger` moved instance variable `source_info`, `sink_info` and `custom_context_tag` under property `properties` whose type is `FileTriggerProperties`
- Model `PeriodicTimerEventTrigger` moved instance variable `source_info`, `sink_info` and `custom_context_tag` under property `properties` whose type is `PeriodicTimerProperties`
- Model `TriggerSupportPackageRequest` moved instance variable `minimum_time_stamp`, `maximum_time_stamp` and `include` under property `properties` whose type is `SupportPackageRequestProperties`
- Model `UploadCertificateRequest` moved instance variable `authentication_type` and `certificate` under property `properties` whose type is `RawCertificateData`
- Deleted or renamed model `DataBoxEdgeMoveRequest`
- Renamed model `MetricDimensionV1` to `MetricDimension_V1`
- Renamed model `MetricSpecificationV1` to `MetricSpecification_V1`
- Method `DeviceCapacityCheckOperations.begin_check_resource_creation_feasibility` changed its parameter `capacity_name` from `positional_or_keyword` to `keyword_only`
- Method `DevicesOperations.list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `DevicesOperations.list_by_subscription` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`

### Other Changes

- Deleted model `AddonList`/`AlertList`/`BandwidthSchedulesList`/`ContainerList`/`DataBoxEdgeDeviceList`/`DataBoxEdgeSkuList`/`MonitoringMetricConfigurationList`/`NodeList`/`OperationsList`/`OrderList`/`RoleList`/`ShareList`/`StorageAccountCredentialList`/`StorageAccountList`/`TriggerList`/`UserList` which actually were not used by SDK users

## 3.0.0b1 (2025-08-06)

### Breaking Changes
Expand Down
8 changes: 4 additions & 4 deletions sdk/databoxedge/azure-mgmt-databoxedge/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/databoxedge/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
4 changes: 2 additions & 2 deletions sdk/databoxedge/azure-mgmt-databoxedge/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 Data Box Edge 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).

## _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 Down
15 changes: 7 additions & 8 deletions sdk/databoxedge/azure-mgmt-databoxedge/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"commit": "2a6e9b63a0340623c39a25954d11707ffd399fcc",
"apiVersion": "2023-12-01",
"apiVersions": {
"Microsoft.DataBoxEdge": "2023-12-01"
},
"commit": "04e1bf1293607d05faacc008c84d64a9bb3f3338",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.37.1",
"@autorest/modelerfour@4.27.0"
],
"autorest_command": "autorest specification/databoxedge/resource-manager//readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --keep-setup-py=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --tag=package-2021-02-01-preview --use=@autorest/python@6.37.1 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
"readme": "specification/databoxedge/resource-manager//readme.md"
"typespec_src": "specification/databoxedge/resource-manager/Microsoft.DataBoxEdge/DataBoxEdge",
"emitterVersion": "0.62.1"
}
Loading