Microsoft Azure Oracledatabase Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Oracledatabase 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-oracledatabase
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.oracledatabase import OracleDatabaseMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = OracleDatabaseMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Oracledatabase 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.post2 (2024-07-12)
Other changes
- Re-releasing to account for setuptools source distribution normalization changes.
1.0.0 (2024-07-04)
Other Changes
- First GA
1.0.0b2 (2024-06-21)
Features Added
- Added operation AutonomousDatabasesOperations.begin_restore
- Added operation AutonomousDatabasesOperations.begin_shrink
- Added operation group SystemVersionsOperations
- Model AutonomousDatabaseBackupProperties has a new parameter autonomous_database_ocid
- Model AutonomousDatabaseBackupProperties has a new parameter backup_type
- Model AutonomousDatabaseBackupProperties has a new parameter database_size_in_tbs
- Model AutonomousDatabaseBackupProperties has a new parameter size_in_tbs
- Model AutonomousDatabaseBackupProperties has a new parameter time_started
- Model AutonomousDatabaseBaseProperties has a new parameter long_term_backup_schedule
- Model AutonomousDatabaseBaseProperties has a new parameter next_long_term_backup_time_stamp
- Model AutonomousDatabaseCloneProperties has a new parameter long_term_backup_schedule
- Model AutonomousDatabaseCloneProperties has a new parameter next_long_term_backup_time_stamp
- Model AutonomousDatabaseProperties has a new parameter long_term_backup_schedule
- Model AutonomousDatabaseProperties has a new parameter next_long_term_backup_time_stamp
- Model AutonomousDatabaseUpdateProperties has a new parameter long_term_backup_schedule
Breaking Changes
- Model AutonomousDatabaseBackupProperties no longer has parameter autonomous_database_id
- Model AutonomousDatabaseBackupProperties no longer has parameter database_size_in_t_bs
- Model AutonomousDatabaseBackupProperties no longer has parameter size_in_t_bs
- Model AutonomousDatabaseBackupProperties no longer has parameter type
1.0.0b1 (2024-05-27)
- 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-oracledatabase-1.0.0.post2.tar.gz
.
File metadata
- Download URL: azure-mgmt-oracledatabase-1.0.0.post2.tar.gz
- Upload date:
- Size: 136.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a2ef224b3c87903f91dcfec38bf8111242b82cb5f00e3b23e44666dde3528a6 |
|
MD5 | 18b43bf140d7188bbc06bf785890440c |
|
BLAKE2b-256 | 98c771bd35e5545ae73714d728cc284fa4ec23d7b408615c2422f79ceb0d6325 |
File details
Details for the file azure_mgmt_oracledatabase-1.0.0.post2-py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_oracledatabase-1.0.0.post2-py3-none-any.whl
- Upload date:
- Size: 203.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8aecb2e1070ba382bae64001fb3b3c6a0155b318469417f8e4a6f2b3c1d302a0 |
|
MD5 | 07c108e25d3636ee8b4236556b2743c1 |
|
BLAKE2b-256 | 9250c6c59053fe16a65aa2016b0f4af1faacc6e7c4930b335785df4db048f169 |