Skip to main content

Microsoft Azure Networkcloud Management Client Library for Python

Project description

Microsoft Azure SDK for Python

This is the Microsoft Azure Networkcloud Management Client Library. This package has been tested with Python 3.8+. For a more complete view of Azure libraries, see the azure sdk python release.

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prerequisites

Install the package

pip install azure-mgmt-networkcloud
pip install azure-identity

Authentication

By default, Azure Active Directory token authentication depends on correct configure of following environment variables.

  • AZURE_CLIENT_ID for Azure client ID.
  • AZURE_TENANT_ID for Azure tenant ID.
  • AZURE_CLIENT_SECRET for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable AZURE_SUBSCRIPTION_ID.

With above configuration, client can be authenticated by following code:

from azure.identity import DefaultAzureCredential
from azure.mgmt.networkcloud import NetworkCloudMgmtClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = NetworkCloudMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)

Examples

Code samples for this package can be found at:

Troubleshooting

Next steps

Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.

Release History

2.0.0b1 (2024-11-21)

Features Added

  • Client NetworkCloudMgmtClient added operation group kubernetes_cluster_features
  • Model AgentPoolPatchParameters added property administrator_configuration
  • Model AgentPoolUpgradeSettings added property drain_timeout
  • Model AgentPoolUpgradeSettings added property max_unavailable
  • Model BareMetalMachine added property machine_cluster_version
  • Model BareMetalMachine added property machine_roles
  • Model BareMetalMachine added property runtime_protection_status
  • Model BareMetalMachine added property secret_rotation_status
  • Model Cluster added property identity
  • Model Cluster added property command_output_settings
  • Model Cluster added property runtime_protection_configuration
  • Model Cluster added property secret_archive
  • Model Cluster added property update_strategy
  • Enum ClusterConnectionStatus added member DISCONNECTED
  • Enum ClusterDetailedStatus added member UPDATE_PAUSED
  • Model ClusterManager added property identity
  • Model ClusterManagerPatchParameters added property identity
  • Model ClusterPatchParameters added property identity
  • Model ClusterPatchParameters added property command_output_settings
  • Model ClusterPatchParameters added property runtime_protection_configuration
  • Model ClusterPatchParameters added property secret_archive
  • Model ClusterPatchParameters added property update_strategy
  • Model ControlPlaneNodePatchConfiguration added property administrator_configuration
  • Model KeySetUser added property user_principal_name
  • Model KubernetesClusterPatchParameters added property administrator_configuration
  • Model NetworkConfiguration added property l2_service_load_balancer_configuration
  • Model OperationStatusResult added property exit_code
  • Model OperationStatusResult added property output_head
  • Model OperationStatusResult added property result_ref
  • Model OperationStatusResult added property result_url
  • Enum RackSkuProvisioningState added member CANCELED
  • Enum RackSkuProvisioningState added member FAILED
  • Model StorageAppliance added property manufacturer
  • Model StorageAppliance added property model
  • Model StorageAppliance added property secret_rotation_status
  • Model StorageAppliance added property version
  • Added model AdministratorConfigurationPatch
  • Added enum ClusterContinueUpdateVersionMachineGroupTargetingMode
  • Added model ClusterContinueUpdateVersionParameters
  • Added model ClusterScanRuntimeParameters
  • Added enum ClusterScanRuntimeParametersScanActivity
  • Added model ClusterSecretArchive
  • Added enum ClusterSecretArchiveEnabled
  • Added model ClusterUpdateStrategy
  • Added enum ClusterUpdateStrategyType
  • Added model CommandOutputSettings
  • Added model IdentitySelector
  • Added model KubernetesClusterFeature
  • Added enum KubernetesClusterFeatureAvailabilityLifecycle
  • Added enum KubernetesClusterFeatureDetailedStatus
  • Added model KubernetesClusterFeatureList
  • Added model KubernetesClusterFeaturePatchParameters
  • Added enum KubernetesClusterFeatureProvisioningState
  • Added enum KubernetesClusterFeatureRequired
  • Added model L2ServiceLoadBalancerConfiguration
  • Added model ManagedServiceIdentity
  • Added enum ManagedServiceIdentitySelectorType
  • Added enum ManagedServiceIdentityType
  • Added model NodePoolAdministratorConfigurationPatch
  • Added model RuntimeProtectionConfiguration
  • Added enum RuntimeProtectionEnforcementLevel
  • Added model RuntimeProtectionStatus
  • Added model SecretArchiveReference
  • Added model SecretRotationStatus
  • Added model StringKeyValuePair
  • Added model UserAssignedIdentity
  • Operation group ClustersOperations added method begin_continue_update_version
  • Operation group ClustersOperations added method begin_scan_runtime
  • Added operation group KubernetesClusterFeaturesOperations

Breaking Changes

  • Parameter max_surge of model AgentPoolUpgradeSettings is no longer required

1.0.0 (2023-08-18)

Breaking Changes

  • Removed operation BareMetalMachinesOperations.begin_validate_hardware
  • Removed operation StorageAppliancesOperations.begin_run_read_commands
  • Removed operation VirtualMachinesOperations.begin_attach_volume
  • Removed operation VirtualMachinesOperations.begin_detach_volume

1.0.0b2 (2023-07-19)

Features Added

  • Added operation BareMetalMachineKeySetsOperations.list_by_cluster
  • Added operation BmcKeySetsOperations.list_by_cluster
  • Added operation ConsolesOperations.list_by_virtual_machine
  • Added operation MetricsConfigurationsOperations.list_by_cluster
  • Added operation group AgentPoolsOperations
  • Added operation group KubernetesClustersOperations
  • Model BareMetalMachine has a new parameter associated_resource_ids
  • Model CloudServicesNetwork has a new parameter associated_resource_ids
  • Model L2Network has a new parameter associated_resource_ids
  • Model L3Network has a new parameter associated_resource_ids
  • Model TrunkedNetwork has a new parameter associated_resource_ids
  • Model VirtualMachine has a new parameter availability_zone

Breaking Changes

  • Removed operation BareMetalMachineKeySetsOperations.list_by_resource_group
  • Removed operation BmcKeySetsOperations.list_by_resource_group
  • Removed operation ConsolesOperations.list_by_resource_group
  • Removed operation MetricsConfigurationsOperations.list_by_resource_group
  • Removed operation StorageAppliancesOperations.begin_validate_hardware
  • Removed operation group DefaultCniNetworksOperations
  • Removed operation group HybridAksClustersOperations

1.0.0b1 (2023-05-19)

  • Initial Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure_mgmt_networkcloud-2.0.0b1.tar.gz (211.6 kB view details)

Uploaded Source

Built Distribution

azure_mgmt_networkcloud-2.0.0b1-py3-none-any.whl (275.2 kB view details)

Uploaded Python 3

File details

Details for the file azure_mgmt_networkcloud-2.0.0b1.tar.gz.

File metadata

File hashes

Hashes for azure_mgmt_networkcloud-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 5636c70828082b597c8614113783431a6767317f11a3ee5dc6af65e410d3e0d3
MD5 3e5893266fecf9292156721674fe38c9
BLAKE2b-256 d1be16068dcaaecf0b123df9da0b7dc3d702316f662ce0df96777f5846fce35f

See more details on using hashes here.

File details

Details for the file azure_mgmt_networkcloud-2.0.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_mgmt_networkcloud-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 db18a329aebb6a626da365ce9f81c3db877a3992acddb36efa9274ab007de870
MD5 82c1bd4d9b2b45760cc6934a9e34189e
BLAKE2b-256 9ac1425e13be316a3d7887b3f950d37619121d2766ffa3fc76ed122cb1ba4477

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page