Skip to content
Open
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
99 changes: 99 additions & 0 deletions sdk/hybridcompute/azure-mgmt-hybridcompute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,104 @@
# Release History

## 10.0.0 (2026-07-24)

### Features Added

- Client `HybridComputeManagementClient` added parameter `cloud_setting` in method `__init__`
- Client `HybridComputeManagementClient` added method `begin_setup_extensions`
- Client `HybridComputeManagementClient` added method `send_request`
- Client `HybridComputeManagementClient` added operation group `extension_metadata_v2`
- Client `HybridComputeManagementClient` added operation group `extension_publisher`
- Client `HybridComputeManagementClient` added operation group `extension_type`
- Client `HybridComputeManagementClient` added operation group `gateways`
- Client `HybridComputeManagementClient` added operation group `machine_run_commands`
- Client `HybridComputeManagementClient` added operation group `settings`
- Model `HybridComputePrivateLinkScopeProperties` added property `service_extensions`
- Model `LicenseProfileMachineInstanceView` added property `product_profile`
- Enum `LicenseTarget` added member `WINDOWS_SERVER2016`
- Model `NetworkInterface` added property `id`
- Model `NetworkInterface` added property `mac_address`
- Model `NetworkInterface` added property `name`
- Model `NetworkSecurityPerimeterConfiguration` added property `system_data`
- Enum `StatusTypes` added member `AWAITING_CONNECTION`
- Model `WindowsParameters` added property `patch_name_masks_to_exclude`
- Model `WindowsParameters` added property `patch_name_masks_to_include`
- Added model `Disk`
- Added model `EsuProfileUpdateProperties`
- Added enum `ExecutionState`
- Added model `ExtensionPublisher`
- Added model `ExtensionType`
- Added model `ExtensionValueV2`
- Added model `ExtensionValueV2Properties`
- Added model `FirmwareProfile`
- Added model `Gateway`
- Added model `GatewayProperties`
- Added enum `GatewayType`
- Added model `GatewayUpdate`
- Added model `GatewayUpdateProperties`
- Added model `HardwareProfile`
- Added enum `IdentityKeyStore`
- Added model `LicenseProfileArmProductProfileProperties`
- Added model `LicenseProfilePropertiesSoftwareAssurance`
- Added model `LicenseProfileUpdatePropertiesSoftwareAssurance`
- Added model `LicenseUpdatePropertiesLicenseDetails`
- Added model `MachineRunCommand`
- Added model `MachineRunCommandInstanceView`
- Added model `MachineRunCommandProperties`
- Added model `MachineRunCommandScriptSource`
- Added enum `MachineStatusReason`
- Added model `ManagedServiceIdentity`
- Added enum `ManagedServiceIdentityType`
- Added model `Processor`
- Added model `ProductProfileUpdateProperties`
- Added model `RunCommandInputParameter`
- Added model `RunCommandManagedIdentity`
- Added model `ServiceExtension`
- Added enum `ServiceExtensionPublicNetworkAccess`
- Added model `Settings`
- Added model `SettingsGatewayProperties`
- Added model `SettingsProperties`
- Added model `SetupExtensionRequest`
- Added model `StorageProfile`
- Added model `UserAssignedIdentity`
- Operation group `MachinesOperations` added method `begin_delete`
- Operation group `MachinesOperations` added method `create_or_update`
- Added operation group `ExtensionMetadataV2Operations`
- Added operation group `ExtensionPublisherOperations`
- Added operation group `ExtensionTypeOperations`
- Added operation group `GatewaysOperations`
- Added operation group `MachineRunCommandsOperations`
- Added operation group `SettingsOperations`

### Breaking Changes

- 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.
- For the method breakings, please refer to https://aka.ms/azsdk/python/migrate/operations for migration.
- Model `AccessRule` moved instance variable `address_prefixes` and `direction` under property `properties` whose type is `AccessRuleProperties`
- Model `ExtensionValue` moved instance variable `extension_type`, `publisher` and `version` under property `properties` whose type is `ExtensionValueProperties`
- Model `License` moved instance variable `license_details`, `license_type`, `provisioning_state` and `tenant_id` under property `properties` whose type is `LicenseProperties`
- Model `LicenseProfile` moved instance variable `assigned_license`, `assigned_license_immutable_id`, `billing_end_date`, `billing_start_date`, `disenrollment_date`, `enrollment_date`, `error`, `esu_eligibility`, `esu_key_state`, `esu_keys`, `product_features`, `product_type`, `provisioning_state`, `server_type`, `software_assurance_customer` and `subscription_status` under property `properties` whose type is `LicenseProfileProperties`
- Model `LicenseProfileMachineInstanceView` moved instance variable `billing_end_date`, `billing_start_date`, `disenrollment_date`, `enrollment_date`, `error`, `product_features`, `product_type`, `software_assurance_customer` and `subscription_status` under property `software_assurance` whose type is `LicenseProfileMachineInstanceViewSoftwareAssurance`
- Model `LicenseProfileUpdate` moved instance variable `assigned_license`, `product_features`, `product_type`, `software_assurance_customer` and `subscription_status` under property `properties` whose type is `LicenseProfileUpdateProperties`
- Model `LicenseUpdate` moved instance variable `edition`, `license_type`, `processors`, `state`, `target` and `type` under property `properties` whose type is `LicenseUpdateProperties`
- Model `Machine` moved instance variable `ad_fqdn`, `agent_configuration`, `agent_upgrade`, `agent_version`, `client_public_key`, `cloud_metadata`, `detected_properties`, `display_name`, `dns_fqdn`, `domain_name`, `error_details`, `extensions`, `last_status_change`, `license_profile`, `location_data`, `machine_fqdn`, `mssql_discovered`, `network_profile`, `os_edition`, `os_name`, `os_profile`, `os_sku`, `os_type`, `os_version`, `parent_cluster_resource_id`, `private_link_scope_resource_id`, `provisioning_state`, `service_statuses`, `status`, `vm_id` and `vm_uuid` under property `properties` whose type is `MachineProperties`
- Model `MachineExtensionUpdate` moved instance variable `auto_upgrade_minor_version`, `enable_automatic_upgrade`, `force_update_tag`, `protected_settings`, `publisher`, `settings`, `type` and `type_handler_version` under property `properties` whose type is `MachineExtensionUpdateProperties`
- Model `MachineUpdate` moved instance variable `agent_upgrade`, `cloud_metadata`, `location_data`, `os_profile`, `parent_cluster_resource_id` and `private_link_scope_resource_id` under property `properties` whose type is `MachineUpdateProperties`
- Model `NetworkSecurityPerimeterConfiguration` moved instance variable `network_security_perimeter`, `profile`, `provisioning_issues`, `provisioning_state` and `resource_association` under property `properties` whose type is `NetworkSecurityPerimeterConfigurationProperties`
- Model `OSProfileLinuxConfiguration` moved instance variable `assessment_mode`, `enable_hotpatching`, `patch_mode` and `status` under property `patch_settings` whose type is `PatchSettings`
- Model `OSProfileWindowsConfiguration` moved instance variable `assessment_mode`, `enable_hotpatching`, `patch_mode` and `status` under property `patch_settings` whose type is `PatchSettings`
- Model `ProvisioningIssue` moved instance variable `description`, `issue_type`, `severity`, `suggested_access_rules` and `suggested_resource_ids` under property `properties` whose type is `ProvisioningIssueProperties`
- Deleted or renamed model `Identity`
- Method `MachineExtensionsOperations.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`
- Deleted or renamed method `MachinesOperations.delete`

### Other Changes

- Deleted model `ExtensionValueListResult`/`HybridComputePrivateLinkScopeListResult`/`KeyDetails`/`KeyProperties`/`LicenseProfilesListResult`/`LicensesListResult`/`MachineExtensionsListResult`/`MachineListResult`/`NetworkSecurityPerimeterConfigurationListResult`/`OperationListResult`/`PrivateEndpointConnectionListResult`/`PrivateLinkResourceListResult`/`PrivateLinkScopesResource`/`ProxyResourceAutoGenerated`/`ResourceAutoGenerated` which actually were not used by SDK users
- Renamed operation group `HybridComputeManagementClientOperationsMixin` to `_HybridComputeManagementClientOperationsMixin`

## 9.1.0b5 (2026-07-13)

### Features Added
Expand Down
10 changes: 5 additions & 5 deletions sdk/hybridcompute/azure-mgmt-hybridcompute/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apiVersion": "2026-06-16-preview",
"apiVersion": "2026-07-15",
"apiVersions": {
"Microsoft.HybridCompute": "2026-06-16-preview"
"Microsoft.HybridCompute": "2026-07-15"
},
"commit": "ac0d84ebb3f50b37259806b55d9088e4ea930093",
"commit": "7b48f41a24cd3ceb6b2fb7c34412cc44d0ccd895",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/hybridcompute/resource-manager/Microsoft.HybridCompute/HybridCompute",
"emitterVersion": "0.63.2",
"httpClientPythonVersion": "^0.34.1"
"emitterVersion": "0.63.3",
"httpClientPythonVersion": "^0.34.2"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apiMdSha256: 0ac8f8e0fd044339a68dfd1083302c48ef3f8f4ff9fb1ec531796355080ca2e1
parserVersion: 0.3.28
parserVersion: 0.3.30
pythonVersion: 3.13.14
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,5 @@
"azure.mgmt.hybridcompute.HybridComputeManagementClient.begin_setup_extensions": "Microsoft.HybridCompute.Machines.setupExtensions",
"azure.mgmt.hybridcompute.aio.HybridComputeManagementClient.begin_setup_extensions": "Microsoft.HybridCompute.Machines.setupExtensions"
},
"CrossLanguageVersion": "ff51d258037c"
"CrossLanguageVersion": "d7b3cc5469b8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ class HybridComputeManagementClient(
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-06-16-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-07-15"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ class HybridComputeManagementClientConfiguration: # pylint: disable=too-many-in
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-06-16-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-07-15"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -48,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-06-16-preview")
api_version: str = kwargs.pop("api_version", "2026-07-15")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,21 +458,21 @@ def __ne__(self, other: typing.Any) -> bool:

def keys(self) -> typing.KeysView[str]:
"""
:returns: a set-like object providing a view on D's keys
:returns: a set-like object providing a view on the mapping's keys
:rtype: ~typing.KeysView
"""
return self._data.keys()

def values(self) -> typing.ValuesView[typing.Any]:
"""
:returns: an object providing a view on D's values
:returns: an object providing a view on the mapping's values
:rtype: ~typing.ValuesView
"""
return self._data.values()

def items(self) -> typing.ItemsView[str, typing.Any]:
"""
:returns: set-like object providing a view on D's items
:returns: a set-like object providing a view on the mapping's items
:rtype: ~typing.ItemsView
"""
return self._data.items()
Expand All @@ -482,7 +482,7 @@ def get(self, key: str, default: typing.Any = None) -> typing.Any:
Get the value for key if key is in the dictionary, else default.
:param str key: The key to look up.
:param any default: The value to return if key is not in the dictionary. Defaults to None
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
try:
Expand Down Expand Up @@ -517,19 +517,19 @@ def popitem(self) -> tuple[str, typing.Any]:
Removes and returns some (key, value) pair
:returns: The (key, value) pair.
:rtype: tuple
:raises KeyError: if D is empty.
:raises KeyError: if the dictionary is empty.
"""
return self._data.popitem()

def clear(self) -> None:
"""
Remove all items from D.
Remove all items from the dictionary.
"""
self._data.clear()

def update(self, *args: typing.Any, **kwargs: typing.Any) -> None: # pylint: disable=arguments-differ
"""
Updates D from mapping/iterable E and F.
Update the dictionary from a mapping or an iterable of key-value pairs.
:param any args: Either a mapping object or an iterable of key-value pairs.
"""
self._data.update(*args, **kwargs)
Expand All @@ -542,10 +542,11 @@ def setdefault(self, key: str, default: typing.Any) -> typing.Any: ... # pylint

def setdefault(self, key: str, default: typing.Any = _UNSET) -> typing.Any:
"""
Same as calling D.get(k, d), and setting D[k]=d if k not found
Return the value for key if key is in the dictionary; otherwise set the key to
default and return default.
:param str key: The key to look up.
:param any default: The value to set if key is not in the dictionary
:returns: D[k] if k in D, else d.
:returns: The value for key if key is in the dictionary, else default.
:rtype: any
"""
if default is _UNSET:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0b5"
VERSION = "10.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ class HybridComputeManagementClient(
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-06-16-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-07-15"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Retry-After header is present.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ class HybridComputeManagementClientConfiguration: # pylint: disable=too-many-in
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are
"2026-06-16-preview" and None. Default value is None. If not set, the operation's default API
version will be used. Note that overriding this default value may result in unsupported
behavior.
:keyword api_version: The API version to use for this operation. Known values are "2026-07-15"
and None. Default value is None. If not set, the operation's default API version will be used.
Note that overriding this default value may result in unsupported behavior.
:paramtype api_version: str
"""

Expand All @@ -48,7 +47,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2026-06-16-preview")
api_version: str = kwargs.pop("api_version", "2026-07-15")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Loading
Loading