|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 2.58.0-beta.1 (Unreleased) |
| 3 | +## 2.58.0 (2026-06-17) |
4 | 4 |
|
5 | 5 | ### Features Added |
6 | 6 |
|
7 | | -### Breaking Changes |
| 7 | +* `models.InterconnectBlockProperties` was added |
8 | 8 |
|
9 | | -### Bugs Fixed |
| 9 | +* `models.InterconnectInstanceView` was added |
| 10 | + |
| 11 | +* `models.AutomaticSkuMigrationPolicy` was added |
| 12 | + |
| 13 | +* `models.InterconnectBlockProfile` was added |
| 14 | + |
| 15 | +* `models.InterconnectBlockUpdate` was added |
| 16 | + |
| 17 | +* `models.InterconnectBlockExpandTypes` was added |
| 18 | + |
| 19 | +* `models.InterconnectGroupProfile` was added |
| 20 | + |
| 21 | +* `models.InterconnectBlockInstanceView` was added |
| 22 | + |
| 23 | +#### `models.VirtualMachineScaleSetVMProfile` was modified |
| 24 | + |
| 25 | +* `interconnectBlockProfile()` was added |
| 26 | +* `withInterconnectBlockProfile(models.InterconnectBlockProfile)` was added |
| 27 | + |
| 28 | +#### `models.VirtualMachineScaleSetVMNetworkProfileConfiguration` was modified |
| 29 | + |
| 30 | +* `interconnectGroupProfile()` was added |
| 31 | +* `withInterconnectGroupProfile(models.InterconnectGroupProfile)` was added |
| 32 | + |
| 33 | +#### `models.NetworkProfile` was modified |
| 34 | + |
| 35 | +* `interconnectGroupProfile()` was added |
| 36 | +* `withInterconnectGroupProfile(models.InterconnectGroupProfile)` was added |
| 37 | + |
| 38 | +#### `models.VirtualMachineScaleSetNetworkProfile` was modified |
| 39 | + |
| 40 | +* `interconnectGroupProfile()` was added |
| 41 | +* `withInterconnectGroupProfile(models.InterconnectGroupProfile)` was added |
| 42 | + |
| 43 | +#### `models.VirtualMachineScaleSetUpdateVMProfile` was modified |
| 44 | + |
| 45 | +* `interconnectBlockProfile()` was added |
| 46 | +* `withInterconnectBlockProfile(models.InterconnectBlockProfile)` was added |
| 47 | + |
| 48 | +#### `models.VirtualMachineScaleSetUpdateNetworkProfile` was modified |
| 49 | + |
| 50 | +* `withInterconnectGroupProfile(models.InterconnectGroupProfile)` was added |
| 51 | +* `interconnectGroupProfile()` was added |
| 52 | + |
| 53 | +#### `models.SkuProfile` was modified |
| 54 | + |
| 55 | +* `automaticSkuMigrationPolicy()` was added |
| 56 | +* `withAutomaticSkuMigrationPolicy(models.AutomaticSkuMigrationPolicy)` was added |
10 | 57 |
|
11 | 58 | ### Other Changes |
12 | 59 |
|
| 60 | +- Updated `ComputeRP api-version` to `2026-03-01`. |
| 61 | + |
13 | 62 | ## 2.57.1 (2026-05-05) |
14 | 63 |
|
15 | 64 | ### Other Changes |
|
0 commit comments