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
40 changes: 40 additions & 0 deletions sdk/resourceconnector/azure-mgmt-resourceconnector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Release History

## 2.0.0b1 (2025-11-21)

### Features Added

- Model `ResourceConnectorMgmtClient` added parameter `cloud_setting` in method `__init__`
- Client `ResourceConnectorMgmtClient` added method `send_request`
- Model `ApplianceOperation` added property `display`
- Enum `Status` added member `ARC_GATEWAY_UPDATE_COMPLETE`
- Enum `Status` added member `ARC_GATEWAY_UPDATE_FAILED`
- Enum `Status` added member `ARC_GATEWAY_UPDATE_PREPARING`
- Enum `Status` added member `ARC_GATEWAY_UPDATING`
- Enum `Status` added member `NETWORK_DNS_UPDATE_COMPLETE`
- Enum `Status` added member `NETWORK_DNS_UPDATE_FAILED`
- Enum `Status` added member `NETWORK_DNS_UPDATE_PREPARING`
- Enum `Status` added member `NETWORK_DNS_UPDATING`
- Enum `Status` added member `NETWORK_PROXY_UPDATE_COMPLETE`
- Enum `Status` added member `NETWORK_PROXY_UPDATE_FAILED`
- Enum `Status` added member `NETWORK_PROXY_UPDATE_PREPARING`
- Enum `Status` added member `NETWORK_PROXY_UPDATING`
- Added model `ApplianceOperationValueDisplay`
- Added model `DnsConfiguration`
- Added model `Event`
- Added model `GatewayConfiguration`
- Added model `NetworkProfile`
- Added model `ProxyConfiguration`

### Breaking Changes

- Model `ApplianceOperation` deleted or renamed its instance variable `description`
- Model `ApplianceOperation` deleted or renamed its instance variable `operation`
- Model `ApplianceOperation` deleted or renamed its instance variable `provider`
- Model `ApplianceOperation` deleted or renamed its instance variable `resource`
- Deleted or renamed model `ApplianceOperationsList`
- Deleted or renamed model `ArtifactType`
- Deleted or renamed model `SSHKeyType`
- Method `AppliancesOperations.list_keys` changed its parameter `artifact_type` from `positional_or_keyword` to `keyword_only`
- Method `AppliancesOperations.update` inserted a `positional_or_keyword` parameter `parameters`
- Method `AppliancesOperations.update` deleted or renamed its parameter `tags` of kind `positional_or_keyword`
- Method `AppliancesOperations.update` re-ordered its parameters from `['self', 'resource_group_name', 'resource_name', 'tags', 'kwargs']` to `['self', 'resource_group_name', 'resource_name', 'parameters', 'kwargs']`

## 1.0.0 (2023-08-18)

### 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/resourceconnector/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 Resource Connector Management Client Library.
This package has been tested with Python 3.7+.
This package has been tested with Python 3.9+.
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.7+ is required to use this package.
- Python 3.9+ 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 configure of following environment variables.
By default, [Azure Active Directory](https://aka.ms/awps/aad) 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 Expand Up @@ -59,6 +59,3 @@ Code samples for this package can be found at:
If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.



11 changes: 0 additions & 11 deletions sdk/resourceconnector/azure-mgmt-resourceconnector/_meta.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"apiVersion": "2025-03-01-preview",
"commit": "e96c24570a484cff13d153fb472f812878866a39",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/resourceconnector/resource-manager/Microsoft.ResourceConnector/ResourceConnector",
"emitterVersion": "0.53.2"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"CrossLanguagePackageId": "Microsoft.ResourceConnector",
"CrossLanguageDefinitionId": {
"azure.mgmt.resourceconnector.models.Resource": "Azure.ResourceManager.CommonTypes.Resource",
"azure.mgmt.resourceconnector.models.TrackedResource": "Azure.ResourceManager.CommonTypes.TrackedResource",
"azure.mgmt.resourceconnector.models.Appliance": "Microsoft.ResourceConnector.Appliance",
"azure.mgmt.resourceconnector.models.ApplianceCredentialKubeconfig": "Microsoft.ResourceConnector.ApplianceCredentialKubeconfig",
"azure.mgmt.resourceconnector.models.ApplianceGetTelemetryConfigResult": "Microsoft.ResourceConnector.ApplianceGetTelemetryConfigResult",
"azure.mgmt.resourceconnector.models.ApplianceListCredentialResults": "Microsoft.ResourceConnector.ApplianceListCredentialResults",
"azure.mgmt.resourceconnector.models.ApplianceListKeysResults": "Microsoft.ResourceConnector.ApplianceListKeysResults",
"azure.mgmt.resourceconnector.models.ApplianceOperation": "Microsoft.ResourceConnector.ApplianceOperation",
"azure.mgmt.resourceconnector.models.ApplianceOperationValueDisplay": "Microsoft.ResourceConnector.ApplianceOperationValueDisplay",
"azure.mgmt.resourceconnector.models.ApplianceProperties": "Microsoft.ResourceConnector.ApplianceProperties",
"azure.mgmt.resourceconnector.models.AppliancePropertiesInfrastructureConfig": "Microsoft.ResourceConnector.AppliancePropertiesInfrastructureConfig",
"azure.mgmt.resourceconnector.models.ArtifactProfile": "Microsoft.ResourceConnector.ArtifactProfile",
"azure.mgmt.resourceconnector.models.DnsConfiguration": "Microsoft.ResourceConnector.DnsConfiguration",
"azure.mgmt.resourceconnector.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"azure.mgmt.resourceconnector.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"azure.mgmt.resourceconnector.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"azure.mgmt.resourceconnector.models.Event": "Microsoft.ResourceConnector.Event",
"azure.mgmt.resourceconnector.models.GatewayConfiguration": "Microsoft.ResourceConnector.GatewayConfiguration",
"azure.mgmt.resourceconnector.models.HybridConnectionConfig": "Microsoft.ResourceConnector.HybridConnectionConfig",
"azure.mgmt.resourceconnector.models.Identity": "Microsoft.ResourceConnector.Identity",
"azure.mgmt.resourceconnector.models.NetworkProfile": "Microsoft.ResourceConnector.NetworkProfile",
"azure.mgmt.resourceconnector.models.PatchableAppliance": "Microsoft.ResourceConnector.PatchableAppliance",
"azure.mgmt.resourceconnector.models.ProxyConfiguration": "Microsoft.ResourceConnector.ProxyConfiguration",
"azure.mgmt.resourceconnector.models.SSHKey": "Microsoft.ResourceConnector.SSHKey",
"azure.mgmt.resourceconnector.models.SupportedVersion": "Microsoft.ResourceConnector.SupportedVersion",
"azure.mgmt.resourceconnector.models.SupportedVersionCatalogVersion": "Microsoft.ResourceConnector.SupportedVersionCatalogVersion",
"azure.mgmt.resourceconnector.models.SupportedVersionCatalogVersionData": "Microsoft.ResourceConnector.SupportedVersionCatalogVersionData",
"azure.mgmt.resourceconnector.models.SupportedVersionMetadata": "Microsoft.ResourceConnector.SupportedVersionMetadata",
"azure.mgmt.resourceconnector.models.SystemData": "Azure.ResourceManager.CommonTypes.SystemData",
"azure.mgmt.resourceconnector.models.UpgradeGraph": "Microsoft.ResourceConnector.UpgradeGraph",
"azure.mgmt.resourceconnector.models.UpgradeGraphProperties": "Microsoft.ResourceConnector.UpgradeGraphProperties",
"azure.mgmt.resourceconnector.models.CreatedByType": "Azure.ResourceManager.CommonTypes.createdByType",
"azure.mgmt.resourceconnector.models.Distro": "Microsoft.ResourceConnector.Distro",
"azure.mgmt.resourceconnector.models.Provider": "Microsoft.ResourceConnector.Provider",
"azure.mgmt.resourceconnector.models.Status": "Microsoft.ResourceConnector.Status",
"azure.mgmt.resourceconnector.models.ResourceIdentityType": "Microsoft.ResourceConnector.ResourceIdentityType",
"azure.mgmt.resourceconnector.models.AccessProfileType": "Microsoft.ResourceConnector.AccessProfileType",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.get": "Microsoft.ResourceConnector.Appliances.get",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.get": "Microsoft.ResourceConnector.Appliances.get",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.begin_create_or_update": "Microsoft.ResourceConnector.Appliances.createOrUpdate",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.begin_create_or_update": "Microsoft.ResourceConnector.Appliances.createOrUpdate",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.update": "Microsoft.ResourceConnector.Appliances.update",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.update": "Microsoft.ResourceConnector.Appliances.update",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.begin_delete": "Microsoft.ResourceConnector.Appliances.delete",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.begin_delete": "Microsoft.ResourceConnector.Appliances.delete",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.list_by_resource_group": "Microsoft.ResourceConnector.Appliances.listByResourceGroup",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.list_by_resource_group": "Microsoft.ResourceConnector.Appliances.listByResourceGroup",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.list_by_subscription": "Microsoft.ResourceConnector.Appliances.listBySubscription",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.list_by_subscription": "Microsoft.ResourceConnector.Appliances.listBySubscription",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.list_cluster_user_credential": "Microsoft.ResourceConnector.Appliances.listClusterUserCredential",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.list_cluster_user_credential": "Microsoft.ResourceConnector.Appliances.listClusterUserCredential",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.list_keys": "Microsoft.ResourceConnector.Appliances.listKeys",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.list_keys": "Microsoft.ResourceConnector.Appliances.listKeys",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.get_upgrade_graph": "Microsoft.ResourceConnector.Appliances.getUpgradeGraph",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.get_upgrade_graph": "Microsoft.ResourceConnector.Appliances.getUpgradeGraph",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.list_operations": "Azure.ResourceManager.Legacy.Operations.list",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.list_operations": "Azure.ResourceManager.Legacy.Operations.list",
"azure.mgmt.resourceconnector.operations.AppliancesOperations.get_telemetry_config": "Microsoft.ResourceConnector.AppliancesOperationGroup.getTelemetryConfig",
"azure.mgmt.resourceconnector.aio.operations.AppliancesOperations.get_telemetry_config": "Microsoft.ResourceConnector.AppliancesOperationGroup.getTelemetryConfig"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,31 @@
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# Code generated by Microsoft (R) AutoRest Code Generator.
# Code generated by Microsoft (R) Python Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
# pylint: disable=wrong-import-position

from ._resource_connector_mgmt_client import ResourceConnectorMgmtClient
from typing import TYPE_CHECKING

if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._client import ResourceConnectorMgmtClient # type: ignore
from ._version import VERSION

__version__ = VERSION

try:
from ._patch import __all__ as _patch_all
from ._patch import * # pylint: disable=unused-wildcard-import
from ._patch import *
except ImportError:
_patch_all = []
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"ResourceConnectorMgmtClient",
]
__all__.extend([p for p in _patch_all if p not in __all__])
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore

_patch_sdk()
Loading
Loading