Skip to content

Commit 523ba9d

Browse files
[AutoRelease] t2-compute-2025-07-14-64868(can only be merged by SDK owner) (#42000)
* code and test * update changelog --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <[email protected]>
1 parent 7a8a3aa commit 523ba9d

File tree

669 files changed

+83535
-38880
lines changed

Some content is hidden

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

669 files changed

+83535
-38880
lines changed

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

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

3+
## 35.0.0 (2025-07-21)
4+
5+
### Features Added
6+
7+
- Model AccessUri has a new parameter security_metadata_access_sas
8+
- Model AvailabilitySet has a new parameter system_data
9+
- Model CapacityReservation has a new parameter system_data
10+
- Model CapacityReservationGroup has a new parameter system_data
11+
- Model CreationData has a new parameter instant_access_duration_minutes
12+
- Model CreationData has a new parameter security_metadata_uri
13+
- Model DedicatedHost has a new parameter system_data
14+
- Model DedicatedHostGroup has a new parameter system_data
15+
- Model DedicatedHostSizeListResult has a new parameter next_link
16+
- Model Disk has a new parameter availability_policy
17+
- Model Disk has a new parameter system_data
18+
- Model DiskAccess has a new parameter system_data
19+
- Model DiskEncryptionSet has a new parameter system_data
20+
- Model DiskRestorePoint has a new parameter system_data
21+
- Model DiskUpdate has a new parameter availability_policy
22+
- Model Image has a new parameter system_data
23+
- Model PrivateEndpointConnection has a new parameter system_data
24+
- Model ProximityPlacementGroup has a new parameter system_data
25+
- Model ProxyResource has a new parameter system_data
26+
- Model Resource has a new parameter system_data
27+
- Model RestorePoint has a new parameter system_data
28+
- Model RestorePointCollection has a new parameter system_data
29+
- Model RollingUpgradeStatusInfo has a new parameter system_data
30+
- Model Snapshot has a new parameter snapshot_access_state
31+
- Model Snapshot has a new parameter system_data
32+
- Model SnapshotUpdate has a new parameter snapshot_access_state
33+
- Model SshPublicKeyResource has a new parameter system_data
34+
- Model SupportedCapabilities has a new parameter supported_security_option
35+
- Model SystemData has a new parameter created_by
36+
- Model SystemData has a new parameter created_by_type
37+
- Model SystemData has a new parameter last_modified_by
38+
- Model SystemData has a new parameter last_modified_by_type
39+
- Model VirtualMachine has a new parameter system_data
40+
- Model VirtualMachineExtension has a new parameter system_data
41+
- Model VirtualMachineExtensionImage has a new parameter system_data
42+
- Model VirtualMachineRunCommand has a new parameter system_data
43+
- Model VirtualMachineScaleSet has a new parameter system_data
44+
- Model VirtualMachineScaleSetVM has a new parameter system_data
45+
- Model VirtualMachineSizeListResult has a new parameter next_link
46+
47+
### Breaking Changes
48+
49+
- Model Resource no longer has parameter location
50+
- Model Resource no longer has parameter tags
51+
- Parameter location of model VirtualMachineExtension is now required
52+
- Parameter value of model PrivateEndpointConnectionListResult is now required
53+
- Parameter value of model RestorePointCollectionListResult is now required
54+
355
## 34.1.0 (2025-03-24)
456

557
### Features Added

sdk/compute/azure-mgmt-compute/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include _meta.json
21
recursive-include tests *.py *.json
32
recursive-include samples *.py *.md
43
include *.md

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Compute Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package
@@ -24,7 +24,7 @@ pip install azure-identity
2424

2525
### Authentication
2626

27-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
27+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
2828

2929
- `AZURE_CLIENT_ID` for Azure client ID.
3030
- `AZURE_TENANT_ID` for Azure tenant ID.

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

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commit": "81cb525ba1985326c5607fc368abfc64ff9f5aa2",
3+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4+
"autorest": "3.10.2",
5+
"use": [
6+
"@autorest/[email protected]",
7+
"@autorest/[email protected]"
8+
],
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] --use=@autorest/[email protected] --version=3.10.2 --version-tolerant=False",
10+
"readme": "specification/compute/resource-manager/readme.md"
11+
}

0 commit comments

Comments
 (0)