Skip to content

Commit 1792c9f

Browse files
authored
Configurations: 'specification/compute/resource-manager/Microsoft.Compute/Compute/tspconfig.yaml', SDK Release Type: stable, and CommitSHA: 'cc1bd87b8f859439bff4e5b3f6373ab28c653b52' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6449159 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. (#27022)
1 parent 19cd269 commit 1792c9f

70 files changed

Lines changed: 3496 additions & 686 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sdk/resourcemanager/compute/armcompute/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Release History
22

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+
337
## 8.0.0 (2026-04-21)
438
### Breaking Changes
539

sdk/resourcemanager/compute/armcompute/availabilitysets_client.go

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/compute/armcompute/availabilitysets_client_example_test.go

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/compute/armcompute/capacityreservationgroups_client.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)