Microsoft Azure Standbypool Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Standbypool 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
- Python 3.8+ is required to use this package.
- Azure subscription
Install the package
pip install azure-mgmt-standbypool
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.standbypool import StandbyPoolMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = StandbyPoolMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Standbypool 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
1.0.0 (2024-09-25)
Features Added
- Client
StandbyPoolMgmtClient
added propertysend_request
- Client
StandbyPoolMgmtClient
added operation groupstandby_virtual_machine_pool_runtime_views
- Client
StandbyPoolMgmtClient
added operation groupstandby_container_group_pool_runtime_views
- Model
ContainerGroupProfile
added propertyid
- Model
ContainerGroupProfile
added propertyrevision
- Model
ContainerGroupProperties
added propertycontainer_group_profile
- Model
ContainerGroupProperties
added propertysubnet_ids
- Model
ErrorAdditionalInfo
added propertyinfo
- Model
ErrorAdditionalInfo
added propertytype
- Model
ErrorDetail
added propertyadditional_info
- Model
ErrorDetail
added propertycode
- Model
ErrorDetail
added propertydetails
- Model
ErrorDetail
added propertymessage
- Model
ErrorDetail
added propertytarget
- Model
ErrorResponse
added propertyerror
- Model
Operation
added propertyaction_type
- Model
Operation
added propertydisplay
- Model
Operation
added propertyis_data_action
- Model
Operation
added propertyname
- Model
Operation
added propertyorigin
- Model
OperationDisplay
added propertydescription
- Model
OperationDisplay
added propertyoperation
- Model
OperationDisplay
added propertyprovider
- Model
OperationDisplay
added propertyresource
- Model
ProxyResource
added propertyid
- Model
ProxyResource
added propertyname
- Model
ProxyResource
added propertysystem_data
- Model
ProxyResource
added propertytype
- Model
Resource
added propertyid
- Model
Resource
added propertyname
- Model
Resource
added propertysystem_data
- Model
Resource
added propertytype
- Model
StandbyContainerGroupPoolElasticityProfile
added propertymax_ready_capacity
- Model
StandbyContainerGroupPoolElasticityProfile
added propertyrefill_policy
- Model
StandbyContainerGroupPoolResource
added propertyid
- Model
StandbyContainerGroupPoolResource
added propertylocation
- Model
StandbyContainerGroupPoolResource
added propertyname
- Model
StandbyContainerGroupPoolResource
added propertyproperties
- Model
StandbyContainerGroupPoolResource
added propertysystem_data
- Model
StandbyContainerGroupPoolResource
added propertytags
- Model
StandbyContainerGroupPoolResource
added propertytype
- Model
StandbyContainerGroupPoolResourceProperties
added propertycontainer_group_properties
- Model
StandbyContainerGroupPoolResourceProperties
added propertyelasticity_profile
- Model
StandbyContainerGroupPoolResourceProperties
added propertyprovisioning_state
- Model
StandbyContainerGroupPoolResourceUpdate
added propertyproperties
- Model
StandbyContainerGroupPoolResourceUpdate
added propertytags
- Model
StandbyContainerGroupPoolResourceUpdateProperties
added propertycontainer_group_properties
- Model
StandbyContainerGroupPoolResourceUpdateProperties
added propertyelasticity_profile
- Model
StandbyVirtualMachinePoolElasticityProfile
added propertymax_ready_capacity
- Model
StandbyVirtualMachinePoolElasticityProfile
added propertymin_ready_capacity
- Model
StandbyVirtualMachinePoolElasticityProfile
added propertymin_ready_capacity
- Model
StandbyVirtualMachinePoolResource
added propertyid
- Model
StandbyVirtualMachinePoolResource
added propertylocation
- Model
StandbyVirtualMachinePoolResource
added propertyname
- Model
StandbyVirtualMachinePoolResource
added propertyproperties
- Model
StandbyVirtualMachinePoolResource
added propertysystem_data
- Model
StandbyVirtualMachinePoolResource
added propertytags
- Model
StandbyVirtualMachinePoolResource
added propertytype
- Model
StandbyVirtualMachinePoolResourceProperties
added propertyattached_virtual_machine_scale_set_id
- Model
StandbyVirtualMachinePoolResourceProperties
added propertyelasticity_profile
- Model
StandbyVirtualMachinePoolResourceProperties
added propertyprovisioning_state
- Model
StandbyVirtualMachinePoolResourceProperties
added propertyvirtual_machine_state
- Model
StandbyVirtualMachinePoolResourceUpdate
added propertyproperties
- Model
StandbyVirtualMachinePoolResourceUpdate
added propertytags
- Model
StandbyVirtualMachinePoolResourceUpdateProperties
added propertyattached_virtual_machine_scale_set_id
- Model
StandbyVirtualMachinePoolResourceUpdateProperties
added propertyelasticity_profile
- Model
StandbyVirtualMachinePoolResourceUpdateProperties
added propertyvirtual_machine_state
- Model
StandbyVirtualMachineResource
added propertyid
- Model
StandbyVirtualMachineResource
added propertyname
- Model
StandbyVirtualMachineResource
added propertyproperties
- Model
StandbyVirtualMachineResource
added propertysystem_data
- Model
StandbyVirtualMachineResource
added propertytype
- Model
StandbyVirtualMachineResourceProperties
added propertyprovisioning_state
- Model
StandbyVirtualMachineResourceProperties
added propertyvirtual_machine_resource_id
- Model
Subnet
added propertyid
- Model
SystemData
added propertycreated_at
- Model
SystemData
added propertycreated_by
- Model
SystemData
added propertycreated_by_type
- Model
SystemData
added propertylast_modified_at
- Model
SystemData
added propertylast_modified_by
- Model
SystemData
added propertylast_modified_by_type
- Model
TrackedResource
added propertyid
- Model
TrackedResource
added propertylocation
- Model
TrackedResource
added propertyname
- Model
TrackedResource
added propertysystem_data
- Model
TrackedResource
added propertytags
- Model
TrackedResource
added propertytype
- Added model
ContainerGroupInstanceCountSummary
- Added model
PoolResourceStateCount
- Added model
StandbyContainerGroupPoolRuntimeViewResource
- Added model
StandbyContainerGroupPoolRuntimeViewResourceProperties
- Added model
StandbyVirtualMachinePoolRuntimeViewResource
- Added model
StandbyVirtualMachinePoolRuntimeViewResourceProperties
- Added model
VirtualMachineInstanceCountSummary
- Added model
StandbyContainerGroupPoolRuntimeViewsOperations
- Added model
StandbyVirtualMachinePoolRuntimeViewsOperations
Breaking Changes
- Model
ProxyResource
deleted or renamed its instance variableadditional_properties
- Deleted or renamed model
ContainerGroupProfileUpdate
- Deleted or renamed model
ContainerGroupPropertiesUpdate
- Deleted or renamed model
OperationListResult
- Deleted or renamed model
StandbyContainerGroupPoolElasticityProfileUpdate
- Deleted or renamed model
StandbyContainerGroupPoolResourceListResult
- Deleted or renamed model
StandbyVirtualMachinePoolElasticityProfileUpdate
- Deleted or renamed model
StandbyVirtualMachinePoolResourceListResult
- Deleted or renamed model
StandbyVirtualMachineResourceListResult
1.0.0b1 (2024-04-22)
- 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
File details
Details for the file azure_mgmt_standbypool-1.0.0.tar.gz
.
File metadata
- Download URL: azure_mgmt_standbypool-1.0.0.tar.gz
- Upload date:
- Size: 66.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7f9e7d837d81438b72cddbd8a3d044b207e3d567ce818b10f77cee9bd34b2ae |
|
MD5 | 9fcf140275a32daf66d9bf0f57adaae0 |
|
BLAKE2b-256 | 51bbd0efef3e33eb33a750c40918d58c4884a6e09e6b7c69659e54a77ffad819 |
File details
Details for the file azure_mgmt_standbypool-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_standbypool-1.0.0-py3-none-any.whl
- Upload date:
- Size: 71.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bec40f0307c79b1a4f6bf6934e0ba81cc26b25cb6103b6b12317179a0bfea86 |
|
MD5 | f1c5b575f9ed2651ae4b588497ef4e31 |
|
BLAKE2b-256 | 258cf890aead31a473c8316bde769b0627790fc5bfacf8a5a273a8b700f6fdde |