Skip to content

Commit 4a97107

Browse files
[AutoRelease] t2-compute-2023-12-11-30837(can only be merged by SDK owner) (#33454)
* code and test * Update virtual_machine_scale_set_create_with_priority_mix_policy.py --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent dff3077 commit 4a97107

File tree

468 files changed

+93538
-435
lines changed

Some content is hidden

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

468 files changed

+93538
-435
lines changed

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

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

3+
## 30.4.0 (2023-12-18)
4+
5+
### Features Added
6+
7+
- Added operation DedicatedHostsOperations.begin_redeploy
8+
- Added operation VirtualMachineScaleSetVMsOperations.begin_approve_rolling_upgrade
9+
- Added operation VirtualMachineScaleSetVMsOperations.begin_attach_detach_data_disks
10+
- Added operation VirtualMachineScaleSetsOperations.begin_approve_rolling_upgrade
11+
- Added operation VirtualMachinesOperations.begin_attach_detach_data_disks
12+
- Model AutomaticOSUpgradePolicy has a new parameter os_rolling_upgrade_deferral
13+
- Model CapacityReservationGroup has a new parameter sharing_profile
14+
- Model CapacityReservationGroupInstanceView has a new parameter shared_subscription_ids
15+
- Model CapacityReservationGroupUpdate has a new parameter sharing_profile
16+
- Model CommunityGallery has a new parameter artifact_tags
17+
- Model CommunityGallery has a new parameter community_metadata
18+
- Model CommunityGallery has a new parameter disclaimer
19+
- Model CommunityGalleryImage has a new parameter artifact_tags
20+
- Model CommunityGalleryImage has a new parameter disclaimer
21+
- Model CommunityGalleryImageVersion has a new parameter artifact_tags
22+
- Model CommunityGalleryImageVersion has a new parameter disclaimer
23+
- Model GalleryImageVersion has a new parameter security_profile
24+
- Model GalleryImageVersionUpdate has a new parameter security_profile
25+
- Model RestorePointSourceVMStorageProfile has a new parameter disk_controller_type
26+
- Model SecurityProfile has a new parameter encryption_identity
27+
- Model SecurityProfile has a new parameter proxy_agent_settings
28+
- Model SharedGallery has a new parameter artifact_tags
29+
- Model SharedGalleryImage has a new parameter artifact_tags
30+
- Model SharedGalleryImageVersion has a new parameter artifact_tags
31+
- Model VirtualMachine has a new parameter etag
32+
- Model VirtualMachine has a new parameter managed_by
33+
- Model VirtualMachineInstanceView has a new parameter is_vm_in_standby_pool
34+
- Model VirtualMachineScaleSet has a new parameter etag
35+
- Model VirtualMachineScaleSet has a new parameter resiliency_policy
36+
- Model VirtualMachineScaleSetUpdate has a new parameter resiliency_policy
37+
- Model VirtualMachineScaleSetVM has a new parameter etag
38+
- Model VirtualMachineScaleSetVMProfile has a new parameter time_created
39+
- Operation SshPublicKeysOperations.generate_key_pair has a new optional parameter parameters
40+
- Operation VirtualMachineScaleSetVMsOperations.begin_update has a new optional parameter if_match
41+
- Operation VirtualMachineScaleSetVMsOperations.begin_update has a new optional parameter if_none_match
42+
- Operation VirtualMachineScaleSetsOperations.begin_create_or_update has a new optional parameter if_match
43+
- Operation VirtualMachineScaleSetsOperations.begin_create_or_update has a new optional parameter if_none_match
44+
- Operation VirtualMachineScaleSetsOperations.begin_update has a new optional parameter if_match
45+
- Operation VirtualMachineScaleSetsOperations.begin_update has a new optional parameter if_none_match
46+
- Operation VirtualMachinesOperations.begin_create_or_update has a new optional parameter if_match
47+
- Operation VirtualMachinesOperations.begin_create_or_update has a new optional parameter if_none_match
48+
- Operation VirtualMachinesOperations.begin_update has a new optional parameter if_match
49+
- Operation VirtualMachinesOperations.begin_update has a new optional parameter if_none_match
50+
351
## 30.3.0 (2023-10-23)
452

553
### Features Added

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commit": "0ebd4949e8e1cd9537ca5a07384c7661162cc7a6",
2+
"commit": "6c4497e6b0aaad8127f2dd50fa8a29aaf68f24e6",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.9.7",
55
"use": [
@@ -48,5 +48,7 @@
4848
"package-compute-2016-03": "2022-07-31 21:47:43 -0400 2dcad6d6e9a96882eb6d317e7500a94be007a9c6 Microsoft.Compute/ComputeRP/stable/2016-03-30/compute.json",
4949
"package-compute-2015-06": "2022-07-31 21:47:43 -0400 2dcad6d6e9a96882eb6d317e7500a94be007a9c6 Microsoft.Compute/ComputeRP/stable/2015-06-15/compute.json",
5050
"package-2023-07-01-only": "2023-08-10 16:21:40 -0400 1a925d1afe288a5f20d078bbc89214a36a0e4287 Microsoft.Compute/ComputeRP/stable/2023-07-01/virtualMachineScaleSet.json",
51-
"package-2023-04-02-only": "2023-08-07 20:58:57 -0400 b9403296f0b0e112b0d8222ad05fd1d79ee10e03 Microsoft.Compute/DiskRP/stable/2023-04-02/snapshot.json"
51+
"package-2023-04-02-only": "2023-08-07 20:58:57 -0400 b9403296f0b0e112b0d8222ad05fd1d79ee10e03 Microsoft.Compute/DiskRP/stable/2023-04-02/snapshot.json",
52+
"package-2023-09-01-only": "2023-12-05 16:05:55 -0500 378977e71101fdf224414b86e9f7d8c776cd07ec Microsoft.Compute/ComputeRP/stable/2023-09-01/virtualMachineScaleSet.json",
53+
"package-2022-08-03-only": "2023-11-28 14:37:35 -0500 a4d77e0bd0f00b66d42940a9be143fdb38534b1e Microsoft.Compute/GalleryRP/stable/2022-08-03/sharedGallery.json"
5254
}

sdk/compute/azure-mgmt-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": "python",
44
"TagPrefix": "python/compute/azure-mgmt-compute",
5-
"Tag": "python/compute/azure-mgmt-compute_bcf2fd691d"
5+
"Tag": "python/compute/azure-mgmt-compute_8d0481cf75"
66
}

0 commit comments

Comments
 (0)