Skip to content

Commit 76242dc

Browse files
azure-sdkChenxiJiang333msyyc
authored
[AutoPR azure-mgmt-avs]-generated-from-SDK Generation - Python-5665548 (#44415)
* Configurations: 'specification/vmware/resource-manager/Microsoft.AVS/AVS/tspconfig.yaml', API Version: 2025-09-01, SDK Release Type: stable, and CommitSHA: '8ddf0b8379d711e33e9881f8e5cc0beb044c5b42' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5665548 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Configurations: 'specification/vmware/resource-manager/Microsoft.AVS/AVS/tspconfig.yaml', API Version: 2025-09-01, SDK Release Type: stable, and CommitSHA: '213be191bef887e148715fc1b767ecda6fac68d2' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5669725 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * Update CHANGELOG.md * update changelog * Update sdk/compute/azure-mgmt-avs/CHANGELOG.md --------- Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: ChenxiJiang333 <[email protected]> Co-authored-by: Yuchao Yan <[email protected]>
1 parent e18d002 commit 76242dc

File tree

258 files changed

+48939
-39848
lines changed

Some content is hidden

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

258 files changed

+48939
-39848
lines changed

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

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

3+
## 10.0.0 (2025-12-15)
4+
5+
### Features Added
6+
7+
- Model `AVSClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `AVSClient` added method `send_request`
9+
- Client `AVSClient` added operation group `licenses`
10+
- Client `AVSClient` added operation group `maintenances`
11+
- Model `Host` added property `properties`
12+
- Added model `AvailableWindowForMaintenanceWhileRescheduleOperation`
13+
- Added model `AvailableWindowForMaintenanceWhileScheduleOperation`
14+
- Added enum `BlockedDatesConstraintCategory`
15+
- Added model `BlockedDatesConstraintTimeRange`
16+
- Added model `BlockedWhileRescheduleOperation`
17+
- Added model `BlockedWhileScheduleOperation`
18+
- Added model `ImpactedMaintenanceResource`
19+
- Added model `ImpactedMaintenanceResourceError`
20+
- Added model `Label`
21+
- Added model `License`
22+
- Added enum `LicenseKind`
23+
- Added enum `LicenseName`
24+
- Added model `LicenseProperties`
25+
- Added enum `LicenseProvisioningState`
26+
- Added model `Maintenance`
27+
- Added enum `MaintenanceCheckType`
28+
- Added model `MaintenanceFailedCheck`
29+
- Added model `MaintenanceManagementOperation`
30+
- Added enum `MaintenanceManagementOperationKind`
31+
- Added model `MaintenanceProperties`
32+
- Added enum `MaintenanceProvisioningState`
33+
- Added model `MaintenanceReadiness`
34+
- Added model `MaintenanceReadinessRefreshOperation`
35+
- Added enum `MaintenanceReadinessRefreshOperationStatus`
36+
- Added enum `MaintenanceReadinessStatus`
37+
- Added model `MaintenanceReschedule`
38+
- Added model `MaintenanceSchedule`
39+
- Added model `MaintenanceState`
40+
- Added enum `MaintenanceStateName`
41+
- Added enum `MaintenanceStatusFilter`
42+
- Added enum `MaintenanceType`
43+
- Added model `PlacementPolicyUpdateProperties`
44+
- Added model `RescheduleOperation`
45+
- Added model `RescheduleOperationConstraint`
46+
- Added enum `RescheduleOperationConstraintKind`
47+
- Added model `ScheduleOperation`
48+
- Added model `ScheduleOperationConstraint`
49+
- Added enum `ScheduleOperationConstraintKind`
50+
- Added model `SchedulingWindow`
51+
- Added model `Vcf5License`
52+
- Added model `VcfLicense`
53+
- Added enum `VcfLicenseKind`
54+
- Added model `VmwareFirewallLicenseProperties`
55+
- Operation group `PrivateCloudsOperations` added method `get_vcf_license`
56+
- Added operation group `LicensesOperations`
57+
- Added operation group `MaintenancesOperations`
58+
59+
### Breaking Changes
60+
61+
- This version introduces new hybrid models which have dual dictionary and model nature. Please follow https://aka.ms/azsdk/python/migrate/hybrid-models for migration.
62+
- Model `Host` moved instance variables `kind`, `provisioning_state`, `display_name`, `mo_ref_id`, `fqdn`, `maintenance` and `fault_domain` under property `properties`
63+
- Model `PlacementPolicyUpdate` moved instance variables `state`, `vm_members`, `host_members`, `affinity_strength` and `azure_hybrid_benefit_type` under property `properties`
64+
- Model `ResourceSkuRestrictions` renamed its instance variable `values` to `values_property`
65+
66+
### Other Changes
67+
68+
- Deleted model `PagedResourceSku`/`AddonList`/`CloudLinkList`/`ClusterList`/`DatastoreList`/`ExpressRouteAuthorizationList`/`GlobalReachConnectionList`/`HcxEnterpriseSiteList`/`PlacementPoliciesList`/`PrivateCloudList`/`ScriptCmdletsList`/`ScriptExecutionsList`/`ScriptPackagesList`/`VirtualMachinesList`/`WorkloadNetworkDhcpList`/`WorkloadNetworkDnsServicesList`/`WorkloadNetworkDnsZonesList`/`WorkloadNetworkGatewayList`/`WorkloadNetworkList`/`WorkloadNetworkPortMirroringList`/`WorkloadNetworkPublicIPsList`/`WorkloadNetworkSegmentsList`/`WorkloadNetworkVMGroupsList`/`WorkloadNetworkVirtualMachinesList` which actually were not used by SDK users
69+
370
## 9.1.0 (2025-06-03)
471

572
### Features Added
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
include _meta.json
2-
recursive-include tests *.py *.json
3-
recursive-include samples *.py *.md
41
include *.md
5-
include azure/__init__.py
6-
include azure/mgmt/__init__.py
72
include LICENSE
83
include azure/mgmt/avs/py.typed
4+
recursive-include tests *.py
5+
recursive-include samples *.py *.md
6+
include azure/__init__.py
7+
include azure/mgmt/__init__.py

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

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"apiVersion": "2025-09-01",
3+
"commit": "213be191bef887e148715fc1b767ecda6fac68d2",
4+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
5+
"typespec_src": "specification/vmware/resource-manager/Microsoft.AVS/AVS",
6+
"emitterVersion": "0.55.0"
7+
}

0 commit comments

Comments
 (0)