|
1 | 1 | # Release History |
2 | 2 |
|
| 3 | +## 8.1.0 (2026-06-17) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New enum type `InterconnectBlockExpandTypes` with values `InterconnectBlockExpandTypesInstanceView` |
| 7 | +- New function `*ClientFactory.NewInterconnectBlocksClient() *InterconnectBlocksClient` |
| 8 | +- New function `NewInterconnectBlocksClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*InterconnectBlocksClient, error)` |
| 9 | +- New function `*InterconnectBlocksClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, interconnectBlockName string, resource InterconnectBlock, options *InterconnectBlocksClientBeginCreateOrUpdateOptions) (*runtime.Poller[InterconnectBlocksClientCreateOrUpdateResponse], error)` |
| 10 | +- New function `*InterconnectBlocksClient.BeginDelete(ctx context.Context, resourceGroupName string, interconnectBlockName string, options *InterconnectBlocksClientBeginDeleteOptions) (*runtime.Poller[InterconnectBlocksClientDeleteResponse], error)` |
| 11 | +- New function `*InterconnectBlocksClient.Get(ctx context.Context, resourceGroupName string, interconnectBlockName string, options *InterconnectBlocksClientGetOptions) (InterconnectBlocksClientGetResponse, error)` |
| 12 | +- New function `*InterconnectBlocksClient.NewListByResourceGroupPager(resourceGroupName string, options *InterconnectBlocksClientListByResourceGroupOptions) *runtime.Pager[InterconnectBlocksClientListByResourceGroupResponse]` |
| 13 | +- New function `*InterconnectBlocksClient.NewListBySubscriptionPager(options *InterconnectBlocksClientListBySubscriptionOptions) *runtime.Pager[InterconnectBlocksClientListBySubscriptionResponse]` |
| 14 | +- New function `*InterconnectBlocksClient.BeginUpdate(ctx context.Context, resourceGroupName string, interconnectBlockName string, properties InterconnectBlockUpdate, options *InterconnectBlocksClientBeginUpdateOptions) (*runtime.Poller[InterconnectBlocksClientUpdateResponse], error)` |
| 15 | +- New struct `AutomaticSKUMigrationPolicy` |
| 16 | +- New struct `InterconnectBlock` |
| 17 | +- New struct `InterconnectBlockInstanceView` |
| 18 | +- New struct `InterconnectBlockListResult` |
| 19 | +- New struct `InterconnectBlockProfile` |
| 20 | +- New struct `InterconnectBlockProperties` |
| 21 | +- New struct `InterconnectBlockUpdate` |
| 22 | +- New struct `InterconnectGroupProfile` |
| 23 | +- New struct `InterconnectInstanceView` |
| 24 | +- New field `InterconnectGroupProfile` in struct `NetworkProfile` |
| 25 | +- New field `AutomaticSKUMigrationPolicy` in struct `SKUProfile` |
| 26 | +- New field `InterconnectInstanceView` in struct `VirtualMachineInstanceView` |
| 27 | +- New field `InterconnectBlockProfile` in struct `VirtualMachineProperties` |
| 28 | +- New field `InterconnectGroupProfile` in struct `VirtualMachineScaleSetNetworkProfile` |
| 29 | +- New field `InterconnectGroupProfile` in struct `VirtualMachineScaleSetUpdateNetworkProfile` |
| 30 | +- New field `InterconnectBlockProfile` in struct `VirtualMachineScaleSetUpdateVMProfile` |
| 31 | +- New field `InterconnectInstanceView` in struct `VirtualMachineScaleSetVMInstanceView` |
| 32 | +- New field `InterconnectGroupProfile` in struct `VirtualMachineScaleSetVMNetworkProfileConfiguration` |
| 33 | +- New field `InterconnectBlockProfile` in struct `VirtualMachineScaleSetVMProfile` |
| 34 | +- New field `InterconnectBlockProfile` in struct `VirtualMachineScaleSetVMProperties` |
| 35 | + |
| 36 | + |
3 | 37 | ## 8.0.0 (2026-04-21) |
4 | 38 | ### Breaking Changes |
5 | 39 |
|
|
0 commit comments