Microsoft Azure Iotfirmwaredefense Management Client Library for Python
Project description
Microsoft Azure SDK for Python
This is the Microsoft Azure Iotfirmwaredefense 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-iotfirmwaredefense
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.iotfirmwaredefense import IoTFirmwareDefenseMgmtClient
import os
sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = IoTFirmwareDefenseMgmtClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
Examples
Code samples for this package can be found at:
- Search Iotfirmwaredefense 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-03-27)
Features Added
- Added operation group BinaryHardeningOperations
- Added operation group CryptoCertificatesOperations
- Added operation group CryptoKeysOperations
- Added operation group CvesOperations
- Added operation group FirmwaresOperations
- Added operation group PasswordHashesOperations
- Added operation group SbomComponentsOperations
- Added operation group SummariesOperations
- Model Firmware has a new parameter properties
- Model FirmwareUpdateDefinition has a new parameter properties
- Model Workspace has a new parameter properties
- Model WorkspaceUpdateDefinition has a new parameter properties
Breaking Changes
- Model CveSummary has a new required parameter summary_type
- Model CveSummary no longer has parameter undefined
- Model Firmware no longer has parameter description
- Model Firmware no longer has parameter file_name
- Model Firmware no longer has parameter file_size
- Model Firmware no longer has parameter model
- Model Firmware no longer has parameter provisioning_state
- Model Firmware no longer has parameter status
- Model Firmware no longer has parameter status_messages
- Model Firmware no longer has parameter vendor
- Model Firmware no longer has parameter version
- Model FirmwareSummary has a new required parameter summary_type
- Model FirmwareUpdateDefinition no longer has parameter description
- Model FirmwareUpdateDefinition no longer has parameter file_name
- Model FirmwareUpdateDefinition no longer has parameter file_size
- Model FirmwareUpdateDefinition no longer has parameter model
- Model FirmwareUpdateDefinition no longer has parameter provisioning_state
- Model FirmwareUpdateDefinition no longer has parameter status
- Model FirmwareUpdateDefinition no longer has parameter status_messages
- Model FirmwareUpdateDefinition no longer has parameter vendor
- Model FirmwareUpdateDefinition no longer has parameter version
- Model PairedKey no longer has parameter additional_properties
- Model UrlToken no longer has parameter upload_url
- Model Workspace no longer has parameter provisioning_state
- Model WorkspaceUpdateDefinition no longer has parameter provisioning_state
- Removed operation group FirmwareOperations
1.0.0b1 (2023-07-24)
- 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-iotfirmwaredefense-1.0.0.tar.gz
.
File metadata
- Download URL: azure-mgmt-iotfirmwaredefense-1.0.0.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06a35ff6fd3f4dbf6505a2cd55bb757c27bd54e90d4c2a30f697472a64ce0577 |
|
MD5 | 7a1f884b6dcf64ad6d8cf709a2bf43e2 |
|
BLAKE2b-256 | f51a359d8f391f901d90326dd7bc3d375e9df384e920a7c0acd9c0cffa2a9b8b |
File details
Details for the file azure_mgmt_iotfirmwaredefense-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: azure_mgmt_iotfirmwaredefense-1.0.0-py3-none-any.whl
- Upload date:
- Size: 104.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: RestSharp/106.13.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86a4f518a812d90090794e8a8bf4bee68e8c1367bb3018f51280bbc31b56f921 |
|
MD5 | d1a2c77c9a9dcdf0befdffd930db4b73 |
|
BLAKE2b-256 | 509bb95c9d6c4722f8a54c566b4d698aac0409e2f94a8c50449cc599e6ca9851 |