Skip to content

Commit a0e072d

Browse files
update services toml (Azure#25830)
* update tomls * Packaging update of azure-mgmt-keyvault * Packaging update of azure-mgmt-sql * Packaging update of azure-mgmt-recoveryservicesbackup * Packaging update of azure-mgmt-loganalytics * Packaging update of azure-mgmt-eventhub * Packaging update of azure-mgmt-resourcegraph * Packaging update of azure-mgmt-notificationhubs * Packaging update of azure-mgmt-resourcehealth * Packaging update of azure-mgmt-recoveryservices * Packaging update of azure-mgmt-relay * Packaging update of azure-mgmt-network * Packaging update of azure-mgmt-servicebus * Packaging update of azure-mgmt-resource * Packaging update of azure-mgmt-search * Packaging update of azure-mgmt-hdinsight * Packaging update of azure-mgmt-labservices * Packaging update of azure-mgmt-storage * Packaging update of azure-mgmt-iothub * Packaging update of azure-mgmt-logic * Packaging update of azure-mgmt-iothubprovisioningservices * Packaging update of azure-mgmt-monitor * Packaging update of azure-mgmt-testbase * Packaging update of azure-mgmt-scheduler * Packaging update of azure-mgmt-marketplaceordering * Packaging update of azure-mgmt-machinelearningservices * Packaging update of azure-mgmt-servicelinker * Packaging update of azure-mgmt-redis * Packaging update of azure-mgmt-policyinsights * update share_requirements Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
1 parent 9c19036 commit a0e072d

File tree

97 files changed

+251
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+251
-236
lines changed

sdk/eventhub/azure-mgmt-eventhub/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include _meta.json
2-
recursive-include tests *.py *.yaml
2+
recursive-include tests *.py *.json
33
include *.md
44
include azure/__init__.py
55
include azure/mgmt/__init__.py

sdk/eventhub/azure-mgmt-eventhub/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Event Hub Management Client Library.
4-
This package has been tested with Python 3.6+.
4+
This package has been tested with Python 3.7+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313

1414
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
1715

1816
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/event-hub?view=azure-python-preview)
1917
Code samples for this package can be found at [Event Hub Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
20-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
18+
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/eventhub)
2119

2220

2321
# Provide Feedback

sdk/eventhub/azure-mgmt-eventhub/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ package_name = "azure-mgmt-eventhub"
33
package_pprint_name = "Event Hub Management"
44
package_doc_id = "event-hub?view=azure-python-preview"
55
is_stable = true
6+
sample_link = "eventhub"

sdk/eventhub/azure-mgmt-eventhub/setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',
54-
'Programming Language :: Python :: 3.6',
5554
'Programming Language :: Python :: 3.7',
5655
'Programming Language :: Python :: 3.8',
5756
'Programming Language :: Python :: 3.9',
@@ -70,9 +69,9 @@
7069
'pytyped': ['py.typed'],
7170
},
7271
install_requires=[
73-
'msrest>=0.6.21',
72+
'msrest>=0.7.1',
7473
'azure-common~=1.1',
75-
'azure-mgmt-core>=1.3.0,<2.0.0',
74+
'azure-mgmt-core>=1.3.2,<2.0.0',
7675
],
77-
python_requires=">=3.6"
76+
python_requires=">=3.7"
7877
)
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
include _meta.json
2-
recursive-include tests *.py *.yaml
2+
recursive-include tests *.py *.json
33
include *.md
44
include azure/__init__.py
55
include azure/mgmt/__init__.py
66
include LICENSE
7+
include azure/mgmt/hdinsight/py.typed

sdk/hdinsight/azure-mgmt-hdinsight/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure HDInsight Management Client Library.
4-
This package has been tested with Python 3.6+.
4+
This package has been tested with Python 3.7+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313

1414
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
1715

1816
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/hdinsight)
1917
Code samples for this package can be found at [HDInsight Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
20-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
18+
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/hdinsight)
2119

2220

2321
# Provide Feedback

sdk/hdinsight/azure-mgmt-hdinsight/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package_pprint_name = "HDInsight Management"
44
package_doc_id = "hdinsight"
55
is_stable = true
66
is_arm = true
7+
sample_link = "hdinsight"

sdk/hdinsight/azure-mgmt-hdinsight/setup.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',
54-
'Programming Language :: Python :: 3.6',
5554
'Programming Language :: Python :: 3.7',
5655
'Programming Language :: Python :: 3.8',
5756
'Programming Language :: Python :: 3.9',
@@ -65,10 +64,14 @@
6564
'azure',
6665
'azure.mgmt',
6766
]),
67+
include_package_data=True,
68+
package_data={
69+
'pytyped': ['py.typed'],
70+
},
6871
install_requires=[
69-
'msrest>=0.6.21',
72+
'msrest>=0.7.1',
7073
'azure-common~=1.1',
71-
'azure-mgmt-core>=1.3.0,<2.0.0',
74+
'azure-mgmt-core>=1.3.2,<2.0.0',
7275
],
73-
python_requires=">=3.6"
76+
python_requires=">=3.7"
7477
)

sdk/iothub/azure-mgmt-iothub/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313

1414
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
1715

1816
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/iot)
1917
Code samples for this package can be found at [IoT Hub Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
20-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
18+
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/iothub)
2119

2220

2321
# Provide Feedback

sdk/iothub/azure-mgmt-iothub/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package_pprint_name = "IoT Hub Management"
44
package_doc_id = "iot"
55
is_stable = false
66
is_arm = true
7+
sample_link = "iothub"

0 commit comments

Comments
 (0)