
Security News
Knip Hits 500 Releases with v5.62.0, Improving TypeScript Config Detection and Plugin Integrations
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
azure-mgmt-postgresqlflexibleservers
Advanced tools
Microsoft Azure Postgresqlflexibleservers Management Client Library for Python
This is the Microsoft Azure Postgresqlflexibleservers 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.
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
pip install azure-mgmt-postgresqlflexibleservers
pip install azure-identity
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.postgresqlflexibleservers import PostgreSQLManagementClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = PostgreSQLManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Code samples for this package can be found at:
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project.
IdentityType
added member SYSTEM_ASSIGNED
IdentityType
added member SYSTEM_ASSIGNED_USER_ASSIGNED
UserAssignedIdentity
added property principal_id
ServerForUpdate
added property cluster
PostgreSQLManagementClient
added operation group quota_usages
PostgreSQLManagementClient
added operation group tuning_options
FlexibleServerCapability
added property supported_features
IdentityType
added member SYSTEM_ASSIGNED
Server
added property cluster
ServerSkuCapability
added property supported_features
ServerSkuCapability
added property security_profile
ServerVersion
added member SEVENTEEN
ServerVersionCapability
added property supported_features
SourceType
added member APSARA_DB_RDS
SourceType
added member CRUNCHY_POSTGRE_SQL
SourceType
added member DIGITAL_OCEAN_DROPLETS
SourceType
added member DIGITAL_OCEAN_POSTGRE_SQL
SourceType
added member EDB_ORACLE_SERVER
SourceType
added member EDB_POSTGRE_SQL
SourceType
added member HEROKU_POSTGRE_SQL
SourceType
added member HUAWEI_COMPUTE
SourceType
added member HUAWEI_RDS
SourceType
added member POSTGRE_SQL_COSMOS_DB
SourceType
added member POSTGRE_SQL_FLEXIBLE_SERVER
SourceType
added member SUPABASE_POSTGRE_SQL
StorageType
added member ULTRA_SSD_LRS
Cluster
ImpactRecord
IndexRecommendationDetails
IndexRecommendationListResult
IndexRecommendationResource
IndexRecommendationResourcePropertiesAnalyzedWorkload
IndexRecommendationResourcePropertiesImplementationDetails
NameProperty
QuotaUsage
QuotaUsagesListResult
RecommendationType
RecommendationTypeEnum
SupportedFeature
SupportedFeatureStatusEnum
TuningOptionEnum
TuningOptionsListResult
TuningOptionsResource
Origin
added member CUSTOMER_ON_DEMAND
ServerForUpdate
added property administrator_login
BackupsOperations
added method begin_create
BackupsOperations
added method begin_delete
LongRunningBackupOperations
LongRunningBackupsOperations
MaintenancesOperations
LogFilesOperations
MigrationsOperations
PrivateEndpointConnectionOperations
VirtualEndpointsOperations
ServerThreatProtectionSettingsOperations
AdvancedThreatProtectionSettingsOperations
LocationBasedCapabilitySetOperations
OperationProgressOperations
OperationResultsOperations
DataEncryption
has a new parameter geo_backup_encryption_key_status
DataEncryption
has a new parameter geo_backup_key_uri
DataEncryption
has a new parameter geo_backup_user_assigned_identity_id
DataEncryption
has a new parameter primary_encryption_key_status
Storage
has a new parameter auto_grow
Storage
has a new parameter iops
Storage
has a new parameter iops_tier
Storage
has a new parameter throughput
Storage
has a new parameter type
Server
has a new parameter private_endpoint_connections
Server
has a new parameter replica
ServerForUpdate
has a new parameter replica
PostgreSQLManagementClient.quota_usages
NameProperty
QuotaUsage
QuotaUsagesOperations
FAQs
Microsoft Azure Postgresqlflexibleservers Management Client Library for Python
We found that azure-mgmt-postgresqlflexibleservers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Knip hits 500 releases with v5.62.0, refining TypeScript config detection and updating plugins as monthly npm downloads approach 12M.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.