Skip to content

Commit ea869d8

Browse files
azure-sdkChenxiJiang333msyyc
authored
[AutoRelease] t2-compute-2025-01-08-03702(can only be merged by SDK owner) (Azure#39076)
* code and test * update changelog * Update CHANGELOG.md with breaking changes details * Fix typo in CHANGELOG.md --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent 5f70840 commit ea869d8

File tree

701 files changed

+2142
-1145137
lines changed

Some content is hidden

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

701 files changed

+2142
-1145137
lines changed

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

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

3+
## 34.0.0 (2025-01-20)
4+
5+
### Features Added
6+
7+
- Model CloudServiceVaultCertificate has a new parameter is_bootstrap_certificate
8+
9+
### Breaking Changes
10+
11+
- Removed subfolders of some unused Api-Versions for smaller package size. If your application requires a specific and non-latest Api-Version, it's recommended to pin this package to the previous released version; If your application always only use latest Api-Version, please ignore this change.
12+
- Model Gallery no longer has parameter identity
13+
- Model GalleryImage no longer has parameter allow_update_image
14+
- Model GalleryImageFeature no longer has parameter starts_at_version
15+
- Model GalleryImageUpdate no longer has parameter allow_update_image
16+
- Model GalleryImageVersion no longer has parameter restore
17+
- Model GalleryImageVersion no longer has parameter validations_profile
18+
- Model GalleryImageVersionSafetyProfile no longer has parameter block_deletion_before_end_of_life
19+
- Model GalleryImageVersionUpdate no longer has parameter restore
20+
- Model GalleryImageVersionUpdate no longer has parameter validations_profile
21+
- Model GalleryList no longer has parameter security_profile
22+
- Model GalleryUpdate no longer has parameter identity
23+
- Model TargetRegion no longer has parameter additional_replica_sets
24+
- Model UserArtifactSettings no longer has parameter script_behavior_after_reboot
25+
- Removed operation group GalleryInVMAccessControlProfileVersionsOperations
26+
- Removed operation group GalleryInVMAccessControlProfilesOperations
27+
- Removed operation group SoftDeletedResourceOperation
28+
329
## 33.1.0 (2024-12-16)
430

531
### Features Added

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "416353cabfea1fc7a1c7c46ba3340408a2618de1",
2+
"commit": "898ea5c3fac1ef8041ef6339ae00072058b06285",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/[email protected].2",
6+
"@autorest/[email protected].4",
77
"@autorest/[email protected]"
88
],
9-
"autorest_command": "autorest specification/compute/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected].2 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
9+
"autorest_command": "autorest specification/compute/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/[email protected].4 --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
1010
"readme": "specification/compute/resource-manager/readme.md",
1111
"package-2024-03-02-only": "2024-07-16 12:23:13 -0400 602fb5144a226577186e35845422c11db9067cf8 Microsoft.Compute/DiskRP/stable/2024-03-02/snapshot.json",
1212
"package-2024-03-01-only": "2024-06-05 15:03:47 -0700 491e00d17f24909ecf5e1030b3833bed51224e92 Microsoft.Compute/ComputeRP/stable/2024-03-01/virtualMachineScaleSet.json",

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

Lines changed: 95 additions & 1672 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 = "33.1.0"
8+
VERSION = "34.0.0"

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

Lines changed: 95 additions & 1672 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# license information.
66
# --------------------------------------------------------------------------
77
from .v2021_07_01.models import *
8-
from .v2022_09_04.models import *
8+
from .v2023_07_03.models import *
99
from .v2024_03_02.models import *
10-
from .v2024_03_03.models import *
1110
from .v2024_07_01.models import *
11+
from .v2024_11_04.models import *

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

Lines changed: 0 additions & 169 deletions
This file was deleted.

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

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)