Skip to content

Commit 183699b

Browse files
azclibotSDKAutoBigCat20196msyyc
authored
[AutoRelease] t2-compute-2022-01-21-22956(Do not merge) (Azure#22616)
* CodeGen from PR 17420 in Azure/azure-rest-api-specs [Go] compute add batch -package-2021-11-01 (Azure#17420) * version,CHANGELOG * fix test * Update CHANGELOG.md Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: BigCat20196 <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent c060fc3 commit 183699b

File tree

119 files changed

+55755
-28757
lines changed

Some content is hidden

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

119 files changed

+55755
-28757
lines changed

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

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

3+
## 25.0.0 (2022-01-28)
4+
5+
**Features**
6+
7+
- Added operation DedicatedHostsOperations.begin_restart
8+
- Model AutomaticRepairsPolicy has a new parameter repair_action
9+
- Model CapacityReservation has a new parameter time_created
10+
- Model CapacityReservationUpdate has a new parameter time_created
11+
- Model DedicatedHost has a new parameter time_created
12+
- Model DedicatedHostUpdate has a new parameter time_created
13+
- Model ImageReference has a new parameter community_gallery_image_id
14+
- Model ManagedDiskParameters has a new parameter security_profile
15+
- Model RestorePoint has a new parameter instance_view
16+
- Model RestorePoint has a new parameter source_restore_point
17+
- Model VirtualMachine has a new parameter time_created
18+
- Model VirtualMachineExtension has a new parameter protected_settings_from_key_vault
19+
- Model VirtualMachineExtensionUpdate has a new parameter protected_settings_from_key_vault
20+
- Model VirtualMachineScaleSet has a new parameter time_created
21+
- Model VirtualMachineScaleSetExtension has a new parameter protected_settings_from_key_vault
22+
- Model VirtualMachineScaleSetExtensionUpdate has a new parameter protected_settings_from_key_vault
23+
- Model VirtualMachineScaleSetManagedDiskParameters has a new parameter security_profile
24+
- Model VirtualMachineScaleSetOSProfile has a new parameter allow_extension_operations
25+
- Model VirtualMachineScaleSetUpdatePublicIPAddressConfiguration has a new parameter public_ip_prefix
26+
- Model VirtualMachineScaleSetVMExtension has a new parameter protected_settings_from_key_vault
27+
- Model VirtualMachineScaleSetVMExtensionUpdate has a new parameter protected_settings_from_key_vault
28+
- Model VirtualMachineScaleSetVMProfile has a new parameter hardware_profile
29+
- Model VirtualMachineUpdate has a new parameter time_created
30+
31+
**Breaking changes**
32+
33+
- Model PurchasePlan no longer has parameter promotion_code
34+
- Operation RestorePointsOperations.get has a new signature
35+
- Operation VirtualMachineScaleSetsOperations.force_recovery_service_fabric_platform_update_domain_walk has a new signature
36+
- Operation VirtualMachineScaleSetsOperations.force_recovery_service_fabric_platform_update_domain_walk has a new signature
37+
- Operation VirtualMachinesOperations.list has a new signature
38+
- Operation VirtualMachinesOperations.list_all has a new signature
39+
340
## 24.0.1 (2022-01-17)
441

542
**Bugfixes**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "86c901cfca1e57402e367c2678265574d1fed93e",
7+
"commit": "1118376e6b4c59716f4a2bcf3ddea212aeee5536",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"autorest_command": "autorest specification/compute/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
1010
"readme": "specification/compute/resource-manager/readme.md"

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

Lines changed: 88 additions & 27 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "24.0.1"
8+
VERSION = "25.0.0"

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

Lines changed: 88 additions & 27 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
from .v2021_03_01.models import *
88
from .v2021_07_01.models import *
99
from .v2021_08_01.models import *
10+
from .v2021_11_01.models import *

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

Lines changed: 1 addition & 1 deletion
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 = "24.0.1"
9+
VERSION = "25.0.0"

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

Lines changed: 1 addition & 1 deletion
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 = "24.0.1"
9+
VERSION = "25.0.0"

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

Lines changed: 1 addition & 1 deletion
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 = "24.0.1"
9+
VERSION = "25.0.0"

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

Lines changed: 1 addition & 1 deletion
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 = "24.0.1"
9+
VERSION = "25.0.0"

0 commit comments

Comments
 (0)