Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 27 additions & 0 deletions sdk/compute/azure-mgmt-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Release History

## 38.1.0 (2026-06-17)

### Features Added

- Client `ComputeManagementClient` added operation group `interconnect_blocks`
- Model `NetworkProfile` added property `interconnect_group_profile`
- Model `SkuProfile` added property `automatic_sku_migration_policy`
- Model `VirtualMachineInstanceView` added property `interconnect_instance_view`
- Model `VirtualMachineProperties` added property `interconnect_block_profile`
- Model `VirtualMachineScaleSetNetworkProfile` added property `interconnect_group_profile`
- Model `VirtualMachineScaleSetUpdateNetworkProfile` added property `interconnect_group_profile`
- Model `VirtualMachineScaleSetUpdateVMProfile` added property `interconnect_block_profile`
- Model `VirtualMachineScaleSetVMInstanceView` added property `interconnect_instance_view`
- Model `VirtualMachineScaleSetVMNetworkProfileConfiguration` added property `interconnect_group_profile`
- Model `VirtualMachineScaleSetVMProfile` added property `interconnect_block_profile`
- Model `VirtualMachineScaleSetVMProperties` added property `interconnect_block_profile`
- Added model `AutomaticSkuMigrationPolicy`
- Added model `InterconnectBlock`
- Added enum `InterconnectBlockExpandTypes`
- Added model `InterconnectBlockInstanceView`
- Added model `InterconnectBlockProfile`
- Added model `InterconnectBlockProperties`
- Added model `InterconnectBlockUpdate`
- Added model `InterconnectGroupProfile`
- Added model `InterconnectInstanceView`
- Added operation group `InterconnectBlocksOperations`

## 38.0.0 (2026-04-21)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/compute/azure-mgmt-compute/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 Compute 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 All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down
7 changes: 4 additions & 3 deletions sdk/compute/azure-mgmt-compute/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"apiVersions": {
"Compute": "2025-11-01",
"Compute": "2026-03-01",
"ComputeDisk": "2025-01-02",
"ComputeGallery": "2025-03-03",
"ComputeSku": "2021-07-01"
},
"commit": "1e6111d12c709c3395fb8546e311b6c67fd87efc",
"commit": "cc1bd87b8f859439bff4e5b3f6373ab28c653b52",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/compute/resource-manager/Microsoft.Compute/Compute",
"emitterVersion": "0.61.3"
"emitterVersion": "0.63.1",
"httpClientPythonVersion": "^0.32.0"
}
Loading
Loading