Skip to content

Commit e88a125

Browse files
Azure Compute ComputeRP 2024-11-01 update (Azure#49063)
1 parent c9c84b7 commit e88a125

File tree

171 files changed

+6043
-1298
lines changed

Some content is hidden

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

171 files changed

+6043
-1298
lines changed

sdk/compute/Azure.ResourceManager.Compute/CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
# Release History
22

3-
## 1.9.0-beta.2 (Unreleased)
3+
## 1.9.0 (2025-03-31)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- Upgraded api-version tag from 'package-2024-11-04' to 'package-2025-02-01'. Tag detail available at https://github.com/Azure/azure-sdk-for-net/blob/6b1e2c24d807ffb6faf338f670cca5f35b01428c/sdk/compute/Azure.ResourceManager.Compute/src/autorest.md.
8+
- Added operation `AvailabilitySets.StartMigrationToVirtualMachineScaleSet`.
9+
- Added operation `AvailabilitySets.CancelMigrationToVirtualMachineScaleSet`.
10+
- Added operation `AvailabilitySets.ValidateMigrationToVirtualMachineScaleSet`.
11+
- Added operation `AvailabilitySets.ConvertToVirtualMachineScaleSet`.
12+
- Added operation `GetVirtualMachineImagesWithProperties`
13+
- Added operation `VirtualMachines.MigrateToVirtualMachineScaleSet`.
14+
- Added new classes :`AutomaticZoneRebalancingPolicy`, `ConvertToVirtualMachineScaleSetContent`, `HostEndpointSettings`, `MigrateToVirtualMachineScaleSetInput`, `MigrateVmToVirtualMachineScaleSetContent`, `VmssRebalanceStrategy`, `VmssRebalanceBehavior`, `SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions`, `VirtualMachineImagesWithPropertiesListResult`, `VirtualMachineScaleSetMigrationInfo`,
1215

1316
## 1.9.0-beta.1 (2025-02-22)
1417

1518
### Features Added
1619

17-
- Enabled AnyZone Capability preview.
20+
- Enabled AnyZone Capability preview.
1821

1922
## 1.8.0 (2025-02-05)
2023

2124
### Features Added
2225

23-
- Upgraded api-version tag from 'package-2024-11-03' to 'package-2024-11-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/bf420af156ea90b4226e96582bdb4c9647491ae6/specification/compute/resource-manager/readme.md.
26+
- Upgraded api-version tag from 'package-2024-11-03' to 'package-2024-11-04'. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/bf420af156ea90b4226e96582bdb4c9647491ae6/specification/compute/resource-manager/readme.md.
2427
- Added a new property named `IsBootstrapCertificate` to `CloudServiceRoleProfile` class.
2528

2629
### Bugs Fixed
2730

2831
- Change a few parameters in one of the overload of `ArmComputeModelFactory.VirtualMachineScaleSetData` to required to reduce the possibility of ambiguous invocation.
29-
32+
3033
## 1.7.0 (2024-12-29)
3134

3235
### Features Added

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.net8.0.cs

Lines changed: 224 additions & 3 deletions
Large diffs are not rendered by default.

sdk/compute/Azure.ResourceManager.Compute/api/Azure.ResourceManager.Compute.netstandard2.0.cs

Lines changed: 224 additions & 3 deletions
Large diffs are not rendered by default.

sdk/compute/Azure.ResourceManager.Compute/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/compute/Azure.ResourceManager.Compute",
5-
"Tag": "net/compute/Azure.ResourceManager.Compute_58f43b1c57"
5+
"Tag": "net/compute/Azure.ResourceManager.Compute_df2e57ea11"
66
}

sdk/compute/Azure.ResourceManager.Compute/samples/Generated/Samples/Sample_AvailabilitySetCollection.cs

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

0 commit comments

Comments
 (0)