Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions sdk/hybridcompute/azure-mgmt-hybridcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,74 @@
# Release History

## 9.1.0b3 (2026-04-28)

### Features Added

- Client `HybridComputeManagementClient` added method `send_request`
- Model `ExtensionValue` added property `properties`
- Model `ExtensionValueV2` added property `properties`
- Model `LicenseProfileMachineInstanceView` added property `software_assurance`
- Model `LicenseProfileMachineInstanceView` added property `product_profile`
- Model `NetworkSecurityPerimeterConfiguration` added property `system_data`
- Added model `EsuProfileUpdateProperties`
- Added model `LicenseProfileArmProductProfileProperties`
- Added model `LicenseProfileMachineInstanceViewSoftwareAssurance`
- Added model `LicenseProfilePropertiesSoftwareAssurance`
- Added model `LicenseProfileUpdatePropertiesSoftwareAssurance`
- Added model `LicenseUpdatePropertiesLicenseDetails`
- Added model `PatchSettings`
- Added model `ProductProfileUpdateProperties`
- Added enum `ResourceIdentityType`
- Added model `SettingsGatewayProperties`
- Model `MachinesOperations` added method `create_or_update`

### Breaking Changes

- Model `ExtensionValue` deleted or renamed its instance variable `version`
- Model `ExtensionValue` deleted or renamed its instance variable `extension_type`
- Model `ExtensionValue` deleted or renamed its instance variable `publisher`
- Model `ExtensionValueV2` deleted or renamed its instance variable `version`
- Model `ExtensionValueV2` deleted or renamed its instance variable `extension_type`
- Model `ExtensionValueV2` deleted or renamed its instance variable `publisher`
- Model `ExtensionValueV2` deleted or renamed its instance variable `extension_uris`
- Model `ExtensionValueV2` deleted or renamed its instance variable `extension_signature_uri`
- Model `ExtensionValueV2` deleted or renamed its instance variable `operating_system`
- Model `ExtensionValueV2` deleted or renamed its instance variable `architecture`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `subscription_status`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `product_type`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `enrollment_date`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `billing_start_date`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `disenrollment_date`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `billing_end_date`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `error`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `product_features`
- Model `LicenseProfileMachineInstanceView` deleted or renamed its instance variable `software_assurance_customer`
- Model `OSProfileLinuxConfiguration` deleted or renamed its instance variable `assessment_mode`
- Model `OSProfileLinuxConfiguration` deleted or renamed its instance variable `patch_mode`
- Model `OSProfileLinuxConfiguration` deleted or renamed its instance variable `enable_hotpatching`
- Model `OSProfileLinuxConfiguration` deleted or renamed its instance variable `status`
- Model `OSProfileWindowsConfiguration` deleted or renamed its instance variable `assessment_mode`
- Model `OSProfileWindowsConfiguration` deleted or renamed its instance variable `patch_mode`
- Model `OSProfileWindowsConfiguration` deleted or renamed its instance variable `enable_hotpatching`
- Model `OSProfileWindowsConfiguration` deleted or renamed its instance variable `status`
- Deleted or renamed model `AgentVersion`
- Deleted or renamed model `AgentVersionsList`
- Deleted or renamed model `ExtensionValueListResultV2`
- Deleted or renamed model `HybridIdentityMetadata`
- Deleted or renamed model `HybridIdentityMetadataList`
- Deleted or renamed model `KeyDetails`
- Deleted or renamed model `KeyProperties`
- Deleted or renamed model `MachineRunCommandUpdate`
- Deleted or renamed model `NetworkConfiguration`
- Deleted or renamed model `PrivateLinkScopesResource`
- Deleted or renamed model `ProxyResourceAutoGenerated`
- Deleted or renamed model `ResourceAutoGenerated`
- Deleted or renamed model `ServiceExtensionType`
- Method `MachineExtensionsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `MachineRunCommandsOperations.list` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `MachinesOperations.get` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`
- Method `MachinesOperations.list_by_resource_group` changed its parameter `expand` from `positional_or_keyword` to `keyword_only`

## 9.1.0b2 (2025-06-16)

### Features Added
Expand Down
8 changes: 4 additions & 4 deletions sdk/hybridcompute/azure-mgmt-hybridcompute/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
recursive-include tests *.py *.json
recursive-include samples *.py *.md
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/hybridcompute/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
15 changes: 7 additions & 8 deletions sdk/hybridcompute/azure-mgmt-hybridcompute/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"commit": "e411473e135e0f0f3c763565ee401be34ccd9f99",
"apiVersion": "2025-09-16-preview",
"apiVersions": {
"Microsoft.HybridCompute": "2025-09-16-preview"
},
"commit": "8bbd1f0a3f4fdce2a2950f4329aa4d8609cd874e",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest": "3.10.2",
"use": [
"@autorest/python@6.35.0",
"@autorest/modelerfour@4.27.0"
],
"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",
"readme": "specification/hybridcompute/resource-manager/readme.md"
"typespec_src": "specification/hybridcompute/resource-manager/Microsoft.HybridCompute/HybridCompute",
"emitterVersion": "0.61.3"
}
Loading
Loading