Skip to content

Commit 1987df2

Browse files
author
SDKAuto
committed
CodeGen from PR 34381 in Azure/azure-rest-api-specs
Merge b1b1f8ef5f0de7c92077ec4f76eb0063b98fc674 into dfa4f3a64b11c535f92516e27822138fa186b97d
1 parent c572fa7 commit 1987df2

File tree

254 files changed

+50858
-12389
lines changed

Some content is hidden

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

254 files changed

+50858
-12389
lines changed

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

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

3+
## 35.0.0 (2025-05-06)
4+
5+
### Breaking Changes
6+
7+
- Model AvailabilitySet no longer has parameter virtual_machine_scale_set_migration_info
8+
- Model AvailabilitySetUpdate no longer has parameter virtual_machine_scale_set_migration_info
9+
- Model ProxyAgentSettings no longer has parameter imds
10+
- Model ProxyAgentSettings no longer has parameter wire_server
11+
- Model ResiliencyPolicy no longer has parameter automatic_zone_rebalancing_policy
12+
- Model ScaleInPolicy no longer has parameter prioritize_unhealthy_v_ms
13+
- Model SkuProfileVMSize no longer has parameter rank
14+
- Model StorageProfile no longer has parameter align_regional_disks_to_vm_zone
15+
- Model VirtualMachine no longer has parameter placement
16+
- Model VirtualMachineScaleSetVM no longer has parameter resilient_vm_deletion_status
17+
- Removed operation AvailabilitySetsOperations.begin_convert_to_virtual_machine_scale_set
18+
- Removed operation AvailabilitySetsOperations.cancel_migration_to_virtual_machine_scale_set
19+
- Removed operation AvailabilitySetsOperations.start_migration_to_virtual_machine_scale_set
20+
- Removed operation AvailabilitySetsOperations.validate_migration_to_virtual_machine_scale_set
21+
- Removed operation VirtualMachineImagesOperations.list_with_properties
22+
- Removed operation VirtualMachinesOperations.begin_migrate_to_vm_scale_set
23+
324
## 34.1.0 (2025-03-24)
425

526
### Features Added

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"commit": "85dbdf68f1c3e1693bd94eff5e8a869f1a07ed78",
2+
"commit": "284c33b120b3c91b25c6216aa3721fd7755a33e7",
33
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
44
"autorest": "3.10.2",
55
"use": [
6-
"@autorest/python@6.27.4",
6+
"@autorest/python@6.34.1",
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/python@6.27.4 --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/python@6.34.1 --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: 120 additions & 113 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# coding=utf-8
2+
# --------------------------------------------------------------------------
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License. See License.txt in the project root for
5+
# license information.
6+
#
7+
# Code generated by Microsoft (R) AutoRest Code Generator.
8+
# Changes may cause incorrect behavior and will be lost if the code is
9+
# regenerated.
10+
# --------------------------------------------------------------------------

0 commit comments

Comments
 (0)