|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 2.0.0-beta.1 (2023-03-25) |
| 4 | +### Breaking Changes |
| 5 | + |
| 6 | +- Function `NewManagementClient` has been removed |
| 7 | +- Function `*ManagementClient.CancelOrderItem` has been removed |
| 8 | +- Function `*ManagementClient.BeginCreateAddress` has been removed |
| 9 | +- Function `*ManagementClient.BeginCreateOrderItem` has been removed |
| 10 | +- Function `*ManagementClient.BeginDeleteAddressByName` has been removed |
| 11 | +- Function `*ManagementClient.BeginDeleteOrderItemByName` has been removed |
| 12 | +- Function `*ManagementClient.GetAddressByName` has been removed |
| 13 | +- Function `*ManagementClient.GetOrderByName` has been removed |
| 14 | +- Function `*ManagementClient.GetOrderItemByName` has been removed |
| 15 | +- Function `*ManagementClient.NewListAddressesAtResourceGroupLevelPager` has been removed |
| 16 | +- Function `*ManagementClient.NewListAddressesAtSubscriptionLevelPager` has been removed |
| 17 | +- Function `*ManagementClient.NewListConfigurationsPager` has been removed |
| 18 | +- Function `*ManagementClient.NewListOperationsPager` has been removed |
| 19 | +- Function `*ManagementClient.NewListOrderAtResourceGroupLevelPager` has been removed |
| 20 | +- Function `*ManagementClient.NewListOrderAtSubscriptionLevelPager` has been removed |
| 21 | +- Function `*ManagementClient.NewListOrderItemsAtResourceGroupLevelPager` has been removed |
| 22 | +- Function `*ManagementClient.NewListOrderItemsAtSubscriptionLevelPager` has been removed |
| 23 | +- Function `*ManagementClient.NewListProductFamiliesMetadataPager` has been removed |
| 24 | +- Function `*ManagementClient.NewListProductFamiliesPager` has been removed |
| 25 | +- Function `*ManagementClient.BeginReturnOrderItem` has been removed |
| 26 | +- Function `*ManagementClient.BeginUpdateAddress` has been removed |
| 27 | +- Function `*ManagementClient.BeginUpdateOrderItem` has been removed |
| 28 | +- Struct `ConfigurationFilters` has been removed |
| 29 | +- Struct `ManagementClient` has been removed |
| 30 | +- Struct `ResourceIdentity` has been removed |
| 31 | +- Struct `ShippingDetails` has been removed |
| 32 | +- Field `ConfigurationFilters` of struct `ConfigurationsRequest` has been removed |
| 33 | +- Field `ManagementRpDetails` of struct `OrderItemDetails` has been removed |
| 34 | +- Field `Count` of struct `ProductDetails` has been removed |
| 35 | +- Field `DeviceDetails` of struct `ProductDetails` has been removed |
| 36 | + |
| 37 | +### Features Added |
| 38 | + |
| 39 | +- New value `AvailabilityStageDiscoverable` added to enum type `AvailabilityStage` |
| 40 | +- New value `LinkTypeDiscoverable` added to enum type `LinkType` |
| 41 | +- New enum type `ChildConfigurationType` with values `ChildConfigurationTypeAdditionalConfiguration`, `ChildConfigurationTypeDeviceConfiguration` |
| 42 | +- New enum type `FulfillmentType` with values `FulfillmentTypeExternal`, `FulfillmentTypeMicrosoft` |
| 43 | +- New enum type `IdentificationType` with values `IdentificationTypeNotSupported`, `IdentificationTypeSerialNumber` |
| 44 | +- New enum type `OrderMode` with values `OrderModeDefault`, `OrderModeDoNotFulfill` |
| 45 | +- New function `NewAddressesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*AddressesClient, error)` |
| 46 | +- New function `*AddressesClient.BeginCreate(context.Context, string, string, AddressResource, *AddressesClientBeginCreateOptions) (*runtime.Poller[AddressesClientCreateResponse], error)` |
| 47 | +- New function `*AddressesClient.BeginDelete(context.Context, string, string, *AddressesClientBeginDeleteOptions) (*runtime.Poller[AddressesClientDeleteResponse], error)` |
| 48 | +- New function `*AddressesClient.Get(context.Context, string, string, *AddressesClientGetOptions) (AddressesClientGetResponse, error)` |
| 49 | +- New function `*AddressesClient.NewListByResourceGroupPager(string, *AddressesClientListByResourceGroupOptions) *runtime.Pager[AddressesClientListByResourceGroupResponse]` |
| 50 | +- New function `*AddressesClient.NewListBySubscriptionPager(*AddressesClientListBySubscriptionOptions) *runtime.Pager[AddressesClientListBySubscriptionResponse]` |
| 51 | +- New function `*AddressesClient.BeginUpdate(context.Context, string, string, AddressUpdateParameter, *AddressesClientBeginUpdateOptions) (*runtime.Poller[AddressesClientUpdateResponse], error)` |
| 52 | +- New function `NewClientFactory(string, azcore.TokenCredential, *arm.ClientOptions) (*ClientFactory, error)` |
| 53 | +- New function `*ClientFactory.NewAddressesClient() *AddressesClient` |
| 54 | +- New function `*ClientFactory.NewOperationsClient() *OperationsClient` |
| 55 | +- New function `*ClientFactory.NewOrderItemsClient() *OrderItemsClient` |
| 56 | +- New function `*ClientFactory.NewOrdersClient() *OrdersClient` |
| 57 | +- New function `*ClientFactory.NewProductsAndConfigurationsClient() *ProductsAndConfigurationsClient` |
| 58 | +- New function `NewOperationsClient(azcore.TokenCredential, *arm.ClientOptions) (*OperationsClient, error)` |
| 59 | +- New function `*OperationsClient.NewListPager(*OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse]` |
| 60 | +- New function `NewOrderItemsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OrderItemsClient, error)` |
| 61 | +- New function `*OrderItemsClient.Cancel(context.Context, string, string, CancellationReason, *OrderItemsClientCancelOptions) (OrderItemsClientCancelResponse, error)` |
| 62 | +- New function `*OrderItemsClient.BeginCreate(context.Context, string, string, OrderItemResource, *OrderItemsClientBeginCreateOptions) (*runtime.Poller[OrderItemsClientCreateResponse], error)` |
| 63 | +- New function `*OrderItemsClient.BeginDelete(context.Context, string, string, *OrderItemsClientBeginDeleteOptions) (*runtime.Poller[OrderItemsClientDeleteResponse], error)` |
| 64 | +- New function `*OrderItemsClient.Get(context.Context, string, string, *OrderItemsClientGetOptions) (OrderItemsClientGetResponse, error)` |
| 65 | +- New function `*OrderItemsClient.NewListByResourceGroupPager(string, *OrderItemsClientListByResourceGroupOptions) *runtime.Pager[OrderItemsClientListByResourceGroupResponse]` |
| 66 | +- New function `*OrderItemsClient.NewListBySubscriptionPager(*OrderItemsClientListBySubscriptionOptions) *runtime.Pager[OrderItemsClientListBySubscriptionResponse]` |
| 67 | +- New function `*OrderItemsClient.BeginReturn(context.Context, string, string, ReturnOrderItemDetails, *OrderItemsClientBeginReturnOptions) (*runtime.Poller[OrderItemsClientReturnResponse], error)` |
| 68 | +- New function `*OrderItemsClient.BeginUpdate(context.Context, string, string, OrderItemUpdateParameter, *OrderItemsClientBeginUpdateOptions) (*runtime.Poller[OrderItemsClientUpdateResponse], error)` |
| 69 | +- New function `NewOrdersClient(string, azcore.TokenCredential, *arm.ClientOptions) (*OrdersClient, error)` |
| 70 | +- New function `*OrdersClient.Get(context.Context, string, string, string, *OrdersClientGetOptions) (OrdersClientGetResponse, error)` |
| 71 | +- New function `*OrdersClient.NewListByResourceGroupPager(string, *OrdersClientListByResourceGroupOptions) *runtime.Pager[OrdersClientListByResourceGroupResponse]` |
| 72 | +- New function `*OrdersClient.NewListBySubscriptionPager(*OrdersClientListBySubscriptionOptions) *runtime.Pager[OrdersClientListBySubscriptionResponse]` |
| 73 | +- New function `NewProductsAndConfigurationsClient(string, azcore.TokenCredential, *arm.ClientOptions) (*ProductsAndConfigurationsClient, error)` |
| 74 | +- New function `*ProductsAndConfigurationsClient.NewListConfigurationsPager(ConfigurationsRequest, *ProductsAndConfigurationsClientListConfigurationsOptions) *runtime.Pager[ProductsAndConfigurationsClientListConfigurationsResponse]` |
| 75 | +- New function `*ProductsAndConfigurationsClient.NewListProductFamiliesMetadataPager(*ProductsAndConfigurationsClientListProductFamiliesMetadataOptions) *runtime.Pager[ProductsAndConfigurationsClientListProductFamiliesMetadataResponse]` |
| 76 | +- New function `*ProductsAndConfigurationsClient.NewListProductFamiliesPager(ProductFamiliesRequest, *ProductsAndConfigurationsClientListProductFamiliesOptions) *runtime.Pager[ProductsAndConfigurationsClientListProductFamiliesResponse]` |
| 77 | +- New struct `AdditionalConfiguration` |
| 78 | +- New struct `CategoryInformation` |
| 79 | +- New struct `ChildConfiguration` |
| 80 | +- New struct `ChildConfigurationFilter` |
| 81 | +- New struct `ChildConfigurationProperties` |
| 82 | +- New struct `ClientFactory` |
| 83 | +- New struct `ConfigurationDeviceDetails` |
| 84 | +- New struct `ConfigurationFilter` |
| 85 | +- New struct `GroupedChildConfigurations` |
| 86 | +- New struct `ResourceMoveRequest` |
| 87 | +- New field `FulfilledBy` in struct `BasicInformation` |
| 88 | +- New field `FulfilledBy` in struct `CommonProperties` |
| 89 | +- New field `ChildConfigurationTypes` in struct `ConfigurationProperties` |
| 90 | +- New field `FulfilledBy` in struct `ConfigurationProperties` |
| 91 | +- New field `GroupedChildConfigurations` in struct `ConfigurationProperties` |
| 92 | +- New field `ConfigurationFilter` in struct `ConfigurationsRequest` |
| 93 | +- New field `OrderItemMode` in struct `OrderItemDetails` |
| 94 | +- New field `OrderMode` in struct `OrderProperties` |
| 95 | +- New field `ChildConfigurationDeviceDetails` in struct `ProductDetails` |
| 96 | +- New field `IdentificationType` in struct `ProductDetails` |
| 97 | +- New field `OptInAdditionalConfigurations` in struct `ProductDetails` |
| 98 | +- New field `ParentDeviceDetails` in struct `ProductDetails` |
| 99 | +- New field `FulfilledBy` in struct `ProductFamilyProperties` |
| 100 | +- New field `FulfilledBy` in struct `ProductLineProperties` |
| 101 | +- New field `FulfilledBy` in struct `ProductProperties` |
| 102 | + |
| 103 | + |
3 | 104 | ## 1.0.0 (2022-05-18) |
4 | 105 |
|
5 | 106 | The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/edgeorder/armedgeorder` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes. |
|
0 commit comments