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.10+. 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
- Python 3.10+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-networkcloud
pip install azure-identity
Authentication
By default, Microsoft Entra token authentication depends on correct configuration of the following environment variables.
AZURE_CLIENT_IDfor Azure client ID.AZURE_TENANT_IDfor Azure tenant ID.AZURE_CLIENT_SECRETfor 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:
- Search Networkcloud Management on docs.microsoft.com
- Azure Python Mgmt SDK Samples Repo
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
3.0.0b2 (2026-06-24)
Features Added
- Client
NetworkCloudMgmtClientadded operation groupaccess_bridges - Client
NetworkCloudMgmtClientadded operation groupkubernetes_versions - Model
BareMetalMachinePropertiesadded propertybmc_ipv4_address - Model
BareMetalMachinePropertiesadded propertybmc_ipv6_address - Model
BareMetalMachinePropertiesadded propertymonitoring_configuration_status - Enum
CloudServicesNetworkStorageStatusStatusadded memberINITIALIZING - Enum
CloudServicesNetworkStorageStatusStatusadded memberNONE - Enum
CloudServicesNetworkStorageStatusStatusadded memberREPAIRING - Model
Clusteradded propertykind - Model
ClusterContinueUpdateVersionParametersadded propertysafeguard_mode - Model
ClusterManageradded propertykind - Model
ClusterManagerPropertiesadded propertyrelay_configuration - Model
ClusterPropertiesadded propertylast_successful_version_update_time - Model
ClusterPropertiesadded propertymanaged_credentials - Model
ClusterUpdateVersionParametersadded propertysafeguard_mode - Enum
CommandOutputTypeadded memberCLUSTER_SUPPORT_ADMINISTRATIVE_ACTIONS - Model
RackSkuPropertiesadded propertydeployment_type - Model
RuntimeProtectionConfigurationadded propertydefinition_update_mode - Model
RuntimeProtectionStatusadded propertyagent_health_status - Model
RuntimeProtectionStatusadded propertyagent_health_status_issues - Model
RuntimeProtectionStatusadded propertyagent_license_status - Model
RuntimeProtectionStatusadded propertydefinition_update_mode - Model
RuntimeProtectionStatusadded propertyenforcement_level - Model
StorageAppliancePropertiesadded propertyexpansion_shelves - Model
StorageAppliancePropertiesadded propertymonitoring_configuration_status - Model
VolumePropertiesadded propertyassigned_storage_appliance_id - Added model
AccessBridge - Added enum
AccessBridgeAllowedName - Added enum
AccessBridgeDetailedStatus - Added model
AccessBridgeEndpoint - Added model
AccessBridgePatchParameters - Added model
AccessBridgePatchProperties - Added model
AccessBridgeProperties - Added enum
AccessBridgeProvisioningState - Added model
AccessBridgeSecurityRule - Added enum
BareMetalMachineMetricsConfigurationStatusLogLevel - Added enum
BareMetalMachineMetricsConfigurationStatusMetricsLevel - Added model
BareMetalMachineMonitoringConfigurationStatus - Added model
BareMetalMachineReimageParameters - Added enum
BareMetalMachineReimageSafeguardMode - Added enum
ClusterContinueUpdateVersionSafeguardMode - Added enum
ClusterInspectAdditionalAction - Added model
ClusterInspectParameters - Added model
ClusterManagerRelayConfiguration - Added model
ClusterManagerUpdateRelayPrivateEndpointConnectionParameters - Added model
ClusterRotateCredentialParameters - Added enum
ClusterUpdateVersionSafeguardMode - Added enum
DeploymentType - Added model
FilterDevices - Added model
KubernetesVersion - Added model
KubernetesVersionPatchParameters - Added model
KubernetesVersionProperties - Added enum
KubernetesVersionProvisioningState - Added model
KubernetesVersionValue - Added enum
RelayPrivateEndpointConnectionState - Added enum
RuntimeProtectionAgentHealthStatus - Added enum
RuntimeProtectionAgentLicenseStatus - Added enum
RuntimeProtectionDefinitionUpdateMode - Added enum
SecurityRuleDirection - Added model
StorageApplianceExpansionShelf - Added enum
StorageApplianceMetricsConfigurationStatusLogLevel - Added enum
StorageApplianceMetricsConfigurationStatusMetricsLevel - Added model
StorageApplianceMonitoringConfigurationStatus - Added enum
TransportProtocol - Operation group
ClusterManagersOperationsadded methodbegin_update_relay_private_endpoint_connection - Operation group
ClustersOperationsadded methodbegin_inspect - Operation group
ClustersOperationsadded methodbegin_rotate_credential - Added operation group
AccessBridgesOperations - Added operation group
KubernetesVersionsOperations
3.0.0b1 (2026-04-02)
Features Added
- Client
NetworkCloudMgmtClientadded methodsend_request - Added enum
ExtendedLocationType - Added model
ProxyResource
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
AgentPoolPatchParametersmoved instance variableadministrator_configuration,countandupgrade_settingsunder propertypropertieswhose type isAgentPoolPatchProperties - Model
BareMetalMachineKeySetPatchParametersmoved instance variableexpiration,jump_hosts_allowedanduser_listunder propertypropertieswhose type isBareMetalMachineKeySetPatchProperties - Model
BareMetalMachinePatchParametersmoved instance variablemachine_detailsunder propertypropertieswhose type isBareMetalMachinePatchProperties - Model
BmcKeySetPatchParametersmoved instance variableexpirationanduser_listunder propertypropertieswhose type isBmcKeySetPatchProperties - Model
CloudServicesNetworkPatchParametersmoved instance variableadditional_egress_endpoints,enable_default_egress_endpointsandstorage_optionsunder propertypropertieswhose type isCloudServicesNetworkPatchProperties - Model
ClusterMetricsConfigurationPatchParametersmoved instance variablecollection_intervalandenabled_metricsunder propertypropertieswhose type isClusterMetricsConfigurationPatchProperties - Model
ClusterPatchParametersmoved instance variableaggregator_or_single_rack_definition,analytics_output_settings,cluster_location,cluster_service_principal,command_output_settings,compute_deployment_threshold,compute_rack_definitions,runtime_protection_configuration,secret_archive,secret_archive_settings,update_strategyandvulnerability_scanning_settingsunder propertypropertieswhose type isClusterPatchProperties - Model
ConsolePatchParametersmoved instance variableenabled,expirationandssh_public_keyunder propertypropertieswhose type isConsolePatchProperties - Model
KubernetesClusterFeaturePatchParametersmoved instance variableoptionsunder propertypropertieswhose type isKubernetesClusterFeaturePatchProperties - Model
KubernetesClusterPatchParametersmoved instance variableadministrator_configuration,control_plane_node_configurationandkubernetes_versionunder propertypropertieswhose type isKubernetesClusterPatchProperties - Model
MachineSkuSlotmoved instance variablebootstrap_protocol,cpu_cores,cpu_sockets,disks,generation,hardware_version,memory_capacity_gb,model,network_interfaces,total_threadsandvendorunder propertypropertieswhose type isMachineSkuProperties - Model
RackPatchParametersmoved instance variablerack_locationandrack_serial_numberunder propertypropertieswhose type isRacksPatchProperties - Model
StorageAppliancePatchParametersmoved instance variableserial_numberunder propertypropertieswhose type isStorageAppliancePatchProperties - Model
StorageApplianceSkuSlotmoved instance variablecapacity_gbandmodelunder propertypropertieswhose type isStorageApplianceSkuProperties - Model
VirtualMachinePatchParametersmoved instance variablevm_image_repository_credentialsunder propertypropertieswhose type isVirtualMachinePatchProperties - Deleted or renamed model
AgentPoolConfiguration - Deleted or renamed model
TagsParameter - Method
AgentPoolsOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
AgentPoolsOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
AgentPoolsOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
AgentPoolsOperations.list_by_kubernetes_clusterchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
BareMetalMachineKeySetsOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachineKeySetsOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachineKeySetsOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachineKeySetsOperations.list_by_clusterchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
BareMetalMachinesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachinesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachinesOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BareMetalMachinesOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
BareMetalMachinesOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
BmcKeySetsOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BmcKeySetsOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BmcKeySetsOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
BmcKeySetsOperations.list_by_clusterchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
CloudServicesNetworksOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
CloudServicesNetworksOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
CloudServicesNetworksOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
CloudServicesNetworksOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
CloudServicesNetworksOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
ClusterManagersOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClusterManagersOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClusterManagersOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
ClusterManagersOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
ClusterManagersOperations.updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClustersOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClustersOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClustersOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ClustersOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
ClustersOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
ConsolesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ConsolesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ConsolesOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
ConsolesOperations.list_by_virtual_machinechanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
KubernetesClusterFeaturesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClusterFeaturesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClusterFeaturesOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClusterFeaturesOperations.list_by_kubernetes_clusterchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
KubernetesClustersOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClustersOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClustersOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
KubernetesClustersOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
KubernetesClustersOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
L2NetworksOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
L2NetworksOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
L2NetworksOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
L2NetworksOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
L2NetworksOperations.updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
L3NetworksOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
L3NetworksOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
L3NetworksOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
L3NetworksOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
L3NetworksOperations.updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
MetricsConfigurationsOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
MetricsConfigurationsOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
MetricsConfigurationsOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
MetricsConfigurationsOperations.list_by_clusterchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
RacksOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
RacksOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
RacksOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
RacksOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
RacksOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
StorageAppliancesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
StorageAppliancesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
StorageAppliancesOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
StorageAppliancesOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
StorageAppliancesOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
TrunkedNetworksOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
TrunkedNetworksOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
TrunkedNetworksOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
TrunkedNetworksOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
TrunkedNetworksOperations.updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VirtualMachinesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VirtualMachinesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VirtualMachinesOperations.begin_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VirtualMachinesOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
VirtualMachinesOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
VolumesOperations.begin_create_or_updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VolumesOperations.begin_deletereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition - Method
VolumesOperations.list_by_resource_groupchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
VolumesOperations.list_by_subscriptionchanged its parameterskip_tokenfrompositional_or_keywordtokeyword_only - Method
VolumesOperations.updatereplaced positional_or_keyword parametersif_match/if_none_matchto keyword_only parametersetag/match_condition
Other Changes
- Deleted model
AgentPoolList/BareMetalMachineKeySetList/BareMetalMachineList/BmcKeySetList/CloudServicesNetworkList/ClusterList/ClusterManagerList/ClusterMetricsConfigurationList/ConsoleList/KubernetesClusterFeatureList/KubernetesClusterList/L2NetworkList/L3NetworkList/RackList/RackSkuList/StorageApplianceList/TrunkedNetworkList/VirtualMachineList/VolumeListwhich actually were not used by SDK users
2.2.0 (2025-12-22)
Features Added
- Model
NetworkCloudMgmtClientadded parametercloud_settingin method__init__ - Model
BareMetalMachineadded propertyaction_states - Model
BareMetalMachineadded propertyca_certificate - Model
BareMetalMachineKeySetadded propertyprivilege_level_name - Enum
BareMetalMachineKeySetPrivilegeLeveladded memberOTHER - Model
BareMetalMachineReplaceParametersadded propertysafeguard_mode - Model
BareMetalMachineReplaceParametersadded propertystorage_policy - Model
CloudServicesNetworkadded propertystorage_options - Model
CloudServicesNetworkadded propertystorage_status - Model
CloudServicesNetworkPatchParametersadded propertystorage_options - Model
Clusteradded propertyaction_states - Model
CommandOutputSettingsadded propertyoverrides - Model
SecretArchiveReferenceadded propertykey_vault_uri - Model
StorageApplianceadded propertyca_certificate - Model
VirtualMachineadded propertyidentity - Model
VirtualMachineadded propertynetwork_data_content - Model
VirtualMachineadded propertyuser_data_content - Model
VirtualMachinePatchParametersadded propertyidentity - Model
Volumeadded propertyallocated_size_mi_b - Model
Volumeadded propertystorage_appliance_id - Added model
ActionState - Added enum
ActionStateStatus - Added enum
BareMetalMachineReplaceSafeguardMode - Added enum
BareMetalMachineReplaceStoragePolicy - Added model
CertificateInfo - Added enum
CloudServicesNetworkStorageMode - Added model
CloudServicesNetworkStorageOptions - Added model
CloudServicesNetworkStorageOptionsPatch - Added model
CloudServicesNetworkStorageStatus - Added enum
CloudServicesNetworkStorageStatusStatus - Added model
CommandOutputOverride - Added enum
CommandOutputType - Added enum
RelayType - Added model
StepState - Added enum
StepStateStatus - Added model
StorageApplianceCommandSpecification - Added model
StorageApplianceRunReadCommandsParameters - Added model
VirtualMachineAssignRelayParameters - Operation group
BareMetalMachinesOperationsadded methodbegin_run_data_extracts_restricted - Operation group
StorageAppliancesOperationsadded methodbegin_run_read_commands - Operation group
VirtualMachinesOperationsadded methodbegin_assign_relay
2.2.0b1 (2025-11-17)
Features Added
- Model
NetworkCloudMgmtClientadded parametercloud_settingin method__init__ - Model
BareMetalMachineadded propertyaction_states - Model
BareMetalMachineadded propertyca_certificate - Model
BareMetalMachineKeySetadded propertyprivilege_level_name - Enum
BareMetalMachineKeySetPrivilegeLeveladded memberOTHER - Model
BareMetalMachineReplaceParametersadded propertysafeguard_mode - Model
BareMetalMachineReplaceParametersadded propertystorage_policy - Model
CloudServicesNetworkadded propertystorage_options - Model
CloudServicesNetworkadded propertystorage_status - Model
CloudServicesNetworkPatchParametersadded propertystorage_options - Model
Clusteradded propertyaction_states - Model
CommandOutputSettingsadded propertyoverrides - Model
SecretArchiveReferenceadded propertykey_vault_uri - Model
StorageApplianceadded propertyca_certificate - Model
VirtualMachineadded propertyidentity - Model
VirtualMachineadded propertynetwork_data_content - Model
VirtualMachineadded propertyuser_data_content - Model
VirtualMachinePatchParametersadded propertyidentity - Model
Volumeadded propertyallocated_size_mi_b - Model
Volumeadded propertystorage_appliance_id - Added model
ActionState - Added enum
ActionStateStatus - Added enum
BareMetalMachineReplaceSafeguardMode - Added enum
BareMetalMachineReplaceStoragePolicy - Added model
CertificateInfo - Added enum
CloudServicesNetworkStorageMode - Added model
CloudServicesNetworkStorageOptions - Added model
CloudServicesNetworkStorageOptionsPatch - Added model
CloudServicesNetworkStorageStatus - Added enum
CloudServicesNetworkStorageStatusStatus - Added model
CommandOutputOverride - Added enum
CommandOutputType - Added enum
RelayType - Added model
StepState - Added enum
StepStateStatus - Added model
StorageApplianceCommandSpecification - Added model
StorageApplianceRunReadCommandsParameters - Added model
VirtualMachineAssignRelayParameters - Operation group
BareMetalMachinesOperationsadded methodbegin_run_data_extracts_restricted - Operation group
StorageAppliancesOperationsadded methodbegin_run_read_commands - Operation group
VirtualMachinesOperationsadded methodbegin_assign_relay
2.1.0 (2025-06-16)
Features Added
- All resources implement concurrency control via Etag/If-Match/If-None-Match parameters. As a result, customers who use create/patch/delete methods with positional arguments may need to adjust part of calls. It is recommended to switch to keyword based calls to avoid any future issues.
- Model
AgentPooladded propertyetag - Model
BareMetalMachineadded propertyetag - Model
BareMetalMachineKeySetadded propertyetag - Model
BmcKeySetadded propertyetag - Model
CloudServicesNetworkadded propertyetag - Model
Clusteradded propertyetag - Model
Clusteradded propertyanalytics_output_settings - Model
Clusteradded propertysecret_archive_settings - Model
Clusteradded propertyvulnerability_scanning_settings - Model
ClusterManageradded propertyetag - Model
ClusterMetricsConfigurationadded propertyetag - Model
ClusterPatchParametersadded propertyanalytics_output_settings - Model
ClusterPatchParametersadded propertysecret_archive_settings - Model
ClusterPatchParametersadded propertyvulnerability_scanning_settings - Model
Consoleadded propertyetag - Model
KubernetesClusteradded propertyetag - Model
KubernetesClusterFeatureadded propertyetag - Model
L2Networkadded propertyetag - Model
L3Networkadded propertyetag - Enum
OsDiskCreateOptionadded memberPERSISTENT - Model
Rackadded propertyetag - Model
StorageApplianceadded propertyetag - Enum
StorageApplianceDetailedStatusadded memberDEGRADED - Model
TrunkedNetworkadded propertyetag - Model
VirtualMachineadded propertyetag - Model
VirtualMachineadded propertyconsole_extended_location - Enum
VirtualMachineDeviceModelTypeadded memberT3 - Model
Volumeadded propertyetag - Added model
AnalyticsOutputSettings - Added model
SecretArchiveSettings - Added model
VulnerabilityScanningSettings - Added enum
VulnerabilityScanningSettingsContainerScan - Added model
VulnerabilityScanningSettingsPatch
2.1.0b1 (2025-04-21)
Features Added
- Model
Clusteradded propertyanalytics_output_settings - Model
Clusteradded propertysecret_archive_settings - Model
Clusteradded propertyvulnerability_scanning_settings - Model
ClusterPatchParametersadded propertyanalytics_output_settings - Model
ClusterPatchParametersadded propertysecret_archive_settings - Model
ClusterPatchParametersadded propertyvulnerability_scanning_settings - Enum
OsDiskCreateOptionadded memberPERSISTENT - Enum
StorageApplianceDetailedStatusadded memberDEGRADED - Model
VirtualMachineadded propertyconsole_extended_location - Enum
VirtualMachineDeviceModelTypeadded memberT3 - Added model
AnalyticsOutputSettings - Added model
SecretArchiveSettings - Added model
VulnerabilityScanningSettings - Added enum
VulnerabilityScanningSettingsContainerScan - Added model
VulnerabilityScanningSettingsPatch
2.0.0 (2025-02-24)
Features Added
- Client
NetworkCloudMgmtClientadded operation groupkubernetes_cluster_features - Model
AgentPoolPatchParametersadded propertyadministrator_configuration - Model
AgentPoolUpgradeSettingsadded propertydrain_timeout - Model
AgentPoolUpgradeSettingsadded propertymax_unavailable - Model
BareMetalMachineadded propertymachine_cluster_version - Model
BareMetalMachineadded propertymachine_roles - Model
BareMetalMachineadded propertyruntime_protection_status - Model
BareMetalMachineadded propertysecret_rotation_status - Model
Clusteradded propertyidentity - Model
Clusteradded propertycommand_output_settings - Model
Clusteradded propertyruntime_protection_configuration - Model
Clusteradded propertysecret_archive - Model
Clusteradded propertyupdate_strategy - Enum
ClusterConnectionStatusadded memberDISCONNECTED - Enum
ClusterDetailedStatusadded memberUPDATE_PAUSED - Model
ClusterManageradded propertyidentity - Model
ClusterManagerPatchParametersadded propertyidentity - Model
ClusterPatchParametersadded propertyidentity - Model
ClusterPatchParametersadded propertycommand_output_settings - Model
ClusterPatchParametersadded propertyruntime_protection_configuration - Model
ClusterPatchParametersadded propertysecret_archive - Model
ClusterPatchParametersadded propertyupdate_strategy - Model
ControlPlaneNodePatchConfigurationadded propertyadministrator_configuration - Model
KeySetUseradded propertyuser_principal_name - Model
KubernetesClusterPatchParametersadded propertyadministrator_configuration - Model
NetworkConfigurationadded propertyl2_service_load_balancer_configuration - Model
OperationStatusResultadded propertyexit_code - Model
OperationStatusResultadded propertyoutput_head - Model
OperationStatusResultadded propertyresult_ref - Model
OperationStatusResultadded propertyresult_url - Enum
RackSkuProvisioningStateadded memberCANCELED - Enum
RackSkuProvisioningStateadded memberFAILED - Model
StorageApplianceadded propertymanufacturer - Model
StorageApplianceadded propertymodel - Model
StorageApplianceadded propertysecret_rotation_status - Model
StorageApplianceadded propertyversion - 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
ClustersOperationsadded methodbegin_continue_update_version - Operation group
ClustersOperationsadded methodbegin_scan_runtime - Added operation group
KubernetesClusterFeaturesOperations
Breaking Changes
- Parameter
max_surgeof methodAgentPoolUpgradeSettingsis now optional
2.0.0b1 (2024-11-21)
Features Added
- Client
NetworkCloudMgmtClientadded operation groupkubernetes_cluster_features - Model
AgentPoolPatchParametersadded propertyadministrator_configuration - Model
AgentPoolUpgradeSettingsadded propertydrain_timeout - Model
AgentPoolUpgradeSettingsadded propertymax_unavailable - Model
BareMetalMachineadded propertymachine_cluster_version - Model
BareMetalMachineadded propertymachine_roles - Model
BareMetalMachineadded propertyruntime_protection_status - Model
BareMetalMachineadded propertysecret_rotation_status - Model
Clusteradded propertyidentity - Model
Clusteradded propertycommand_output_settings - Model
Clusteradded propertyruntime_protection_configuration - Model
Clusteradded propertysecret_archive - Model
Clusteradded propertyupdate_strategy - Enum
ClusterConnectionStatusadded memberDISCONNECTED - Enum
ClusterDetailedStatusadded memberUPDATE_PAUSED - Model
ClusterManageradded propertyidentity - Model
ClusterManagerPatchParametersadded propertyidentity - Model
ClusterPatchParametersadded propertyidentity - Model
ClusterPatchParametersadded propertycommand_output_settings - Model
ClusterPatchParametersadded propertyruntime_protection_configuration - Model
ClusterPatchParametersadded propertysecret_archive - Model
ClusterPatchParametersadded propertyupdate_strategy - Model
ControlPlaneNodePatchConfigurationadded propertyadministrator_configuration - Model
KeySetUseradded propertyuser_principal_name - Model
KubernetesClusterPatchParametersadded propertyadministrator_configuration - Model
NetworkConfigurationadded propertyl2_service_load_balancer_configuration - Model
OperationStatusResultadded propertyexit_code - Model
OperationStatusResultadded propertyoutput_head - Model
OperationStatusResultadded propertyresult_ref - Model
OperationStatusResultadded propertyresult_url - Enum
RackSkuProvisioningStateadded memberCANCELED - Enum
RackSkuProvisioningStateadded memberFAILED - Model
StorageApplianceadded propertymanufacturer - Model
StorageApplianceadded propertymodel - Model
StorageApplianceadded propertysecret_rotation_status - Model
StorageApplianceadded propertyversion - 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
ClustersOperationsadded methodbegin_continue_update_version - Operation group
ClustersOperationsadded methodbegin_scan_runtime - Added operation group
KubernetesClusterFeaturesOperations
Breaking Changes
- Parameter
max_surgeof modelAgentPoolUpgradeSettingsis 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azure_mgmt_networkcloud-3.0.0b2.tar.gz.
File metadata
- Download URL: azure_mgmt_networkcloud-3.0.0b2.tar.gz
- Upload date:
- Size: 273.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e003364d893793aaf16a9309921b1657bf4c3d55b272f042905f3b85846f6bc4
|
|
| MD5 |
8984a5fe49bb51608d202c87e0ee6e67
|
|
| BLAKE2b-256 |
9ebc5652b6a6625f3b997c908729e6c8bc66c740642932c7c0a2c5ad93d2a8dd
|
File details
Details for the file azure_mgmt_networkcloud-3.0.0b2-py3-none-any.whl.
File metadata
- Download URL: azure_mgmt_networkcloud-3.0.0b2-py3-none-any.whl
- Upload date:
- Size: 254.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65d39e6ba156b9563f0aea446a473689779c8d07172225055c4fc9fd230a4a89
|
|
| MD5 |
e6de8c2651f3ec5ef9412aecc4cac058
|
|
| BLAKE2b-256 |
b69cde809069a42e76b872fdcf454e794bca5d9cad8eb6a3f75e5a1626ad8185
|