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
Original file line number Diff line number Diff line change
@@ -1,5 +1,97 @@
# Release History

## 2.0.0 (2026-08-21)

### Features Added

- Client `HybridConnectivityMgmtClient` added parameter `cloud_setting` in method `__init__`
- Client `HybridConnectivityMgmtClient` added parameter `polling_interval` in method `__init__`
- Client `HybridConnectivityMgmtClient` added method `send_request`
- Client `HybridConnectivityMgmtClient` added operation group `generate_aws_template`
- Client `HybridConnectivityMgmtClient` added operation group `generate_gcp_template`
- Client `HybridConnectivityMgmtClient` added operation group `inventory`
- Client `HybridConnectivityMgmtClient` added operation group `public_cloud_connectors`
- Client `HybridConnectivityMgmtClient` added operation group `solution_configurations`
- Client `HybridConnectivityMgmtClient` added operation group `solution_types`
- Model `ServiceConfigurationResource` added property `properties`
- Added model `AADProfileProperties`
- Added model `AwsCloudProfile`
- Added model `AwsCloudProfileUpdate`
- Added enum `CloudNativeType`
- Added model `ExtensionResource`
- Added model `GcpCloudProfile`
- Added model `GcpCloudProfileUpdate`
- Added model `GcpOrganizationProperties`
- Added model `GcpOrganizationPropertiesUpdate`
- Added model `GcpProjectProperties`
- Added enum `GcpTemplateFormat`
- Added model `GenerateAwsTemplateRequest`
- Added model `GenerateAwsTemplateResponse`
- Added model `GenerateGcpTemplateRequest`
- Added model `GenerateGcpTemplateResponse`
- Added enum `HostType`
- Added model `IngressProfileProperties`
- Added model `InventoryProperties`
- Added model `InventoryResource`
- Added model `OperationStatusResult`
- Added model `PublicCloudConnector`
- Added model `PublicCloudConnectorProperties`
- Added model `PublicCloudConnectorPropertiesUpdate`
- Added model `PublicCloudConnectorUpdate`
- Added model `RelayNamespaceAccessProperties`
- Added enum `ResourceProvisioningState`
- Added model `ServiceConfigurationProperties`
- Added model `ServiceConfigurationPropertiesPatch`
- Added model `SolutionConfiguration`
- Added model `SolutionConfigurationProperties`
- Added model `SolutionConfigurationPropertiesUpdate`
- Added enum `SolutionConfigurationStatus`
- Added model `SolutionConfigurationUpdate`
- Added model `SolutionSettings`
- Added model `SolutionTypeProperties`
- Added model `SolutionTypeResource`
- Added model `SolutionTypeSettings`
- Added model `SolutionTypeSettingsProperties`
- Added model `TrackedResource`
- Added model `TrackedResourceUpdate`
- Added operation group `GenerateAwsTemplateOperations`
- Added operation group `GenerateGcpTemplateOperations`
- Added operation group `InventoryOperations`
- Added operation group `PublicCloudConnectorsOperations`
- Added operation group `SolutionConfigurationsOperations`
- Added operation group `SolutionTypesOperations`

### Breaking Changes

- Method `HybridConnectivityMgmtClient.__init__` inserted a `positional_or_keyword` parameter `subscription_id`
- Model `EndpointAccessResource` deleted or renamed its instance variable `access_key`
- Model `EndpointAccessResource` deleted or renamed its instance variable `expires_on`
- Model `EndpointAccessResource` deleted or renamed its instance variable `hybrid_connection_name`
- Model `EndpointAccessResource` deleted or renamed its instance variable `namespace_name`
- Model `EndpointAccessResource` deleted or renamed its instance variable `namespace_name_suffix`
- Model `EndpointAccessResource` deleted or renamed its instance variable `service_configuration_token`
- Model `IngressGatewayResource` deleted or renamed its instance variable `access_key`
- Model `IngressGatewayResource` deleted or renamed its instance variable `expires_on`
- Model `IngressGatewayResource` deleted or renamed its instance variable `hostname`
- Model `IngressGatewayResource` deleted or renamed its instance variable `hybrid_connection_name`
- Model `IngressGatewayResource` deleted or renamed its instance variable `namespace_name`
- Model `IngressGatewayResource` deleted or renamed its instance variable `namespace_name_suffix`
- Model `IngressGatewayResource` deleted or renamed its instance variable `server_id`
- Model `IngressGatewayResource` deleted or renamed its instance variable `service_configuration_token`
- Model `IngressGatewayResource` deleted or renamed its instance variable `tenant_id`
- Model `ServiceConfigurationResource` deleted or renamed its instance variable `port`
- Model `ServiceConfigurationResource` deleted or renamed its instance variable `provisioning_state`
- Model `ServiceConfigurationResource` deleted or renamed its instance variable `resource_id`
- Model `ServiceConfigurationResource` deleted or renamed its instance variable `service_name`
- Model `ServiceConfigurationResourcePatch` deleted or renamed its instance variable `port`
- Deleted or renamed model `EndpointsList`
- Deleted or renamed model `OperationListResult`
- Deleted or renamed model `ServiceConfigurationList`
- Method `EndpointsOperations.list_credentials` parameter `expiresin` changed default value from `10800` to `none`
- Method `EndpointsOperations.list_credentials` changed its parameter `expiresin` from `positional_or_keyword` to `keyword_only`
- Method `EndpointsOperations.list_ingress_gateway_credentials` parameter `expiresin` changed default value from `10800` to `none`
- Method `EndpointsOperations.list_ingress_gateway_credentials` changed its parameter `expiresin` from `positional_or_keyword` to `keyword_only`

## 2.0.0b1 (2025-04-01)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include _meta.json
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/hybridconnectivity/py.typed
recursive-include tests *.py
recursive-include samples *.py *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

This is the Microsoft Azure Hybridconnectivity Management Client Library.
This package has been tested with Python 3.8+.
This package has been tested with Python 3.10+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_
Expand All @@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For

### Prerequisites

- Python 3.8+ is required to use this package.
- Python 3.10+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package
Expand All @@ -24,7 +24,7 @@ pip install azure-identity

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
By default, [Microsoft Entra](https://learn.microsoft.com/entra/fundamentals/what-is-entra) token authentication depends on correct configuration of the following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"apiVersion": "2027-01-01",
"apiVersions": {
"Microsoft.HybridConnectivity": "2027-01-01"
},
"commit": "47515ad36204e02e14c3b62414beebca92abb4a2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/hybridconnectivity/HybridConnectivity.Management",
"emitterVersion": "0.63.5",
"httpClientPythonVersion": "^0.36.0"
}
Loading
Loading