Skip to content

Commit 15076af

Browse files
authored
code and test (#40016)
Co-authored-by: azure-sdk <PythonSdkPipelines>
1 parent 63f9aba commit 15076af

File tree

493 files changed

+7431
-4048
lines changed

Some content is hidden

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

493 files changed

+7431
-4048
lines changed

sdk/compute/azure-mgmt-compute/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Release History
22

3+
## 34.1.0 (2025-03-24)
4+
5+
### Features Added
6+
7+
- Added operation AvailabilitySetsOperations.begin_convert_to_virtual_machine_scale_set
8+
- Added operation AvailabilitySetsOperations.cancel_migration_to_virtual_machine_scale_set
9+
- Added operation AvailabilitySetsOperations.start_migration_to_virtual_machine_scale_set
10+
- Added operation AvailabilitySetsOperations.validate_migration_to_virtual_machine_scale_set
11+
- Added operation VirtualMachineImagesOperations.list_with_properties
12+
- Added operation VirtualMachinesOperations.begin_migrate_to_vm_scale_set
13+
- Model AvailabilitySet has a new parameter virtual_machine_scale_set_migration_info
14+
- Model AvailabilitySetUpdate has a new parameter virtual_machine_scale_set_migration_info
15+
- Model ProxyAgentSettings has a new parameter imds
16+
- Model ProxyAgentSettings has a new parameter wire_server
17+
- Model ResiliencyPolicy has a new parameter automatic_zone_rebalancing_policy
18+
- Model ScaleInPolicy has a new parameter prioritize_unhealthy_v_ms
19+
- Model SkuProfileVMSize has a new parameter rank
20+
- Model StorageProfile has a new parameter align_regional_disks_to_vm_zone
21+
- Model VirtualMachine has a new parameter placement
22+
- Model VirtualMachineScaleSetVM has a new parameter resilient_vm_deletion_status
23+
324
## 34.0.0 (2025-01-20)
425

526
### Features Added

sdk/compute/azure-mgmt-compute/_meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "898ea5c3fac1ef8041ef6339ae00072058b06285",
2+
"commit": "85dbdf68f1c3e1693bd94eff5e8a869f1a07ed78",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/_compute_management_client.py

+107-107
Large diffs are not rendered by default.

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "34.0.0"
8+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/aio/_compute_management_client.py

+107-107
Large diffs are not rendered by default.

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
from .v2021_07_01.models import *
88
from .v2023_07_03.models import *
99
from .v2024_03_02.models import *
10-
from .v2024_07_01.models import *
10+
from .v2024_11_01.models import *
1111
from .v2024_11_04.models import *

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2016_03_30/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_03_30/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_09_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_12_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_04_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_07_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_12_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_05_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2020_06_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_07_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2021_10_01/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_01_03/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_03_02/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2022_09_04/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_04_02/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_07_03/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2023_10_02/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_03_02/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "34.0.0"
9+
VERSION = "34.1.0"

0 commit comments

Comments
 (0)