Skip to content

Commit 80c227b

Browse files
author
SDKAuto
committed
CodeGen from PR 32748 in Azure/azure-rest-api-specs
Merge 5e1b54ba15100ee746024e4baeb397b3010f2f01 into b3db61ee9f4cc24306899715994f9afef9e5f317
1 parent 8b96068 commit 80c227b

File tree

100 files changed

+34328
-30631
lines changed

Some content is hidden

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

100 files changed

+34328
-30631
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-04-11)
4+
5+
### Features Added
6+
7+
- Model AvailabilitySet has a new parameter system_data
8+
- Model CapacityReservation has a new parameter system_data
9+
- Model CapacityReservationGroup has a new parameter system_data
10+
- Model DedicatedHost has a new parameter system_data
11+
- Model DedicatedHostGroup has a new parameter system_data
12+
- Model DedicatedHostSizeListResult has a new parameter next_link
13+
- Model Disk has a new parameter system_data
14+
- Model DiskAccess has a new parameter system_data
15+
- Model DiskEncryptionSet has a new parameter system_data
16+
- Model DiskRestorePoint has a new parameter system_data
17+
- Model Image has a new parameter system_data
18+
- Model PrivateEndpointConnection has a new parameter system_data
19+
- Model ProximityPlacementGroup has a new parameter system_data
20+
- Model ProxyResource has a new parameter system_data
21+
- Model RestorePoint has a new parameter system_data
22+
- Model RestorePointCollection has a new parameter system_data
23+
- Model RestorePointSourceVMStorageProfile has a new parameter data_disk_list
24+
- Model RollingUpgradeStatusInfo has a new parameter system_data
25+
- Model Snapshot has a new parameter system_data
26+
- Model SshPublicKeyResource has a new parameter system_data
27+
- Model SystemData has a new parameter created_by
28+
- Model SystemData has a new parameter created_by_type
29+
- Model SystemData has a new parameter last_modified_by
30+
- Model SystemData has a new parameter last_modified_by_type
31+
- Model VirtualMachine has a new parameter e_tag
32+
- Model VirtualMachine has a new parameter system_data
33+
- Model VirtualMachineExtension has a new parameter system_data
34+
- Model VirtualMachineExtensionImage has a new parameter system_data
35+
- Model VirtualMachineRunCommand has a new parameter system_data
36+
- Model VirtualMachineScaleSet has a new parameter e_tag
37+
- Model VirtualMachineScaleSet has a new parameter system_data
38+
- Model VirtualMachineScaleSetExtension has a new parameter vm_name
39+
- Model VirtualMachineScaleSetVM has a new parameter system_data
40+
- Model VirtualMachineScaleSetVMExtension has a new parameter vm_name
41+
- Model VirtualMachineSizeListResult has a new parameter next_link
42+
43+
### Breaking Changes
44+
45+
- Model RestorePointSourceVMOSDisk no longer has parameter write_accelerator_enabled
46+
- Model RestorePointSourceVMStorageProfile no longer has parameter data_disks
47+
- Model VirtualMachine no longer has parameter etag
48+
- Model VirtualMachineScaleSet no longer has parameter etag
49+
- Model VirtualMachineScaleSetExtension no longer has parameter name
50+
- Model VirtualMachineScaleSetVMExtension no longer has parameter name
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/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "85dbdf68f1c3e1693bd94eff5e8a869f1a07ed78",
2+
"commit": "dbad262d068b0fe1174eb18d102d43b48bf6b8ec",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
66
"@autorest/[email protected]",
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] --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/s/azure-sdk-for-python/sdk --use=@autorest/[email protected] --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/_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 = "34.1.0"
8+
VERSION = "35.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 = "34.1.0"
9+
VERSION = "35.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 = "34.1.0"
9+
VERSION = "35.0.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_09_01/_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 = "34.1.0"
9+
VERSION = "35.0.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2017_12_01/_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 = "34.1.0"
9+
VERSION = "35.0.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_04_01/_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 = "34.1.0"
9+
VERSION = "35.0.0"

sdk/compute/azure-mgmt-compute/azure/mgmt/compute/v2019_07_01/_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 = "34.1.0"
9+
VERSION = "35.0.0"

0 commit comments

Comments
 (0)