Skip to content

Commit e9f4909

Browse files
committed
Update docs metadata
1 parent 28f91f3 commit e9f4909

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
---
2-
title:
3-
keywords: Azure, python, SDK, API, azure-mgmt-hybridcompute, hybridcompute
4-
ms.date: 02/20/2023
5-
ms.topic: reference
6-
ms.devlang: python
7-
ms.service: azure-python
8-
---
1+
---
2+
title:
3+
keywords: Azure, python, SDK, API, azure-mgmt-hybridcompute, hybridcompute
4+
ms.date: 10/14/2024
5+
ms.topic: reference
6+
ms.devlang: python
7+
ms.service: hybridcompute
8+
---
99
# Microsoft Azure SDK for Python
1010

1111
This is the Microsoft Azure Hybrid Compute 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
@@ -53,8 +53,9 @@ client = HybridComputeManagementClient(credential=DefaultAzureCredential(), subs
5353

5454
## Examples
5555

56-
57-
Code samples for this package can be found at [Hybrid Compute Management](/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com and [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
56+
Code samples for this package can be found at:
57+
- [Search Hybrid Compute Management](/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
58+
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
5859

5960

6061
## Troubleshooting
@@ -67,6 +68,3 @@ If you encounter any bugs or have suggestions, please file an issue in the
6768
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
6869
section of the project.
6970

70-
71-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-hybridcompute%2FREADME.png)
72-
Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "azure-mgmt-hybridcompute",
3-
"Version": "8.0.0",
3+
"Version": "9.0.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/hybridcompute/azure-mgmt-hybridcompute",
66
"ServiceDirectory": "hybridcompute",
@@ -10,13 +10,21 @@
1010
"SdkType": "mgmt",
1111
"IsNewSdk": true,
1212
"ArtifactName": "azure-mgmt-hybridcompute",
13-
"ReleaseStatus": "2023-02-15",
13+
"ReleaseStatus": "2024-10-14",
14+
"IncludedForValidation": false,
15+
"AdditionalValidationPackages": [
16+
""
17+
],
18+
"ArtifactDetails": {
19+
"name": "azure-mgmt-hybridcompute",
20+
"safeName": "azuremgmthybridcompute"
21+
},
22+
"Namespaces": [
23+
"azure.mgmt.hybridcompute"
24+
],
1425
"DocsCiConfigProperties": {
1526
"package_info": {
1627
"prefer_source_distribution": false
1728
}
18-
},
19-
"Namespaces": [
20-
"azure.mgmt.hybridcompute"
21-
]
29+
}
2230
}

0 commit comments

Comments
 (0)