Skip to content

Commit

Permalink
[AutoRelease] t2-compute-2025-01-08-03702(can only be merged by SDK o…
Browse files Browse the repository at this point in the history
…wner) (#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]>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent 5f70840 commit ea869d8
Show file tree
Hide file tree
Showing 701 changed files with 2,142 additions and 1,145,137 deletions.
26 changes: 26 additions & 0 deletions sdk/compute/azure-mgmt-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Release History

## 34.0.0 (2025-01-20)

### Features Added

- Model CloudServiceVaultCertificate has a new parameter is_bootstrap_certificate

### Breaking Changes

- 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.
- Model Gallery no longer has parameter identity
- Model GalleryImage no longer has parameter allow_update_image
- Model GalleryImageFeature no longer has parameter starts_at_version
- Model GalleryImageUpdate no longer has parameter allow_update_image
- Model GalleryImageVersion no longer has parameter restore
- Model GalleryImageVersion no longer has parameter validations_profile
- Model GalleryImageVersionSafetyProfile no longer has parameter block_deletion_before_end_of_life
- Model GalleryImageVersionUpdate no longer has parameter restore
- Model GalleryImageVersionUpdate no longer has parameter validations_profile
- Model GalleryList no longer has parameter security_profile
- Model GalleryUpdate no longer has parameter identity
- Model TargetRegion no longer has parameter additional_replica_sets
- Model UserArtifactSettings no longer has parameter script_behavior_after_reboot
- Removed operation group GalleryInVMAccessControlProfileVersionsOperations
- Removed operation group GalleryInVMAccessControlProfilesOperations
- Removed operation group SoftDeletedResourceOperation

## 33.1.0 (2024-12-16)

### Features Added
Expand Down
6 changes: 3 additions & 3 deletions sdk/compute/azure-mgmt-compute/_meta.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"commit": "416353cabfea1fc7a1c7c46ba3340408a2618de1",
"commit": "898ea5c3fac1ef8041ef6339ae00072058b06285",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/[email protected].2",
"@autorest/[email protected].4",
"@autorest/[email protected]"
],
"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",
"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",
"readme": "specification/compute/resource-manager/readme.md",
"package-2024-03-02-only": "2024-07-16 12:23:13 -0400 602fb5144a226577186e35845422c11db9067cf8 Microsoft.Compute/DiskRP/stable/2024-03-02/snapshot.json",
"package-2024-03-01-only": "2024-06-05 15:03:47 -0700 491e00d17f24909ecf5e1030b3833bed51224e92 Microsoft.Compute/ComputeRP/stable/2024-03-01/virtualMachineScaleSet.json",
Expand Down
1,767 changes: 95 additions & 1,672 deletions sdk/compute/azure-mgmt-compute/azure/mgmt/compute/_compute_management_client.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "33.1.0"
VERSION = "34.0.0"

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/compute/azure-mgmt-compute/azure/mgmt/compute/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# license information.
# --------------------------------------------------------------------------
from .v2021_07_01.models import *
from .v2022_09_04.models import *
from .v2023_07_03.models import *
from .v2024_03_02.models import *
from .v2024_03_03.models import *
from .v2024_07_01.models import *
from .v2024_11_04.models import *

This file was deleted.

This file was deleted.

Loading

0 comments on commit ea869d8

Please sign in to comment.