Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update services toml #25852

Merged
merged 25 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d02894d
Update services toml
Aug 25, 2022
1bafa8c
Packaging update of azure-mgmt-containerinstance
AutorestCI Aug 25, 2022
9ec1bcd
Packaging update of azure-mgmt-advisor
AutorestCI Aug 25, 2022
0ef02c8
Packaging update of azure-mgmt-apimanagement
AutorestCI Aug 25, 2022
0c4713d
Packaging update of azure-mgmt-communication
AutorestCI Aug 25, 2022
f53449b
Packaging update of azure-mgmt-commerce
AutorestCI Aug 25, 2022
8fb9001
Packaging update of azure-mgmt-devtestlabs
AutorestCI Aug 25, 2022
ceb298b
Packaging update of azure-mgmt-containerregistry
AutorestCI Aug 25, 2022
43f9f67
Packaging update of azure-mgmt-appconfiguration
AutorestCI Aug 25, 2022
e7e6dd1
Packaging update of azure-mgmt-cdn
AutorestCI Aug 25, 2022
6e083e6
Packaging update of azure-mgmt-cognitiveservices
AutorestCI Aug 25, 2022
bfbef3f
Packaging update of azure-mgmt-eventgrid
AutorestCI Aug 25, 2022
b6fa591
Packaging update of azure-mgmt-containerservice
AutorestCI Aug 25, 2022
6f25480
Packaging update of azure-mgmt-compute
AutorestCI Aug 25, 2022
860cf19
Packaging update of azure-mgmt-datalake-store
AutorestCI Aug 25, 2022
ff28e28
Packaging update of azure-mgmt-cosmosdb
AutorestCI Aug 25, 2022
73fbb85
Packaging update of azure-mgmt-batch
AutorestCI Aug 25, 2022
dbefca2
Packaging update of azure-mgmt-authorization
AutorestCI Aug 25, 2022
2ad6891
Packaging update of azure-mgmt-consumption
AutorestCI Aug 25, 2022
780ee27
Packaging update of azure-mgmt-web
AutorestCI Aug 25, 2022
e0f2a78
update share_requirements
Aug 25, 2022
ca23ee5
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python …
Aug 25, 2022
efc577e
Merge branch 'update_service_toml' of https://github.com/Azure/azure-…
Aug 25, 2022
e88b843
Update sdk_packaging.toml
msyyc Aug 25, 2022
f1656db
Packaging update of azure-mgmt-containerservice
AutorestCI Aug 25, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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