Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.