Skip to content

Commit

Permalink
Update services toml (Azure#25852)
Browse files Browse the repository at this point in the history
* Update services toml

* Packaging update of azure-mgmt-containerinstance

* Packaging update of azure-mgmt-advisor

* Packaging update of azure-mgmt-apimanagement

* Packaging update of azure-mgmt-communication

* Packaging update of azure-mgmt-commerce

* Packaging update of azure-mgmt-devtestlabs

* Packaging update of azure-mgmt-containerregistry

* Packaging update of azure-mgmt-appconfiguration

* Packaging update of azure-mgmt-cdn

* Packaging update of azure-mgmt-cognitiveservices

* Packaging update of azure-mgmt-eventgrid

* Packaging update of azure-mgmt-containerservice

* Packaging update of azure-mgmt-compute

* Packaging update of azure-mgmt-datalake-store

* Packaging update of azure-mgmt-cosmosdb

* Packaging update of azure-mgmt-batch

* Packaging update of azure-mgmt-authorization

* Packaging update of azure-mgmt-consumption

* Packaging update of azure-mgmt-web

* update share_requirements

* Update sdk_packaging.toml

* Packaging update of azure-mgmt-containerservice

Co-authored-by: Zhenbiao Wei (WICRESOFT NORTH AMERICA LTD) <v-zhenbwei@microsoft.com>
Co-authored-by: Azure SDK Bot <adxpysdk@microsoft.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
  • Loading branch information
4 people authored and mccoyp committed Sep 22, 2022
1 parent b963861 commit 62c430d
Show file tree
Hide file tree
Showing 63 changed files with 143 additions and 152 deletions.
4 changes: 1 addition & 3 deletions sdk/advisor/azure-mgmt-advisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For


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



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


# Provide Feedback
Expand Down
1 change: 1 addition & 0 deletions sdk/advisor/azure-mgmt-advisor/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "Advisor"
package_doc_id = "advisor"
is_stable = true
is_arm = true
sample_link = "advisor"
4 changes: 2 additions & 2 deletions sdk/advisor/azure-mgmt-advisor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.7"
)
3 changes: 2 additions & 1 deletion sdk/apimanagement/azure-mgmt-apimanagement/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include _meta.json
recursive-include tests *.py *.yaml
recursive-include tests *.py *.json
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/apimanagement/py.typed
6 changes: 2 additions & 4 deletions sdk/apimanagement/azure-mgmt-apimanagement/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

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

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


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



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


# Provide Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "API Management"
package_doc_id = ""
is_stable = false
is_arm = true
sample_link = "apimanagement"
11 changes: 7 additions & 4 deletions sdk/apimanagement/azure-mgmt-apimanagement/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -65,10 +64,14 @@
'azure',
'azure.mgmt',
]),
include_package_data=True,
package_data={
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.0,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.6"
python_requires=">=3.7"
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include _meta.json
recursive-include tests *.py *.yaml
recursive-include tests *.py *.json
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
6 changes: 2 additions & 4 deletions sdk/appconfiguration/azure-mgmt-appconfiguration/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

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

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


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



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


# Provide Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ is_stable = false
is_arm = true
need_msrestazure = false
need_azuremgmtcore = true
sample_link = "appconfiguration"
7 changes: 3 additions & 4 deletions sdk/appconfiguration/azure-mgmt-appconfiguration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -70,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.0,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.6"
python_requires=">=3.7"
)
2 changes: 1 addition & 1 deletion sdk/appservice/azure-mgmt-web/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include _meta.json
recursive-include tests *.py *.yaml
recursive-include tests *.py *.json
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
6 changes: 2 additions & 4 deletions sdk/appservice/azure-mgmt-web/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

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

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


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



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


# Provide Feedback
Expand Down
1 change: 1 addition & 0 deletions sdk/appservice/azure-mgmt-web/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ package_pprint_name = "Web Apps Management"
package_doc_id = "webapps"
is_stable = false
is_arm = true
sample_link = "appservice"
7 changes: 3 additions & 4 deletions sdk/appservice/azure-mgmt-web/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -70,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.6"
python_requires=">=3.7"
)
4 changes: 1 addition & 3 deletions sdk/authorization/azure-mgmt-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For


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



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


# Provide Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ package_name = "azure-mgmt-authorization"
package_pprint_name = "Authorization Management"
package_doc_id = "authorization"
is_stable = false
sample_link = "authorization"
4 changes: 2 additions & 2 deletions sdk/authorization/azure-mgmt-authorization/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.7"
)
4 changes: 1 addition & 3 deletions sdk/batch/azure-mgmt-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For


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



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


# Provide Feedback
Expand Down
1 change: 1 addition & 0 deletions sdk/batch/azure-mgmt-batch/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ package_name = "azure-mgmt-batch"
package_pprint_name = "Batch Management"
package_doc_id = "batch"
is_stable = true
sample_link = "batch"
4 changes: 2 additions & 2 deletions sdk/batch/azure-mgmt-batch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.7"
)
4 changes: 1 addition & 3 deletions sdk/cdn/azure-mgmt-cdn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For


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



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


# Provide Feedback
Expand Down
1 change: 1 addition & 0 deletions sdk/cdn/azure-mgmt-cdn/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ package_name = "azure-mgmt-cdn"
package_pprint_name = "CDN Management"
package_doc_id = "cdn"
is_stable = true
sample_link = "cdn"
4 changes: 2 additions & 2 deletions sdk/cdn/azure-mgmt-cdn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.7"
)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include _meta.json
recursive-include tests *.py *.yaml
recursive-include tests *.py *.json
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
6 changes: 2 additions & 4 deletions sdk/cognitiveservices/azure-mgmt-cognitiveservices/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Microsoft Azure SDK for Python

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

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


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



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


# Provide Feedback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "Cognitive Services Management"
package_doc_id = "cognitive-services"
is_stable = true
is_arm = true
sample_link = "cognitiveservices"
7 changes: 3 additions & 4 deletions sdk/cognitiveservices/azure-mgmt-cognitiveservices/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -70,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.0,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.6"
python_requires=">=3.7"
)
4 changes: 1 addition & 3 deletions sdk/commerce/azure-mgmt-commerce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For


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



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


# Provide Feedback
Expand Down
1 change: 1 addition & 0 deletions sdk/commerce/azure-mgmt-commerce/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ package_pprint_name = "Commerce"
package_doc_id = "commerce"
is_stable = false
is_arm = true
sample_link = "commerce"
4 changes: 2 additions & 2 deletions sdk/commerce/azure-mgmt-commerce/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
'pytyped': ['py.typed'],
},
install_requires=[
'msrest>=0.6.21',
'msrest>=0.7.1',
'azure-common~=1.1',
'azure-mgmt-core>=1.3.1,<2.0.0',
'azure-mgmt-core>=1.3.2,<2.0.0',
],
python_requires=">=3.7"
)
2 changes: 1 addition & 1 deletion sdk/communication/azure-mgmt-communication/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include _meta.json
recursive-include tests *.py *.yaml
recursive-include tests *.py *.json
include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
Expand Down
Loading

0 comments on commit 62c430d

Please sign in to comment.