Skip to content

Commit cb4e8a7

Browse files
committed
Update docs metadata
1 parent 7469dd8 commit cb4e8a7

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

docs-ref-services/latest/mgmt-iothub-readme.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title:
33
keywords: Azure, python, SDK, API, azure-mgmt-iothub, iothub
4-
ms.date: 09/19/2023
4+
ms.date: 04/09/2025
55
ms.topic: reference
66
ms.devlang: python
77
ms.service: iothub
88
---
99
# Microsoft Azure SDK for Python
1010

1111
This is the Microsoft Azure IoT Hub Management Client Library.
12-
This package has been tested with Python 3.7+.
12+
This package has been tested with Python 3.8+.
1313
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
1414

1515
## _Disclaimer_
@@ -20,7 +20,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
2020

2121
### Prerequisites
2222

23-
- Python 3.7+ is required to use this package.
23+
- Python 3.8+ is required to use this package.
2424
- [Azure subscription](https://azure.microsoft.com/free/)
2525

2626
### Install the package
@@ -32,7 +32,7 @@ pip install azure-identity
3232

3333
### Authentication
3434

35-
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.
35+
By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configuration of the following environment variables.
3636

3737
- `AZURE_CLIENT_ID` for Azure client ID.
3838
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -68,6 +68,3 @@ If you encounter any bugs or have suggestions, please file an issue in the
6868
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
6969
section of the project.
7070

71-
72-
73-
Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-mgmt-iothub",
3-
"Version": "3.0.0",
3+
"Version": "4.0.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/iothub/azure-mgmt-iothub",
66
"ServiceDirectory": "iothub",
@@ -10,13 +10,27 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-mgmt-iothub",
13-
"ReleaseStatus": "2023-09-19",
13+
"ReleaseStatus": "2025-04-09",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": [
16+
""
17+
],
18+
"ArtifactDetails": {
19+
"triggeringPaths": [
20+
"/sdk/iothub/ci.yml"
21+
],
22+
"name": "azure-mgmt-iothub",
23+
"safeName": "azuremgmtiothub"
24+
},
25+
"CIParameters": {
26+
"CIMatrixConfigs": []
27+
},
28+
"Namespaces": [
29+
"azure.mgmt.iothub"
30+
],
1431
"DocsCiConfigProperties": {
1532
"package_info": {
1633
"prefer_source_distribution": false
1734
}
18-
},
19-
"Namespaces": [
20-
"azure.mgmt.iothub"
21-
]
35+
}
2236
}

0 commit comments

Comments
 (0)