|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 3.0.0 (2025-04-28) |
| 4 | + |
| 5 | +### Features Added |
| 6 | + |
| 7 | + - Client `EdgeOrderManagementClient` added operation group `operations` |
| 8 | + - Client `EdgeOrderManagementClient` added operation group `addresses` |
| 9 | + - Client `EdgeOrderManagementClient` added operation group `products_and_configurations` |
| 10 | + - Client `EdgeOrderManagementClient` added operation group `order_items` |
| 11 | + - Client `EdgeOrderManagementClient` added operation group `orders` |
| 12 | + - Model `AddressProperties` added property `address_classification` |
| 13 | + - Model `AddressProperties` added property `provisioning_state` |
| 14 | + - Model `AddressResource` added property `address_classification` |
| 15 | + - Model `AddressResource` added property `provisioning_state` |
| 16 | + - Enum `AvailabilityStage` added member `DISCOVERABLE` |
| 17 | + - Model `BasicInformation` added property `fulfilled_by` |
| 18 | + - Model `BillingMeterDetails` added property `term_type_details` |
| 19 | + - Model `CommonProperties` added property `fulfilled_by` |
| 20 | + - Model `Configuration` added property `fulfilled_by` |
| 21 | + - Model `Configuration` added property `provisioning_support` |
| 22 | + - Model `Configuration` added property `child_configuration_types` |
| 23 | + - Model `Configuration` added property `grouped_child_configurations` |
| 24 | + - Model `Configuration` added property `supported_term_commitment_durations` |
| 25 | + - Model `ConfigurationProperties` added property `provisioning_support` |
| 26 | + - Model `ConfigurationProperties` added property `child_configuration_types` |
| 27 | + - Model `ConfigurationProperties` added property `grouped_child_configurations` |
| 28 | + - Model `ConfigurationProperties` added property `supported_term_commitment_durations` |
| 29 | + - Model `ConfigurationProperties` added property `fulfilled_by` |
| 30 | + - Model `ConfigurationsRequest` added property `configuration_filter` |
| 31 | + - Model `DeviceDetails` added property `display_serial_number` |
| 32 | + - Model `DeviceDetails` added property `provisioning_support` |
| 33 | + - Model `DeviceDetails` added property `provisioning_details` |
| 34 | + - Model `HierarchyInformation` added property `configuration_id_display_name` |
| 35 | + - Enum `LinkType` added member `DISCOVERABLE` |
| 36 | + - Model `OrderItemDetails` added property `order_item_mode` |
| 37 | + - Model `OrderItemDetails` added property `site_details` |
| 38 | + - Model `OrderItemResource` added property `identity` |
| 39 | + - Model `OrderItemResource` added property `provisioning_state` |
| 40 | + - Enum `OrderItemType` added member `EXTERNAL` |
| 41 | + - Model `OrderItemUpdateParameter` added property `identity` |
| 42 | + - Model `OrderItemUpdateParameter` added property `order_item_details` |
| 43 | + - Model `OrderResource` added property `order_mode` |
| 44 | + - Model `Preferences` added property `term_commitment_preferences` |
| 45 | + - Model `Product` added property `fulfilled_by` |
| 46 | + - Model `ProductDetails` added property `identification_type` |
| 47 | + - Model `ProductDetails` added property `parent_device_details` |
| 48 | + - Model `ProductDetails` added property `parent_provisioning_details` |
| 49 | + - Model `ProductDetails` added property `opt_in_additional_configurations` |
| 50 | + - Model `ProductDetails` added property `child_configuration_device_details` |
| 51 | + - Model `ProductDetails` added property `term_commitment_information` |
| 52 | + - Model `ProductFamiliesMetadataDetails` added property `fulfilled_by` |
| 53 | + - Model `ProductFamily` added property `fulfilled_by` |
| 54 | + - Model `ProductFamilyProperties` added property `fulfilled_by` |
| 55 | + - Model `ProductLine` added property `fulfilled_by` |
| 56 | + - Model `ProductLineProperties` added property `fulfilled_by` |
| 57 | + - Model `ProductProperties` added property `fulfilled_by` |
| 58 | + - Model `ProxyResource` added property `system_data` |
| 59 | + - Model `Resource` added property `system_data` |
| 60 | + - Model `ResourceIdentity` added property `user_assigned_identities` |
| 61 | + - Enum `StageName` added member `READY_TO_SETUP` |
| 62 | + - Model `TrackedResource` added property `system_data` |
| 63 | + - Added model `AdditionalConfiguration` |
| 64 | + - Added enum `AddressClassification` |
| 65 | + - Added enum `AutoProvisioningStatus` |
| 66 | + - Added model `CategoryInformation` |
| 67 | + - Added model `ChildConfiguration` |
| 68 | + - Added model `ChildConfigurationFilter` |
| 69 | + - Added enum `ChildConfigurationType` |
| 70 | + - Added model `ConfigurationDeviceDetails` |
| 71 | + - Added model `ConfigurationFilter` |
| 72 | + - Added model `DevicePresenceVerificationDetails` |
| 73 | + - Added enum `DevicePresenceVerificationStatus` |
| 74 | + - Added enum `FulfillmentType` |
| 75 | + - Added model `GroupedChildConfigurations` |
| 76 | + - Added enum `IdentificationType` |
| 77 | + - Added model `OrderItemDetailsUpdateParameter` |
| 78 | + - Added enum `OrderMode` |
| 79 | + - Added model `ProductDetailsUpdateParameter` |
| 80 | + - Added model `ProvisioningDetails` |
| 81 | + - Added enum `ProvisioningState` |
| 82 | + - Added enum `ProvisioningSupport` |
| 83 | + - Added model `SiteDetails` |
| 84 | + - Added model `TermCommitmentInformation` |
| 85 | + - Added model `TermCommitmentPreferences` |
| 86 | + - Added enum `TermCommitmentType` |
| 87 | + - Added model `TermTypeDetails` |
| 88 | + - Added model `UserAssignedIdentity` |
| 89 | + |
| 90 | +### Breaking Changes |
| 91 | + |
| 92 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_create_address` |
| 93 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_create_order_item` |
| 94 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_delete_address_by_name` |
| 95 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_delete_order_item_by_name` |
| 96 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_return_order_item` |
| 97 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_update_address` |
| 98 | + - Deleted or renamed client method `EdgeOrderManagementClient.begin_update_order_item` |
| 99 | + - Deleted or renamed client method `EdgeOrderManagementClient.cancel_order_item` |
| 100 | + - Deleted or renamed client method `EdgeOrderManagementClient.get_address_by_name` |
| 101 | + - Deleted or renamed client method `EdgeOrderManagementClient.get_order_by_name` |
| 102 | + - Deleted or renamed client method `EdgeOrderManagementClient.get_order_item_by_name` |
| 103 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_addresses_at_resource_group_level` |
| 104 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_addresses_at_subscription_level` |
| 105 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_configurations` |
| 106 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_operations` |
| 107 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_order_at_resource_group_level` |
| 108 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_order_at_subscription_level` |
| 109 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_order_items_at_resource_group_level` |
| 110 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_order_items_at_subscription_level` |
| 111 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_product_families` |
| 112 | + - Deleted or renamed client method `EdgeOrderManagementClient.list_product_families_metadata` |
| 113 | + - Model `ConfigurationsRequest` deleted or renamed its instance variable `configuration_filters` |
| 114 | + - Model `OrderItemDetails` deleted or renamed its instance variable `management_rp_details` |
| 115 | + - Model `ProductDetails` deleted or renamed its instance variable `count` |
| 116 | + - Model `ProductDetails` deleted or renamed its instance variable `device_details` |
| 117 | + - Method `ResourceIdentity.__init__` parameter `type` changed default value from `None` to `str` |
| 118 | + - Method `ReturnOrderItemDetails.__init__` parameter `shipping_box_required` changed default value from `bool` to `none` |
| 119 | + - Deleted or renamed model `ConfigurationFilters` |
| 120 | + - Deleted or renamed model `ShippingDetails` |
| 121 | + - Deleted or renamed model `EdgeOrderManagementClientOperationsMixin` |
| 122 | + |
3 | 123 | ## 2.0.0 (2024-10-30)
|
4 | 124 |
|
5 | 125 | ### Breaking Changes
|
|
0 commit comments