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

## 3.0.0b2 (2026-05-15)

### Features Added

- Client `DataBoxEdgeManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `DataBoxEdgeManagementClient` added method `send_request`
- Client `DataBoxEdgeManagementClient` added operation group `diagnostic_settings`
- Client `DataBoxEdgeManagementClient` added operation group `device_capacity_check`
- Client `DataBoxEdgeManagementClient` added operation group `support_packages`
- Client `DataBoxEdgeManagementClient` added operation group `device_capacity_info`
- Model `DataBoxEdgeDeviceExtendedInfo` added property `system_data`
- Model `DataBoxEdgeDevicePatch` added property `properties`
- Model `EdgeProfileSubscription` added property `properties`
- Model `FileEventTrigger` added property `properties`
- Model `Job` added property `system_data`
- Model `LoadBalancerConfig` added property `ip_range`
- Model `Order` added property `kind`
- Model `PeriodicTimerEventTrigger` added property `properties`
- Enum `SkuName` added member `EDGE_MR_TCP`
- Enum `SkuName` added member `EP2_128_GPU1_MX1_W`
- Enum `SkuName` added member `EP2_256_GPU2_MX1`
- Enum `SkuName` added member `EP2_64_MX1_W`
- Model `UpdateDetails` added property `friendly_version_number`
- Model `UpdateDetails` added property `installation_impact`
- Added enum `AccessLevel`
- Added model `CloudError`
- Added model `ClusterCapacityViewData`
- Added model `ClusterGpuCapacity`
- Added model `ClusterMemoryCapacity`
- Added model `ClusterStorageViewData`
- Added enum `ClusterWitnessType`
- Added model `DCAccessCodeProperties`
- Added model `DataBoxEdgeDevicePropertiesPatch`
- Added model `DataResidency`
- Added enum `DataResidencyType`
- Added model `DeviceCapacityInfo`
- Added model `DeviceCapacityInfoProperties`
- Added model `DeviceCapacityRequestInfo`
- Added model `DeviceCapacityRequestInfoProperties`
- Added model `DiagnosticProactiveLogCollectionSettings`
- Added model `DiagnosticRemoteSupportSettings`
- Added model `DiagnosticRemoteSupportSettingsProperties`
- Added model `FileTriggerProperties`
- Added model `HostCapacity`
- Added enum `InstallationImpact`
- Added model `MetricDimension_V1`
- Added model `MetricSpecification_V1`
- Added model `NumaNodeData`
- Added model `PeriodicTimerProperties`
- Added enum `ProactiveDiagnosticsConsent`
- Added model `ProactiveLogCollectionSettingsProperties`
- Added model `ProxyResource`
- Added model `RawCertificateData`
- Added enum `RemoteApplicationType`
- Added model `RemoteSupportSettings`
- Added model `Resource`
- Added model `SubscriptionProperties`
- Added model `SupportPackageRequestProperties`
- Added model `TrackedResource`
- Added model `TriggerSupportPackageRequest`
- Added model `VmMemory`
- Added model `VmPlacementRequestResult`
- Model `DevicesOperations` added method `create_or_update`
- Model `UsersOperations` added parameter `filter` in method `list_by_data_box_edge_device`
- Added model `DeviceCapacityCheckOperations`
- Added model `DeviceCapacityInfoOperations`
- Added model `DiagnosticSettingsOperations`
- Added model `SupportPackagesOperations`

### Breaking Changes

- Model `DCAccessCode` deleted or renamed its instance variable `auth_code`
- Model `DataBoxEdgeDevicePatch` deleted or renamed its instance variable `edge_profile`
- Model `EdgeProfileSubscription` deleted or renamed its instance variable `tenant_id`
- Model `EdgeProfileSubscription` deleted or renamed its instance variable `location_placement_id`
- Model `EdgeProfileSubscription` deleted or renamed its instance variable `quota_id`
- Model `EdgeProfileSubscription` deleted or renamed its instance variable `serialized_details`
- Model `EdgeProfileSubscription` deleted or renamed its instance variable `registered_features`
- Model `FileEventTrigger` deleted or renamed its instance variable `source_info`
- Model `FileEventTrigger` deleted or renamed its instance variable `sink_info`
- Model `FileEventTrigger` deleted or renamed its instance variable `custom_context_tag`
- Model `PeriodicTimerEventTrigger` deleted or renamed its instance variable `source_info`
- Model `PeriodicTimerEventTrigger` deleted or renamed its instance variable `sink_info`
- Model `PeriodicTimerEventTrigger` deleted or renamed its instance variable `custom_context_tag`
- Model `UploadCertificateRequest` deleted or renamed its instance variable `authentication_type`
- Model `UploadCertificateRequest` deleted or renamed its instance variable `certificate`
- Deleted or renamed model `AddonList`
- Deleted or renamed model `AlertList`
- Deleted or renamed model `BandwidthSchedulesList`
- Deleted or renamed model `ContainerList`
- Deleted or renamed model `DataBoxEdgeDeviceList`
- Deleted or renamed model `DataBoxEdgeMoveRequest`
- Deleted or renamed model `DataBoxEdgeSkuList`
- Deleted or renamed model `MetricDimensionV1`
- Deleted or renamed model `MetricSpecificationV1`
- Deleted or renamed model `MonitoringMetricConfigurationList`
- Deleted or renamed model `NodeList`
- Deleted or renamed model `OperationsList`
- Deleted or renamed model `OrderList`
- Deleted or renamed model `ResourceTypeSku`
- Deleted or renamed model `RoleList`
- Deleted or renamed model `ShareList`
- Deleted or renamed model `SkuInformation`
- Deleted or renamed model `SkuInformationList`
- Deleted or renamed model `StorageAccountCredentialList`
- Deleted or renamed model `StorageAccountList`
- Deleted or renamed model `TriggerList`
- Deleted or renamed model `UserList`
- 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`
- Deleted or renamed method `DevicesOperations.begin_create_or_update`
- Method `UsersOperations.list_by_data_box_edge_device` deleted or renamed its parameter `expand` of kind `positional_or_keyword`
- Method `UsersOperations.list_by_data_box_edge_device` re-ordered its parameters from `['self', 'device_name', 'resource_group_name', 'expand', 'kwargs']` to `['self', 'device_name', 'resource_group_name', 'filter', 'kwargs']`

## 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": "c22d06395ab6f539d9a593887921b670bbbb9ed3",
"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