Skip to content

Commit 6f7e6ad

Browse files
[AutoPR azure-mgmt-hybridcompute]-generated-from-SDK Generation - Python-6388462 (#47314)
* Configurations: 'specification/hybridcompute/resource-manager/Microsoft.HybridCompute/HybridCompute/tspconfig.yaml', API Version: 2025-09-16-preview, SDK Release Type: beta, and CommitSHA: 'ecd420c9534d0dab69be38027c1723031504b081' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=6388462 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. * update * Update CHANGELOG.md --------- Co-authored-by: Chenxi Jiang (WICRESOFT NORTH AMERICA LTD) <v-chenjiang@microsoft.com> Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
1 parent 85cd922 commit 6f7e6ad

174 files changed

Lines changed: 30057 additions & 25352 deletions

File tree

Some content is hidden

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

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

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

3+
## 9.1.0b3 (2026-06-03)
4+
5+
### Features Added
6+
7+
- Client `HybridComputeManagementClient` added parameter `cloud_setting` in method `__init__`
8+
- Client `HybridComputeManagementClient` added method `send_request`
9+
- Model `HybridComputePrivateLinkScopeProperties` added property `service_extensions`
10+
- Model `LicenseProfileMachineInstanceView` added property `product_profile`
11+
- Model `NetworkSecurityPerimeterConfiguration` added property `system_data`
12+
- Added model `EsuProfileUpdateProperties`
13+
- Added model `LicenseProfileArmProductProfileProperties`
14+
- Added model `LicenseProfilePropertiesSoftwareAssurance`
15+
- Added model `LicenseProfileUpdatePropertiesSoftwareAssurance`
16+
- Added model `LicenseUpdatePropertiesLicenseDetails`
17+
- Added model `ProductProfileUpdateProperties`
18+
- Added enum `ResourceIdentityType`
19+
- Added model `ServiceExtension`
20+
- Added enum `ServiceExtensionPublicNetworkAccess`
21+
- Added model `SettingsGatewayProperties`
22+
- Operation group `MachinesOperations` added method `create_or_update`
23+
24+
### Breaking Changes
25+
26+
- 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.
27+
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
28+
- Model `ExtensionValue` moved instance variable `version`, `extension_type` and `publisher` under property `properties`
29+
- Model `ExtensionValueV2` moved instance variable `version`, `extension_type`, `publisher`, `extension_uris`, `extension_signature_uri`, `operating_system` and `architecture` under property `properties`
30+
- Model `LicenseProfileMachineInstanceView` moved instance variable `subscription_status`, `product_type`, `enrollment_date`, `billing_start_date`, `disenrollment_date`, `billing_end_date`, `error`, `product_features` and `software_assurance_customer` under property `software_assurance` whose type is `LicenseProfileMachineInstanceViewSoftwareAssurance`
31+
- Model `OSProfileLinuxConfiguration` moved instance variable `assessment_mode`, `patch_mode`, `enable_hotpatching` and `status` under property `patch_settings` whose type is `PatchSettings`
32+
- Model `OSProfileWindowsConfiguration` moved instance variable `assessment_mode`, `patch_mode`, `enable_hotpatching` and `status` under property `patch_settings` whose type is `PatchSettings`
33+
- Method `MachineExtensionsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
34+
- Method `MachineRunCommandsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
35+
- Method `MachinesOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
36+
- Method `MachinesOperations.list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
37+
38+
### Other Changes
39+
40+
- Deleted model `AgentVersion`/`AgentVersionsList`/`ExtensionValueListResultV2`/`HybridIdentityMetadata`/`HybridIdentityMetadataList`/`KeyDetails`/`KeyProperties`/`MachineRunCommandUpdate`/`NetworkConfiguration`/`PrivateLinkScopesResource`/`ProxyResourceAutoGenerated`/`ResourceAutoGenerated` which actually were not used by SDK users
41+
- Renamed operation group `HybridComputeManagementClientOperationsMixin` to `_HybridComputeManagementClientOperationsMixin`
42+
343
## 9.1.0b2 (2025-06-16)
444

545
### Features Added
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
recursive-include tests *.py *.json
2-
recursive-include samples *.py *.md
31
include *.md
4-
include azure/__init__.py
5-
include azure/mgmt/__init__.py
62
include LICENSE
73
include azure/mgmt/hybridcompute/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/hybridcompute/azure-mgmt-hybridcompute/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 Hybrid Compute Management Client Library.
4-
This package has been tested with Python 3.9+.
4+
This package has been tested with Python 3.10+.
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.9+ is required to use this package.
15+
- Python 3.10+ 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 configuration of the following environment variables.
27+
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) 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.
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"commit": "e411473e135e0f0f3c763565ee401be34ccd9f99",
2+
"apiVersion": "2025-09-16-preview",
3+
"apiVersions": {
4+
"Microsoft.HybridCompute": "2025-09-16-preview"
5+
},
6+
"commit": "ecd420c9534d0dab69be38027c1723031504b081",
37
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4-
"autorest": "3.10.2",
5-
"use": [
6-
"@autorest/python@6.35.0",
7-
"@autorest/modelerfour@4.27.0"
8-
],
9-
"autorest_command": "autorest specification/hybridcompute/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.35.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
10-
"readme": "specification/hybridcompute/resource-manager/readme.md"
8+
"typespec_src": "specification/hybridcompute/resource-manager/Microsoft.HybridCompute/HybridCompute",
9+
"emitterVersion": "0.62.1"
1110
}

0 commit comments

Comments
 (0)